blob: 0555e3d18904ce55b92b519d30e528f9c461d692 [file] [log] [blame]
Harry Trana1b2b292019-10-28 11:07:23 -04001/*****************************************************************************
2# *
3# Copyright 2019 AT&T Intellectual Property *
4# *
5# Licensed under the Apache License, Version 2.0 (the "License"); *
6# you may not use this file except in compliance with the License. *
7# You may obtain a copy of the License at *
8# *
9# http://www.apache.org/licenses/LICENSE-2.0 *
10# *
11# Unless required by applicable law or agreed to in writing, software *
12# distributed under the License is distributed on an "AS IS" BASIS, *
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
14# See the License for the specific language governing permissions and *
15# limitations under the License. *
16# *
17******************************************************************************/
18ASN_MODULE_SRCS= \
19 ./E2AP-PDU.c \
20 ./InitiatingMessage.c \
21 ./SuccessfulOutcome.c \
22 ./UnsuccessfulOutcome.c \
23 ./RICsubscriptionRequest.c \
24 ./RICsubscription.c \
25 ./RICactions-ToBeSetup-List.c \
26 ./RICaction-ToBeSetup-Item.c \
27 ./RICsubscriptionResponse.c \
28 ./RICaction-Admitted-List.c \
29 ./RICaction-Admitted-Item.c \
30 ./RICaction-NotAdmitted-List.c \
31 ./RICaction-NotAdmitted-Item.c \
32 ./RICsubscriptionFailure.c \
33 ./RICsubscriptionDeleteRequest.c \
34 ./RICsubscriptionDeleteResponse.c \
35 ./RICsubscriptionDeleteFailure.c \
36 ./RICindication.c \
37 ./RICcontrolRequest.c \
38 ./RICcontrolAcknowledge.c \
39 ./RICcontrolFailure.c \
40 ./RICserviceUpdate.c \
41 ./RANfunctions-List.c \
42 ./RANfunction-Item.c \
43 ./RANfunctionsID-List.c \
44 ./RANfunctionID-Item.c \
45 ./RICserviceUpdateAcknowledge.c \
46 ./RANfunctionsIDcause-List.c \
47 ./RANfunctionIDcause-Item.c \
48 ./RICserviceUpdateFailure.c \
49 ./RICserviceQuery.c \
50 ./CauseRIC.c \
51 ./RANfunctionDefinition.c \
52 ./RANfunctionID.c \
53 ./RICactionDefinition.c \
54 ./RICactionID.c \
55 ./RICactionType.c \
56 ./RICcallProcessID.c \
57 ./RICcause.c \
58 ./RICcontrolAckRequest.c \
59 ./RICcontrolHeader.c \
60 ./RICcontrolMessage.c \
61 ./RICcontrolStatus.c \
62 ./RICeventTriggerDefinition.c \
63 ./RICindicationHeader.c \
64 ./RICindicationMessage.c \
65 ./RICindicationSN.c \
66 ./RICindicationType.c \
67 ./RICrequestID.c \
68 ./RICsubsequentAction.c \
69 ./RICsubsequentActionType.c \
70 ./RICtimeToWait.c \
71 ./HandoverRequest.c \
72 ./UE-ContextInformation.c \
73 ./E-RABs-ToBeSetup-List.c \
74 ./E-RABs-ToBeSetup-Item.c \
75 ./MobilityInformation.c \
76 ./UE-ContextReferenceAtSeNB.c \
77 ./UE-ContextReferenceAtWT.c \
78 ./UE-ContextReferenceAtSgNB.c \
79 ./HandoverRequestAcknowledge.c \
80 ./E-RABs-Admitted-List.c \
81 ./E-RABs-Admitted-Item.c \
82 ./HandoverPreparationFailure.c \
83 ./HandoverReport.c \
84 ./SNStatusTransfer.c \
85 ./E-RABs-SubjectToStatusTransfer-List.c \
86 ./E-RABs-SubjectToStatusTransfer-Item.c \
87 ./UEContextRelease.c \
88 ./HandoverCancel.c \
89 ./ErrorIndication.c \
90 ./ResetRequest.c \
91 ./ResetResponse.c \
92 ./X2SetupRequest.c \
93 ./X2SetupResponse.c \
94 ./X2SetupFailure.c \
95 ./LoadInformation.c \
96 ./CellInformation-List.c \
97 ./CellInformation-Item.c \
98 ./ENBConfigurationUpdate.c \
99 ./ServedCellsToModify.c \
100 ./ServedCellsToModify-Item.c \
101 ./Old-ECGIs.c \
102 ./ENBConfigurationUpdateAcknowledge.c \
103 ./ENBConfigurationUpdateFailure.c \
104 ./ResourceStatusRequest.c \
105 ./CellToReport-List.c \
106 ./CellToReport-Item.c \
107 ./ReportingPeriodicity.c \
108 ./PartialSuccessIndicator.c \
109 ./ResourceStatusResponse.c \
110 ./MeasurementInitiationResult-List.c \
111 ./MeasurementInitiationResult-Item.c \
112 ./MeasurementFailureCause-List.c \
113 ./MeasurementFailureCause-Item.c \
114 ./ResourceStatusFailure.c \
115 ./CompleteFailureCauseInformation-List.c \
116 ./CompleteFailureCauseInformation-Item.c \
117 ./ResourceStatusUpdate.c \
118 ./CellMeasurementResult-List.c \
119 ./CellMeasurementResult-Item.c \
120 ./PrivateMessage.c \
121 ./MobilityChangeRequest.c \
122 ./MobilityChangeAcknowledge.c \
123 ./MobilityChangeFailure.c \
124 ./RLFIndication.c \
125 ./CellActivationRequest.c \
126 ./ServedCellsToActivate.c \
127 ./ServedCellsToActivate-Item.c \
128 ./CellActivationResponse.c \
129 ./ActivatedCellList.c \
130 ./ActivatedCellList-Item.c \
131 ./CellActivationFailure.c \
132 ./X2Release.c \
133 ./X2APMessageTransfer.c \
134 ./RNL-Header.c \
135 ./X2AP-Message.c \
136 ./SeNBAdditionRequest.c \
137 ./E-RABs-ToBeAdded-List.c \
138 ./E-RABs-ToBeAdded-Item.c \
139 ./E-RABs-ToBeAdded-Item-SCG-Bearer.c \
140 ./E-RABs-ToBeAdded-Item-Split-Bearer.c \
141 ./SeNBAdditionRequestAcknowledge.c \
142 ./E-RABs-Admitted-ToBeAdded-List.c \
143 ./E-RABs-Admitted-ToBeAdded-Item.c \
144 ./E-RABs-Admitted-ToBeAdded-Item-SCG-Bearer.c \
145 ./E-RABs-Admitted-ToBeAdded-Item-Split-Bearer.c \
146 ./SeNBAdditionRequestReject.c \
147 ./SeNBReconfigurationComplete.c \
148 ./ResponseInformationSeNBReconfComp.c \
149 ./ResponseInformationSeNBReconfComp-SuccessItem.c \
150 ./ResponseInformationSeNBReconfComp-RejectByMeNBItem.c \
151 ./SeNBModificationRequest.c \
152 ./UE-ContextInformationSeNBModReq.c \
153 ./E-RABs-ToBeAdded-List-ModReq.c \
154 ./E-RABs-ToBeAdded-ModReqItem.c \
155 ./E-RABs-ToBeAdded-ModReqItem-SCG-Bearer.c \
156 ./E-RABs-ToBeAdded-ModReqItem-Split-Bearer.c \
157 ./E-RABs-ToBeModified-List-ModReq.c \
158 ./E-RABs-ToBeModified-ModReqItem.c \
159 ./E-RABs-ToBeModified-ModReqItem-SCG-Bearer.c \
160 ./E-RABs-ToBeModified-ModReqItem-Split-Bearer.c \
161 ./E-RABs-ToBeReleased-List-ModReq.c \
162 ./E-RABs-ToBeReleased-ModReqItem.c \
163 ./E-RABs-ToBeReleased-ModReqItem-SCG-Bearer.c \
164 ./E-RABs-ToBeReleased-ModReqItem-Split-Bearer.c \
165 ./SeNBModificationRequestAcknowledge.c \
166 ./E-RABs-Admitted-ToBeAdded-ModAckList.c \
167 ./E-RABs-Admitted-ToBeAdded-ModAckItem.c \
168 ./E-RABs-Admitted-ToBeAdded-ModAckItem-SCG-Bearer.c \
169 ./E-RABs-Admitted-ToBeAdded-ModAckItem-Split-Bearer.c \
170 ./E-RABs-Admitted-ToBeModified-ModAckList.c \
171 ./E-RABs-Admitted-ToBeModified-ModAckItem.c \
172 ./E-RABs-Admitted-ToBeModified-ModAckItem-SCG-Bearer.c \
173 ./E-RABs-Admitted-ToBeModified-ModAckItem-Split-Bearer.c \
174 ./E-RABs-Admitted-ToBeReleased-ModAckList.c \
175 ./E-RABs-Admitted-ToReleased-ModAckItem.c \
176 ./E-RABs-Admitted-ToBeReleased-ModAckItem-SCG-Bearer.c \
177 ./E-RABs-Admitted-ToBeReleased-ModAckItem-Split-Bearer.c \
178 ./SeNBModificationRequestReject.c \
179 ./SeNBModificationRequired.c \
180 ./E-RABs-ToBeReleased-ModReqd.c \
181 ./E-RABs-ToBeReleased-ModReqdItem.c \
182 ./SeNBModificationConfirm.c \
183 ./SeNBModificationRefuse.c \
184 ./SeNBReleaseRequest.c \
185 ./E-RABs-ToBeReleased-List-RelReq.c \
186 ./E-RABs-ToBeReleased-RelReqItem.c \
187 ./E-RABs-ToBeReleased-RelReqItem-SCG-Bearer.c \
188 ./E-RABs-ToBeReleased-RelReqItem-Split-Bearer.c \
189 ./SeNBReleaseRequired.c \
190 ./SeNBReleaseConfirm.c \
191 ./E-RABs-ToBeReleased-List-RelConf.c \
192 ./E-RABs-ToBeReleased-RelConfItem.c \
193 ./E-RABs-ToBeReleased-RelConfItem-SCG-Bearer.c \
194 ./E-RABs-ToBeReleased-RelConfItem-Split-Bearer.c \
195 ./SeNBCounterCheckRequest.c \
196 ./E-RABs-SubjectToCounterCheck-List.c \
197 ./E-RABs-SubjectToCounterCheckItem.c \
198 ./X2RemovalRequest.c \
199 ./X2RemovalResponse.c \
200 ./X2RemovalFailure.c \
201 ./RetrieveUEContextRequest.c \
202 ./RetrieveUEContextResponse.c \
203 ./UE-ContextInformationRetrieve.c \
204 ./E-RABs-ToBeSetup-ListRetrieve.c \
205 ./E-RABs-ToBeSetupRetrieve-Item.c \
206 ./RetrieveUEContextFailure.c \
207 ./SgNBAdditionRequest.c \
208 ./E-RABs-ToBeAdded-SgNBAddReqList.c \
209 ./E-RABs-ToBeAdded-SgNBAddReq-Item.c \
210 ./E-RABs-ToBeAdded-SgNBAddReq-Item-SgNBPDCPpresent.c \
211 ./E-RABs-ToBeAdded-SgNBAddReq-Item-SgNBPDCPnotpresent.c \
212 ./SgNBAdditionRequestAcknowledge.c \
213 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAckList.c \
214 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAck-Item.c \
215 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAck-Item-SgNBPDCPpresent.c \
216 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAck-Item-SgNBPDCPnotpresent.c \
217 ./SgNBAdditionRequestReject.c \
218 ./SgNBReconfigurationComplete.c \
219 ./ResponseInformationSgNBReconfComp.c \
220 ./ResponseInformationSgNBReconfComp-SuccessItem.c \
221 ./ResponseInformationSgNBReconfComp-RejectByMeNBItem.c \
222 ./SgNBModificationRequest.c \
223 ./UE-ContextInformation-SgNBModReq.c \
224 ./E-RABs-ToBeAdded-SgNBModReq-List.c \
225 ./E-RABs-ToBeAdded-SgNBModReq-Item.c \
226 ./E-RABs-ToBeAdded-SgNBModReq-Item-SgNBPDCPpresent.c \
227 ./E-RABs-ToBeAdded-SgNBModReq-Item-SgNBPDCPnotpresent.c \
228 ./E-RABs-ToBeModified-SgNBModReq-List.c \
229 ./E-RABs-ToBeModified-SgNBModReq-Item.c \
230 ./E-RABs-ToBeModified-SgNBModReq-Item-SgNBPDCPpresent.c \
231 ./E-RABs-ToBeModified-SgNBModReq-Item-SgNBPDCPnotpresent.c \
232 ./E-RABs-ToBeReleased-SgNBModReq-List.c \
233 ./E-RABs-ToBeReleased-SgNBModReq-Item.c \
234 ./E-RABs-ToBeReleased-SgNBModReq-Item-SgNBPDCPpresent.c \
235 ./E-RABs-ToBeReleased-SgNBModReq-Item-SgNBPDCPnotpresent.c \
236 ./SgNBModificationRequestAcknowledge.c \
237 ./E-RABs-Admitted-ToBeAdded-SgNBModAckList.c \
238 ./E-RABs-Admitted-ToBeAdded-SgNBModAck-Item.c \
239 ./E-RABs-Admitted-ToBeAdded-SgNBModAck-Item-SgNBPDCPpresent.c \
240 ./E-RABs-Admitted-ToBeAdded-SgNBModAck-Item-SgNBPDCPnotpresent.c \
241 ./E-RABs-Admitted-ToBeModified-SgNBModAckList.c \
242 ./E-RABs-Admitted-ToBeModified-SgNBModAck-Item.c \
243 ./E-RABs-Admitted-ToBeModified-SgNBModAck-Item-SgNBPDCPpresent.c \
244 ./E-RABs-Admitted-ToBeModified-SgNBModAck-Item-SgNBPDCPnotpresent.c \
245 ./E-RABs-Admitted-ToBeReleased-SgNBModAckList.c \
246 ./E-RABs-Admitted-ToReleased-SgNBModAck-Item.c \
247 ./E-RABs-Admitted-ToBeReleased-SgNBModAck-Item-SgNBPDCPpresent.c \
248 ./E-RABs-Admitted-ToBeReleased-SgNBModAck-Item-SgNBPDCPnotpresent.c \
249 ./SgNBModificationRequestReject.c \
250 ./SgNBModificationRequired.c \
251 ./E-RABs-ToBeReleased-SgNBModReqdList.c \
252 ./E-RABs-ToBeReleased-SgNBModReqd-Item.c \
253 ./E-RABs-ToBeModified-SgNBModReqdList.c \
254 ./E-RABs-ToBeModified-SgNBModReqd-Item.c \
255 ./E-RABs-ToBeModified-SgNBModReqd-Item-SgNBPDCPpresent.c \
256 ./E-RABs-ToBeModified-SgNBModReqd-Item-SgNBPDCPnotpresent.c \
257 ./SgNBModificationConfirm.c \
258 ./E-RABs-AdmittedToBeModified-SgNBModConfList.c \
259 ./E-RABs-AdmittedToBeModified-SgNBModConf-Item.c \
260 ./E-RABs-AdmittedToBeModified-SgNBModConf-Item-SgNBPDCPpresent.c \
261 ./E-RABs-AdmittedToBeModified-SgNBModConf-Item-SgNBPDCPnotpresent.c \
262 ./SgNBModificationRefuse.c \
263 ./SgNBReleaseRequest.c \
264 ./E-RABs-ToBeReleased-SgNBRelReqList.c \
265 ./E-RABs-ToBeReleased-SgNBRelReq-Item.c \
266 ./E-RABs-ToBeReleased-SgNBRelReq-Item-SgNBPDCPpresent.c \
267 ./E-RABs-ToBeReleased-SgNBRelReq-Item-SgNBPDCPnotpresent.c \
268 ./SgNBReleaseRequestAcknowledge.c \
269 ./E-RABs-Admitted-ToBeReleased-SgNBRelReqAckList.c \
270 ./E-RABs-Admitted-ToBeReleased-SgNBRelReqAck-Item.c \
271 ./SgNBReleaseRequestReject.c \
272 ./SgNBReleaseRequired.c \
273 ./E-RABs-ToBeReleased-SgNBRelReqdList.c \
274 ./E-RABs-ToBeReleased-SgNBRelReqd-Item.c \
275 ./SgNBReleaseConfirm.c \
276 ./E-RABs-ToBeReleased-SgNBRelConfList.c \
277 ./E-RABs-ToBeReleased-SgNBRelConf-Item.c \
278 ./E-RABs-ToBeReleased-SgNBRelConf-Item-SgNBPDCPpresent.c \
279 ./E-RABs-ToBeReleased-SgNBRelConf-Item-SgNBPDCPnotpresent.c \
280 ./SgNBCounterCheckRequest.c \
281 ./E-RABs-SubjectToSgNBCounterCheck-List.c \
282 ./E-RABs-SubjectToSgNBCounterCheck-Item.c \
283 ./SgNBChangeRequired.c \
284 ./SgNBChangeConfirm.c \
285 ./E-RABs-ToBeReleased-SgNBChaConfList.c \
286 ./E-RABs-ToBeReleased-SgNBChaConf-Item.c \
287 ./E-RABs-ToBeReleased-SgNBChaConf-Item-SgNBPDCPpresent.c \
288 ./E-RABs-ToBeReleased-SgNBChaConf-Item-SgNBPDCPnotpresent.c \
289 ./RRCTransfer.c \
290 ./SgNBChangeRefuse.c \
291 ./ENDCX2SetupRequest.c \
292 ./InitiatingNodeType-EndcX2Setup.c \
293 ./ServedEUTRAcellsENDCX2ManagementList.c \
294 ./ServedNRcellsENDCX2ManagementList.c \
295 ./ServedNRCell-Information.c \
296 ./FDD-InfoServedNRCell-Information.c \
297 ./FDD-InfoNeighbourServedNRCell-Information.c \
298 ./TDD-InfoServedNRCell-Information.c \
299 ./TDD-InfoNeighbourServedNRCell-Information.c \
300 ./NRNeighbour-Information.c \
301 ./CellAssistanceInformation.c \
302 ./Limited-list.c \
303 ./ENDCX2SetupResponse.c \
304 ./RespondingNodeType-EndcX2Setup.c \
305 ./ENDCX2SetupFailure.c \
306 ./ENDCConfigurationUpdate.c \
307 ./InitiatingNodeType-EndcConfigUpdate.c \
308 ./ServedEUTRAcellsToModifyListENDCConfUpd.c \
309 ./ServedEUTRAcellsToDeleteListENDCConfUpd.c \
310 ./ServedNRcellsToModifyENDCConfUpdList.c \
311 ./ServedNRCellsToModify-Item.c \
312 ./ServedNRcellsToDeleteENDCConfUpdList.c \
313 ./ENDCConfigurationUpdateAcknowledge.c \
314 ./RespondingNodeType-EndcConfigUpdate.c \
315 ./ENDCConfigurationUpdateFailure.c \
316 ./ENDCCellActivationRequest.c \
317 ./ServedNRCellsToActivate.c \
318 ./ServedNRCellsToActivate-Item.c \
319 ./ENDCCellActivationResponse.c \
320 ./ActivatedNRCellList.c \
321 ./ActivatedNRCellList-Item.c \
322 ./ENDCCellActivationFailure.c \
323 ./SecondaryRATDataUsageReport.c \
324 ./SgNBActivityNotification.c \
325 ./ENDCPartialResetRequired.c \
326 ./ENDCPartialResetConfirm.c \
327 ./EUTRANRCellResourceCoordinationRequest.c \
328 ./InitiatingNodeType-EutranrCellResourceCoordination.c \
329 ./ListofEUTRACellsinEUTRACoordinationReq.c \
330 ./ListofEUTRACellsinNRCoordinationReq.c \
331 ./ListofNRCellsinNRCoordinationReq.c \
332 ./EUTRANRCellResourceCoordinationResponse.c \
333 ./RespondingNodeType-EutranrCellResourceCoordination.c \
334 ./ListofEUTRACellsinEUTRACoordinationResp.c \
335 ./ListofNRCellsinNRCoordinationResp.c \
336 ./ENDCX2RemovalRequest.c \
337 ./InitiatingNodeType-EndcX2Removal.c \
338 ./ENDCX2RemovalResponse.c \
339 ./RespondingNodeType-EndcX2Removal.c \
340 ./ENDCX2RemovalFailure.c \
341 ./DataForwardingAddressIndication.c \
342 ./E-RABs-DataForwardingAddress-List.c \
343 ./E-RABs-DataForwardingAddress-Item.c \
344 ./GNBStatusIndication.c \
345 ./ProtocolIE-Container.c \
346 ./ProtocolIE-Single-Container.c \
347 ./ProtocolIE-Field.c \
348 ./ProtocolIE-ContainerPair.c \
349 ./ProtocolIE-FieldPair.c \
350 ./ProtocolIE-ContainerList.c \
351 ./ProtocolIE-ContainerPairList.c \
352 ./ProtocolExtensionContainer.c \
353 ./ProtocolExtensionField.c \
354 ./PrivateIE-Container.c \
355 ./PrivateIE-Field.c \
356 ./ABSInformation.c \
357 ./ABSInformationFDD.c \
358 ./ABSInformationTDD.c \
359 ./ABS-Status.c \
360 ./ActivationID.c \
361 ./AdditionalSpecialSubframe-Info.c \
362 ./AdditionalSpecialSubframePatterns.c \
363 ./AdditionalSpecialSubframeExtension-Info.c \
364 ./AdditionalSpecialSubframePatternsExtension.c \
365 ./AerialUEsubscriptionInformation.c \
366 ./AllocationAndRetentionPriority.c \
367 ./AreaScopeOfMDT.c \
368 ./AreaScopeOfQMC.c \
369 ./AS-SecurityInformation.c \
370 ./BandwidthReducedSI.c \
371 ./BearerType.c \
372 ./BenefitMetric.c \
373 ./BitRate.c \
374 ./BroadcastPLMNs-Item.c \
375 ./BluetoothMeasurementConfiguration.c \
376 ./BluetoothMeasConfigNameList.c \
377 ./BluetoothMeasConfig.c \
378 ./BluetoothName.c \
379 ./CapacityValue.c \
380 ./Cause.c \
381 ./CauseMisc.c \
382 ./CauseProtocol.c \
383 ./CauseRadioNetwork.c \
384 ./CauseTransport.c \
385 ./CellBasedMDT.c \
386 ./CellBasedQMC.c \
387 ./CellCapacityClassValue.c \
388 ./CellDeploymentStatusIndicator.c \
389 ./CellIdListforMDT.c \
390 ./CellIdListforQMC.c \
391 ./CellReplacingInfo.c \
392 ./CellReportingIndicator.c \
393 ./Cell-Size.c \
394 ./CellType.c \
395 ./CNTypeRestrictions.c \
396 ./CNTypeRestrictionsItem.c \
397 ./CoMPHypothesisSet.c \
398 ./CoMPHypothesisSetItem.c \
399 ./CoMPInformation.c \
400 ./CoMPInformationItem.c \
401 ./CoMPInformationStartTime.c \
402 ./CompositeAvailableCapacity.c \
403 ./CompositeAvailableCapacityGroup.c \
404 ./Correlation-ID.c \
405 ./COUNTvalue.c \
406 ./COUNTValueExtended.c \
407 ./COUNTvaluePDCP-SNlength18.c \
408 ./CoverageModificationList.c \
409 ./CoverageModification-Item.c \
410 ./CriticalityDiagnostics.c \
411 ./CriticalityDiagnostics-IE-List.c \
412 ./CRNTI.c \
413 ./CSGMembershipStatus.c \
414 ./CSG-Id.c \
415 ./CSIReportList.c \
416 ./CSIReportPerCSIProcess.c \
417 ./CSIReportPerCSIProcessItem.c \
418 ./CyclicPrefixDL.c \
419 ./CyclicPrefixUL.c \
420 ./DataTrafficResources.c \
421 ./DataTrafficResourceIndication.c \
422 ./DeactivationIndication.c \
423 ./DeliveryStatus.c \
424 ./DL-ABS-status.c \
425 ./DL-Forwarding.c \
426 ./DL-GBR-PRB-usage.c \
427 ./DL-non-GBR-PRB-usage.c \
428 ./DLResourceBitmapULandDLSharing.c \
429 ./DLResourcesULandDLSharing.c \
430 ./DL-scheduling-PDCCH-CCE-usage.c \
431 ./DL-Total-PRB-usage.c \
432 ./DRB-ID.c \
433 ./DuplicationActivation.c \
434 ./DynamicDLTransmissionInformation.c \
435 ./DynamicNAICSInformation.c \
436 ./EARFCN.c \
437 ./EARFCNExtension.c \
438 ./ECGI.c \
439 ./EnhancedRNTP.c \
440 ./EnhancedRNTPStartTime.c \
441 ./ENB-ID.c \
442 ./EncryptionAlgorithms.c \
443 ./EN-DC-ResourceConfiguration.c \
444 ./EPLMNs.c \
445 ./ERABActivityNotifyItemList.c \
446 ./ERABActivityNotifyItem.c \
447 ./E-RAB-ID.c \
448 ./E-RAB-Level-QoS-Parameters.c \
449 ./E-RAB-List.c \
450 ./E-RAB-Item.c \
451 ./E-RABUsageReportList.c \
452 ./E-RABUsageReport-Item.c \
453 ./EUTRA-Mode-Info.c \
454 ./EUTRANCellIdentifier.c \
455 ./EUTRANTraceID.c \
456 ./EventType.c \
457 ./ExpectedUEBehaviour.c \
458 ./ExpectedUEActivityBehaviour.c \
459 ./ExpectedActivityPeriod.c \
460 ./ExpectedIdlePeriod.c \
461 ./ExpectedHOInterval.c \
462 ./ExtendedULInterferenceOverloadInfo.c \
463 ./ExtendedBitRate.c \
464 ./FDD-Info.c \
465 ./ForbiddenInterRATs.c \
466 ./ForbiddenTAs.c \
467 ./ForbiddenTAs-Item.c \
468 ./ForbiddenTACs.c \
469 ./ForbiddenLAs.c \
470 ./ForbiddenLAs-Item.c \
471 ./ForbiddenLACs.c \
472 ./Fourframes.c \
473 ./FreqBandIndicator.c \
474 ./FreqBandIndicatorPriority.c \
475 ./FreqBandNrItem.c \
476 ./GBR-QosInformation.c \
477 ./GlobalENB-ID.c \
478 ./GlobalGNB-ID.c \
479 ./GNBOverloadInformation.c \
480 ./GTPtunnelEndpoint.c \
481 ./GTP-TEI.c \
482 ./GUGroupIDList.c \
483 ./GU-Group-ID.c \
484 ./GUMMEI.c \
485 ./GNB-ID.c \
486 ./HandoverReportType.c \
487 ./HandoverRestrictionList.c \
488 ./HFN.c \
489 ./HFNModified.c \
490 ./HFNforPDCP-SNlength18.c \
491 ./HWLoadIndicator.c \
492 ./IntegrityProtectionAlgorithms.c \
493 ./InterfacesToTrace.c \
494 ./InvokeIndication.c \
495 ./Key-eNodeB-Star.c \
496 ./LAC.c \
497 ./LastVisitedCell-Item.c \
498 ./LastVisitedEUTRANCellInformation.c \
499 ./LastVisitedGERANCellInformation.c \
500 ./LastVisitedNGRANCellInformation.c \
501 ./LastVisitedUTRANCellInformation.c \
502 ./LCID.c \
503 ./LHN-ID.c \
504 ./Links-to-log.c \
505 ./LoadIndicator.c \
506 ./LocationReportingInformation.c \
507 ./M1PeriodicReporting.c \
508 ./M1ReportingTrigger.c \
509 ./M1ThresholdEventA2.c \
510 ./M3Configuration.c \
511 ./M3period.c \
512 ./M4Configuration.c \
513 ./M4period.c \
514 ./M5Configuration.c \
515 ./M5period.c \
516 ./M6Configuration.c \
517 ./M6report-interval.c \
518 ./M6delay-threshold.c \
519 ./M7Configuration.c \
520 ./M7period.c \
521 ./MakeBeforeBreakIndicator.c \
522 ./ManagementBasedMDTallowed.c \
523 ./Masked-IMEISV.c \
524 ./MDT-Activation.c \
525 ./MDT-Configuration.c \
526 ./MDTPLMNList.c \
527 ./MDT-Location-Info.c \
528 ./Measurement-ID.c \
529 ./MeasurementsToActivate.c \
530 ./MeasurementThresholdA2.c \
531 ./MeNBCoordinationAssistanceInformation.c \
532 ./MeNBResourceCoordinationInformation.c \
533 ./MeNBtoSeNBContainer.c \
534 ./MME-Group-ID.c \
535 ./MME-Code.c \
536 ./MBMS-Service-Area-Identity-List.c \
537 ./MBMS-Service-Area-Identity.c \
538 ./MBSFN-Subframe-Infolist.c \
539 ./MBSFN-Subframe-Info.c \
540 ./MobilityParametersModificationRange.c \
541 ./MobilityParametersInformation.c \
542 ./MultibandInfoList.c \
543 ./BandInfo.c \
544 ./MeNBtoSgNBContainer.c \
545 ./SplitSRBs.c \
546 ./SplitSRB.c \
547 ./UENRMeasurement.c \
548 ./Neighbour-Information.c \
549 ./NextHopChainingCount.c \
550 ./NewDRBIDrequest.c \
551 ./Number-of-Antennaports.c \
552 ./NRFreqInfo.c \
553 ./NRCellIdentifier.c \
554 ./NRCGI.c \
555 ./NRPCI.c \
556 ./NRrestrictioninEPSasSecondaryRAT.c \
557 ./NRrestrictionin5GS.c \
558 ./NRencryptionAlgorithms.c \
559 ./NRintegrityProtectionAlgorithms.c \
560 ./NR-TxBW.c \
561 ./NRNRB.c \
562 ./NRSCS.c \
563 ./NRS-NSSS-PowerOffset.c \
564 ./FiveGS-TAC.c \
565 ./NRUESecurityCapabilities.c \
566 ./NSSS-NumOccasionDifferentPrecoder.c \
567 ./OffsetOfNbiotChannelNumberToEARFCN.c \
568 ./Oneframe.c \
569 ./Packet-LossRate.c \
570 ./PA-Values.c \
571 ./PDCPChangeIndication.c \
572 ./PDCP-SN.c \
573 ./PDCP-SNExtended.c \
574 ./PDCP-SNlength18.c \
575 ./PDCPSnLength.c \
576 ./PCI.c \
577 ./PLMN-Identity.c \
578 ./Port-Number.c \
579 ./PRACH-Configuration.c \
580 ./PLMNAreaBasedQMC.c \
581 ./PLMNListforQMC.c \
582 ./Pre-emptionCapability.c \
583 ./Pre-emptionVulnerability.c \
584 ./PriorityLevel.c \
585 ./ProSeAuthorized.c \
586 ./ProSeDirectDiscovery.c \
587 ./ProSeDirectCommunication.c \
588 ./ProSeUEtoNetworkRelaying.c \
589 ./ProtectedEUTRAResourceIndication.c \
590 ./ProtectedFootprintTimePattern.c \
591 ./ProtectedResourceList.c \
592 ./ProtectedResourceList-Item.c \
593 ./QCI.c \
594 ./RadioframeAllocationOffset.c \
595 ./RadioframeAllocationPeriod.c \
596 ./RadioResourceStatus.c \
597 ./ReceiveStatusofULPDCPSDUs.c \
598 ./ReceiveStatusOfULPDCPSDUsExtended.c \
599 ./ReceiveStatusOfULPDCPSDUsPDCP-SNlength18.c \
600 ./Reestablishment-Indication.c \
601 ./Registration-Request.c \
602 ./RelativeNarrowbandTxPower.c \
603 ./ReplacingCellsList.c \
604 ./ReplacingCellsList-Item.c \
605 ./ReportAmountMDT.c \
606 ./ReportArea.c \
607 ./ReportCharacteristics.c \
608 ./ReportingPeriodicityCSIR.c \
609 ./ReportingPeriodicityRSRPMR.c \
610 ./ReportIntervalMDT.c \
611 ./ReservedSubframePattern.c \
612 ./ResourceType.c \
613 ./ResumeID.c \
614 ./RLCMode.c \
615 ./RLC-Status.c \
616 ./RNTP-Threshold.c \
617 ./RRC-Config-Ind.c \
618 ./RRC-Context.c \
619 ./RRCConnReestabIndicator.c \
620 ./RRCConnSetupIndicator.c \
621 ./RSRPMeasurementResult.c \
622 ./RSRPMRList.c \
623 ./RRCContainer.c \
624 ./S1TNLLoadIndicator.c \
625 ./SCGChangeIndication.c \
626 ./SecondaryRATUsageReportList.c \
627 ./SecondaryRATUsageReport-Item.c \
628 ./SeNBSecurityKey.c \
629 ./SeNBtoMeNBContainer.c \
630 ./ServedCells.c \
631 ./ServedCell-Information.c \
632 ./ServiceType.c \
633 ./SgNBCoordinationAssistanceInformation.c \
634 ./SgNBResourceCoordinationInformation.c \
635 ./SgNB-UE-X2AP-ID.c \
636 ./SIPTOBearerDeactivationIndication.c \
637 ./SharedResourceType.c \
638 ./ShortMAC-I.c \
639 ./SGNB-Addition-Trigger-Ind.c \
640 ./SourceOfUEActivityBehaviourInformation.c \
641 ./SpecialSubframe-Info.c \
642 ./SpecialSubframePatterns.c \
643 ./SpectrumSharingGroupID.c \
644 ./SubbandCQI.c \
645 ./Subscription-Based-UE-DifferentiationInfo.c \
646 ./ScheduledCommunicationTime.c \
647 ./SRVCCOperationPossible.c \
648 ./SubbandCQICodeword0.c \
649 ./SubbandCQICodeword1.c \
650 ./SubbandCQIList.c \
651 ./SubbandCQIItem.c \
652 ./SubbandSize.c \
653 ./SubscriberProfileIDforRFP.c \
654 ./SubframeAllocation.c \
655 ./SubframeAssignment.c \
656 ./SubframeType.c \
657 ./SgNBSecurityKey.c \
658 ./SgNBtoMeNBContainer.c \
659 ./SRBType.c \
660 ./SCGConfigurationQuery.c \
661 ./SULInformation.c \
662 ./SupportedSULFreqBandItem.c \
663 ./TABasedMDT.c \
664 ./TAC.c \
665 ./TAIBasedMDT.c \
666 ./TAIListforMDT.c \
667 ./TAI-Item.c \
668 ./TAListforMDT.c \
669 ./TABasedQMC.c \
670 ./TAListforQMC.c \
671 ./TAIBasedQMC.c \
672 ./TAIListforQMC.c \
673 ./TargetCellInUTRAN.c \
674 ./TargeteNBtoSource-eNBTransparentContainer.c \
675 ./TDD-Info.c \
676 ./Threshold-RSRP.c \
677 ./Threshold-RSRQ.c \
678 ./TimeToWait.c \
679 ./Time-UE-StayedInCell.c \
680 ./Time-UE-StayedInCell-EnhancedGranularity.c \
681 ./TraceActivation.c \
682 ./TraceCollectionEntityIPAddress.c \
683 ./TraceDepth.c \
684 ./Transmission-Bandwidth.c \
685 ./TransportLayerAddress.c \
686 ./TunnelInformation.c \
687 ./TypeOfError.c \
688 ./UEAggregateMaximumBitRate.c \
689 ./UEAppLayerMeasConfig.c \
690 ./UE-ContextKeptIndicator.c \
691 ./UEID.c \
692 ./UE-HistoryInformation.c \
693 ./UE-HistoryInformationFromTheUE.c \
694 ./UE-S1AP-ID.c \
695 ./UE-X2AP-ID.c \
696 ./UE-X2AP-ID-Extension.c \
697 ./UE-RLF-Report-Container.c \
698 ./UE-RLF-Report-Container-for-extended-bands.c \
699 ./UESecurityCapabilities.c \
700 ./UESidelinkAggregateMaximumBitRate.c \
701 ./UEsToBeResetList.c \
702 ./UEsToBeResetList-Item.c \
703 ./ULandDLSharing.c \
704 ./ULConfiguration.c \
705 ./UL-UE-Configuration.c \
706 ./UL-GBR-PRB-usage.c \
707 ./UL-HighInterferenceIndicationInfo.c \
708 ./UL-HighInterferenceIndicationInfo-Item.c \
709 ./UL-HighInterferenceIndication.c \
710 ./UL-InterferenceOverloadIndication.c \
711 ./UL-InterferenceOverloadIndication-Item.c \
712 ./UL-non-GBR-PRB-usage.c \
713 ./ULOnlySharing.c \
714 ./ULResourceBitmapULandDLSharing.c \
715 ./ULResourcesULandDLSharing.c \
716 ./UL-scheduling-PDCCH-CCE-usage.c \
717 ./UL-Total-PRB-usage.c \
718 ./UsableABSInformation.c \
719 ./UsableABSInformationFDD.c \
720 ./UsableABSInformationTDD.c \
721 ./UserPlaneTrafficActivityReport.c \
722 ./V2XServicesAuthorized.c \
723 ./VehicleUE.c \
724 ./PedestrianUE.c \
725 ./WidebandCQI.c \
726 ./WidebandCQICodeword1.c \
727 ./WLANMeasurementConfiguration.c \
728 ./WLANMeasConfigNameList.c \
729 ./WLANMeasConfig.c \
730 ./WLANName.c \
731 ./WTID.c \
732 ./WTID-Type1.c \
733 ./WTID-Long-Type2.c \
734 ./WT-UE-XwAP-ID.c \
735 ./X2BenefitValue.c \
736 ./Criticality.c \
737 ./Presence.c \
738 ./PrivateIE-ID.c \
739 ./ProcedureCode.c \
740 ./ProtocolIE-ID.c \
741 ./TriggeringMessage.c \
742 ./E2SM-gNB-X2-eventTriggerDefinition.c \
743 ./E2SM-gNB-X2-actionDefinition.c \
744 ./E2SM-gNB-X2-indicationHeader.c \
745 ./E2SM-gNB-X2-indicationMessage.c \
746 ./E2SM-gNB-X2-callProcessID.c \
747 ./E2SM-gNB-X2-controlHeader.c \
748 ./E2SM-gNB-X2-controlMessage.c \
749 ./ActionParameter-Item.c \
750 ./ActionParameter-ID.c \
751 ./ActionParameter-Value.c \
752 ./CallProcess-ID.c \
753 ./Interface-ID.c \
754 ./InterfaceDirection.c \
755 ./InterfaceMessage.c \
756 ./InterfaceMessageType.c \
757 ./TypeOfMessage.c \
758 ./InterfaceProtocolIE-Item.c \
759 ./InterfaceProtocolIE-ID.c \
760 ./InterfaceProtocolIE-Test.c \
761 ./InterfaceProtocolIE-Value.c \
762 ./Style-ID.c \
763 ./TimeStamp.c
764
765ASN_MODULE_HDRS= \
766 ./E2AP-PDU.h \
767 ./InitiatingMessage.h \
768 ./SuccessfulOutcome.h \
769 ./UnsuccessfulOutcome.h \
770 ./RICsubscriptionRequest.h \
771 ./RICsubscription.h \
772 ./RICactions-ToBeSetup-List.h \
773 ./RICaction-ToBeSetup-Item.h \
774 ./RICsubscriptionResponse.h \
775 ./RICaction-Admitted-List.h \
776 ./RICaction-Admitted-Item.h \
777 ./RICaction-NotAdmitted-List.h \
778 ./RICaction-NotAdmitted-Item.h \
779 ./RICsubscriptionFailure.h \
780 ./RICsubscriptionDeleteRequest.h \
781 ./RICsubscriptionDeleteResponse.h \
782 ./RICsubscriptionDeleteFailure.h \
783 ./RICindication.h \
784 ./RICcontrolRequest.h \
785 ./RICcontrolAcknowledge.h \
786 ./RICcontrolFailure.h \
787 ./RICserviceUpdate.h \
788 ./RANfunctions-List.h \
789 ./RANfunction-Item.h \
790 ./RANfunctionsID-List.h \
791 ./RANfunctionID-Item.h \
792 ./RICserviceUpdateAcknowledge.h \
793 ./RANfunctionsIDcause-List.h \
794 ./RANfunctionIDcause-Item.h \
795 ./RICserviceUpdateFailure.h \
796 ./RICserviceQuery.h \
797 ./CauseRIC.h \
798 ./RANfunctionDefinition.h \
799 ./RANfunctionID.h \
800 ./RICactionDefinition.h \
801 ./RICactionID.h \
802 ./RICactionType.h \
803 ./RICcallProcessID.h \
804 ./RICcause.h \
805 ./RICcontrolAckRequest.h \
806 ./RICcontrolHeader.h \
807 ./RICcontrolMessage.h \
808 ./RICcontrolStatus.h \
809 ./RICeventTriggerDefinition.h \
810 ./RICindicationHeader.h \
811 ./RICindicationMessage.h \
812 ./RICindicationSN.h \
813 ./RICindicationType.h \
814 ./RICrequestID.h \
815 ./RICsubsequentAction.h \
816 ./RICsubsequentActionType.h \
817 ./RICtimeToWait.h \
818 ./HandoverRequest.h \
819 ./UE-ContextInformation.h \
820 ./E-RABs-ToBeSetup-List.h \
821 ./E-RABs-ToBeSetup-Item.h \
822 ./MobilityInformation.h \
823 ./UE-ContextReferenceAtSeNB.h \
824 ./UE-ContextReferenceAtWT.h \
825 ./UE-ContextReferenceAtSgNB.h \
826 ./HandoverRequestAcknowledge.h \
827 ./E-RABs-Admitted-List.h \
828 ./E-RABs-Admitted-Item.h \
829 ./HandoverPreparationFailure.h \
830 ./HandoverReport.h \
831 ./SNStatusTransfer.h \
832 ./E-RABs-SubjectToStatusTransfer-List.h \
833 ./E-RABs-SubjectToStatusTransfer-Item.h \
834 ./UEContextRelease.h \
835 ./HandoverCancel.h \
836 ./ErrorIndication.h \
837 ./ResetRequest.h \
838 ./ResetResponse.h \
839 ./X2SetupRequest.h \
840 ./X2SetupResponse.h \
841 ./X2SetupFailure.h \
842 ./LoadInformation.h \
843 ./CellInformation-List.h \
844 ./CellInformation-Item.h \
845 ./ENBConfigurationUpdate.h \
846 ./ServedCellsToModify.h \
847 ./ServedCellsToModify-Item.h \
848 ./Old-ECGIs.h \
849 ./ENBConfigurationUpdateAcknowledge.h \
850 ./ENBConfigurationUpdateFailure.h \
851 ./ResourceStatusRequest.h \
852 ./CellToReport-List.h \
853 ./CellToReport-Item.h \
854 ./ReportingPeriodicity.h \
855 ./PartialSuccessIndicator.h \
856 ./ResourceStatusResponse.h \
857 ./MeasurementInitiationResult-List.h \
858 ./MeasurementInitiationResult-Item.h \
859 ./MeasurementFailureCause-List.h \
860 ./MeasurementFailureCause-Item.h \
861 ./ResourceStatusFailure.h \
862 ./CompleteFailureCauseInformation-List.h \
863 ./CompleteFailureCauseInformation-Item.h \
864 ./ResourceStatusUpdate.h \
865 ./CellMeasurementResult-List.h \
866 ./CellMeasurementResult-Item.h \
867 ./PrivateMessage.h \
868 ./MobilityChangeRequest.h \
869 ./MobilityChangeAcknowledge.h \
870 ./MobilityChangeFailure.h \
871 ./RLFIndication.h \
872 ./CellActivationRequest.h \
873 ./ServedCellsToActivate.h \
874 ./ServedCellsToActivate-Item.h \
875 ./CellActivationResponse.h \
876 ./ActivatedCellList.h \
877 ./ActivatedCellList-Item.h \
878 ./CellActivationFailure.h \
879 ./X2Release.h \
880 ./X2APMessageTransfer.h \
881 ./RNL-Header.h \
882 ./X2AP-Message.h \
883 ./SeNBAdditionRequest.h \
884 ./E-RABs-ToBeAdded-List.h \
885 ./E-RABs-ToBeAdded-Item.h \
886 ./E-RABs-ToBeAdded-Item-SCG-Bearer.h \
887 ./E-RABs-ToBeAdded-Item-Split-Bearer.h \
888 ./SeNBAdditionRequestAcknowledge.h \
889 ./E-RABs-Admitted-ToBeAdded-List.h \
890 ./E-RABs-Admitted-ToBeAdded-Item.h \
891 ./E-RABs-Admitted-ToBeAdded-Item-SCG-Bearer.h \
892 ./E-RABs-Admitted-ToBeAdded-Item-Split-Bearer.h \
893 ./SeNBAdditionRequestReject.h \
894 ./SeNBReconfigurationComplete.h \
895 ./ResponseInformationSeNBReconfComp.h \
896 ./ResponseInformationSeNBReconfComp-SuccessItem.h \
897 ./ResponseInformationSeNBReconfComp-RejectByMeNBItem.h \
898 ./SeNBModificationRequest.h \
899 ./UE-ContextInformationSeNBModReq.h \
900 ./E-RABs-ToBeAdded-List-ModReq.h \
901 ./E-RABs-ToBeAdded-ModReqItem.h \
902 ./E-RABs-ToBeAdded-ModReqItem-SCG-Bearer.h \
903 ./E-RABs-ToBeAdded-ModReqItem-Split-Bearer.h \
904 ./E-RABs-ToBeModified-List-ModReq.h \
905 ./E-RABs-ToBeModified-ModReqItem.h \
906 ./E-RABs-ToBeModified-ModReqItem-SCG-Bearer.h \
907 ./E-RABs-ToBeModified-ModReqItem-Split-Bearer.h \
908 ./E-RABs-ToBeReleased-List-ModReq.h \
909 ./E-RABs-ToBeReleased-ModReqItem.h \
910 ./E-RABs-ToBeReleased-ModReqItem-SCG-Bearer.h \
911 ./E-RABs-ToBeReleased-ModReqItem-Split-Bearer.h \
912 ./SeNBModificationRequestAcknowledge.h \
913 ./E-RABs-Admitted-ToBeAdded-ModAckList.h \
914 ./E-RABs-Admitted-ToBeAdded-ModAckItem.h \
915 ./E-RABs-Admitted-ToBeAdded-ModAckItem-SCG-Bearer.h \
916 ./E-RABs-Admitted-ToBeAdded-ModAckItem-Split-Bearer.h \
917 ./E-RABs-Admitted-ToBeModified-ModAckList.h \
918 ./E-RABs-Admitted-ToBeModified-ModAckItem.h \
919 ./E-RABs-Admitted-ToBeModified-ModAckItem-SCG-Bearer.h \
920 ./E-RABs-Admitted-ToBeModified-ModAckItem-Split-Bearer.h \
921 ./E-RABs-Admitted-ToBeReleased-ModAckList.h \
922 ./E-RABs-Admitted-ToReleased-ModAckItem.h \
923 ./E-RABs-Admitted-ToBeReleased-ModAckItem-SCG-Bearer.h \
924 ./E-RABs-Admitted-ToBeReleased-ModAckItem-Split-Bearer.h \
925 ./SeNBModificationRequestReject.h \
926 ./SeNBModificationRequired.h \
927 ./E-RABs-ToBeReleased-ModReqd.h \
928 ./E-RABs-ToBeReleased-ModReqdItem.h \
929 ./SeNBModificationConfirm.h \
930 ./SeNBModificationRefuse.h \
931 ./SeNBReleaseRequest.h \
932 ./E-RABs-ToBeReleased-List-RelReq.h \
933 ./E-RABs-ToBeReleased-RelReqItem.h \
934 ./E-RABs-ToBeReleased-RelReqItem-SCG-Bearer.h \
935 ./E-RABs-ToBeReleased-RelReqItem-Split-Bearer.h \
936 ./SeNBReleaseRequired.h \
937 ./SeNBReleaseConfirm.h \
938 ./E-RABs-ToBeReleased-List-RelConf.h \
939 ./E-RABs-ToBeReleased-RelConfItem.h \
940 ./E-RABs-ToBeReleased-RelConfItem-SCG-Bearer.h \
941 ./E-RABs-ToBeReleased-RelConfItem-Split-Bearer.h \
942 ./SeNBCounterCheckRequest.h \
943 ./E-RABs-SubjectToCounterCheck-List.h \
944 ./E-RABs-SubjectToCounterCheckItem.h \
945 ./X2RemovalRequest.h \
946 ./X2RemovalResponse.h \
947 ./X2RemovalFailure.h \
948 ./RetrieveUEContextRequest.h \
949 ./RetrieveUEContextResponse.h \
950 ./UE-ContextInformationRetrieve.h \
951 ./E-RABs-ToBeSetup-ListRetrieve.h \
952 ./E-RABs-ToBeSetupRetrieve-Item.h \
953 ./RetrieveUEContextFailure.h \
954 ./SgNBAdditionRequest.h \
955 ./E-RABs-ToBeAdded-SgNBAddReqList.h \
956 ./E-RABs-ToBeAdded-SgNBAddReq-Item.h \
957 ./E-RABs-ToBeAdded-SgNBAddReq-Item-SgNBPDCPpresent.h \
958 ./E-RABs-ToBeAdded-SgNBAddReq-Item-SgNBPDCPnotpresent.h \
959 ./SgNBAdditionRequestAcknowledge.h \
960 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAckList.h \
961 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAck-Item.h \
962 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAck-Item-SgNBPDCPpresent.h \
963 ./E-RABs-Admitted-ToBeAdded-SgNBAddReqAck-Item-SgNBPDCPnotpresent.h \
964 ./SgNBAdditionRequestReject.h \
965 ./SgNBReconfigurationComplete.h \
966 ./ResponseInformationSgNBReconfComp.h \
967 ./ResponseInformationSgNBReconfComp-SuccessItem.h \
968 ./ResponseInformationSgNBReconfComp-RejectByMeNBItem.h \
969 ./SgNBModificationRequest.h \
970 ./UE-ContextInformation-SgNBModReq.h \
971 ./E-RABs-ToBeAdded-SgNBModReq-List.h \
972 ./E-RABs-ToBeAdded-SgNBModReq-Item.h \
973 ./E-RABs-ToBeAdded-SgNBModReq-Item-SgNBPDCPpresent.h \
974 ./E-RABs-ToBeAdded-SgNBModReq-Item-SgNBPDCPnotpresent.h \
975 ./E-RABs-ToBeModified-SgNBModReq-List.h \
976 ./E-RABs-ToBeModified-SgNBModReq-Item.h \
977 ./E-RABs-ToBeModified-SgNBModReq-Item-SgNBPDCPpresent.h \
978 ./E-RABs-ToBeModified-SgNBModReq-Item-SgNBPDCPnotpresent.h \
979 ./E-RABs-ToBeReleased-SgNBModReq-List.h \
980 ./E-RABs-ToBeReleased-SgNBModReq-Item.h \
981 ./E-RABs-ToBeReleased-SgNBModReq-Item-SgNBPDCPpresent.h \
982 ./E-RABs-ToBeReleased-SgNBModReq-Item-SgNBPDCPnotpresent.h \
983 ./SgNBModificationRequestAcknowledge.h \
984 ./E-RABs-Admitted-ToBeAdded-SgNBModAckList.h \
985 ./E-RABs-Admitted-ToBeAdded-SgNBModAck-Item.h \
986 ./E-RABs-Admitted-ToBeAdded-SgNBModAck-Item-SgNBPDCPpresent.h \
987 ./E-RABs-Admitted-ToBeAdded-SgNBModAck-Item-SgNBPDCPnotpresent.h \
988 ./E-RABs-Admitted-ToBeModified-SgNBModAckList.h \
989 ./E-RABs-Admitted-ToBeModified-SgNBModAck-Item.h \
990 ./E-RABs-Admitted-ToBeModified-SgNBModAck-Item-SgNBPDCPpresent.h \
991 ./E-RABs-Admitted-ToBeModified-SgNBModAck-Item-SgNBPDCPnotpresent.h \
992 ./E-RABs-Admitted-ToBeReleased-SgNBModAckList.h \
993 ./E-RABs-Admitted-ToReleased-SgNBModAck-Item.h \
994 ./E-RABs-Admitted-ToBeReleased-SgNBModAck-Item-SgNBPDCPpresent.h \
995 ./E-RABs-Admitted-ToBeReleased-SgNBModAck-Item-SgNBPDCPnotpresent.h \
996 ./SgNBModificationRequestReject.h \
997 ./SgNBModificationRequired.h \
998 ./E-RABs-ToBeReleased-SgNBModReqdList.h \
999 ./E-RABs-ToBeReleased-SgNBModReqd-Item.h \
1000 ./E-RABs-ToBeModified-SgNBModReqdList.h \
1001 ./E-RABs-ToBeModified-SgNBModReqd-Item.h \
1002 ./E-RABs-ToBeModified-SgNBModReqd-Item-SgNBPDCPpresent.h \
1003 ./E-RABs-ToBeModified-SgNBModReqd-Item-SgNBPDCPnotpresent.h \
1004 ./SgNBModificationConfirm.h \
1005 ./E-RABs-AdmittedToBeModified-SgNBModConfList.h \
1006 ./E-RABs-AdmittedToBeModified-SgNBModConf-Item.h \
1007 ./E-RABs-AdmittedToBeModified-SgNBModConf-Item-SgNBPDCPpresent.h \
1008 ./E-RABs-AdmittedToBeModified-SgNBModConf-Item-SgNBPDCPnotpresent.h \
1009 ./SgNBModificationRefuse.h \
1010 ./SgNBReleaseRequest.h \
1011 ./E-RABs-ToBeReleased-SgNBRelReqList.h \
1012 ./E-RABs-ToBeReleased-SgNBRelReq-Item.h \
1013 ./E-RABs-ToBeReleased-SgNBRelReq-Item-SgNBPDCPpresent.h \
1014 ./E-RABs-ToBeReleased-SgNBRelReq-Item-SgNBPDCPnotpresent.h \
1015 ./SgNBReleaseRequestAcknowledge.h \
1016 ./E-RABs-Admitted-ToBeReleased-SgNBRelReqAckList.h \
1017 ./E-RABs-Admitted-ToBeReleased-SgNBRelReqAck-Item.h \
1018 ./SgNBReleaseRequestReject.h \
1019 ./SgNBReleaseRequired.h \
1020 ./E-RABs-ToBeReleased-SgNBRelReqdList.h \
1021 ./E-RABs-ToBeReleased-SgNBRelReqd-Item.h \
1022 ./SgNBReleaseConfirm.h \
1023 ./E-RABs-ToBeReleased-SgNBRelConfList.h \
1024 ./E-RABs-ToBeReleased-SgNBRelConf-Item.h \
1025 ./E-RABs-ToBeReleased-SgNBRelConf-Item-SgNBPDCPpresent.h \
1026 ./E-RABs-ToBeReleased-SgNBRelConf-Item-SgNBPDCPnotpresent.h \
1027 ./SgNBCounterCheckRequest.h \
1028 ./E-RABs-SubjectToSgNBCounterCheck-List.h \
1029 ./E-RABs-SubjectToSgNBCounterCheck-Item.h \
1030 ./SgNBChangeRequired.h \
1031 ./SgNBChangeConfirm.h \
1032 ./E-RABs-ToBeReleased-SgNBChaConfList.h \
1033 ./E-RABs-ToBeReleased-SgNBChaConf-Item.h \
1034 ./E-RABs-ToBeReleased-SgNBChaConf-Item-SgNBPDCPpresent.h \
1035 ./E-RABs-ToBeReleased-SgNBChaConf-Item-SgNBPDCPnotpresent.h \
1036 ./RRCTransfer.h \
1037 ./SgNBChangeRefuse.h \
1038 ./ENDCX2SetupRequest.h \
1039 ./InitiatingNodeType-EndcX2Setup.h \
1040 ./ServedEUTRAcellsENDCX2ManagementList.h \
1041 ./ServedNRcellsENDCX2ManagementList.h \
1042 ./ServedNRCell-Information.h \
1043 ./FDD-InfoServedNRCell-Information.h \
1044 ./FDD-InfoNeighbourServedNRCell-Information.h \
1045 ./TDD-InfoServedNRCell-Information.h \
1046 ./TDD-InfoNeighbourServedNRCell-Information.h \
1047 ./NRNeighbour-Information.h \
1048 ./CellAssistanceInformation.h \
1049 ./Limited-list.h \
1050 ./ENDCX2SetupResponse.h \
1051 ./RespondingNodeType-EndcX2Setup.h \
1052 ./ENDCX2SetupFailure.h \
1053 ./ENDCConfigurationUpdate.h \
1054 ./InitiatingNodeType-EndcConfigUpdate.h \
1055 ./ServedEUTRAcellsToModifyListENDCConfUpd.h \
1056 ./ServedEUTRAcellsToDeleteListENDCConfUpd.h \
1057 ./ServedNRcellsToModifyENDCConfUpdList.h \
1058 ./ServedNRCellsToModify-Item.h \
1059 ./ServedNRcellsToDeleteENDCConfUpdList.h \
1060 ./ENDCConfigurationUpdateAcknowledge.h \
1061 ./RespondingNodeType-EndcConfigUpdate.h \
1062 ./ENDCConfigurationUpdateFailure.h \
1063 ./ENDCCellActivationRequest.h \
1064 ./ServedNRCellsToActivate.h \
1065 ./ServedNRCellsToActivate-Item.h \
1066 ./ENDCCellActivationResponse.h \
1067 ./ActivatedNRCellList.h \
1068 ./ActivatedNRCellList-Item.h \
1069 ./ENDCCellActivationFailure.h \
1070 ./SecondaryRATDataUsageReport.h \
1071 ./SgNBActivityNotification.h \
1072 ./ENDCPartialResetRequired.h \
1073 ./ENDCPartialResetConfirm.h \
1074 ./EUTRANRCellResourceCoordinationRequest.h \
1075 ./InitiatingNodeType-EutranrCellResourceCoordination.h \
1076 ./ListofEUTRACellsinEUTRACoordinationReq.h \
1077 ./ListofEUTRACellsinNRCoordinationReq.h \
1078 ./ListofNRCellsinNRCoordinationReq.h \
1079 ./EUTRANRCellResourceCoordinationResponse.h \
1080 ./RespondingNodeType-EutranrCellResourceCoordination.h \
1081 ./ListofEUTRACellsinEUTRACoordinationResp.h \
1082 ./ListofNRCellsinNRCoordinationResp.h \
1083 ./ENDCX2RemovalRequest.h \
1084 ./InitiatingNodeType-EndcX2Removal.h \
1085 ./ENDCX2RemovalResponse.h \
1086 ./RespondingNodeType-EndcX2Removal.h \
1087 ./ENDCX2RemovalFailure.h \
1088 ./DataForwardingAddressIndication.h \
1089 ./E-RABs-DataForwardingAddress-List.h \
1090 ./E-RABs-DataForwardingAddress-Item.h \
1091 ./GNBStatusIndication.h \
1092 ./ProtocolIE-Container.h \
1093 ./ProtocolIE-Single-Container.h \
1094 ./ProtocolIE-Field.h \
1095 ./ProtocolIE-ContainerPair.h \
1096 ./ProtocolIE-FieldPair.h \
1097 ./ProtocolIE-ContainerList.h \
1098 ./ProtocolIE-ContainerPairList.h \
1099 ./ProtocolExtensionContainer.h \
1100 ./ProtocolExtensionField.h \
1101 ./PrivateIE-Container.h \
1102 ./PrivateIE-Field.h \
1103 ./ABSInformation.h \
1104 ./ABSInformationFDD.h \
1105 ./ABSInformationTDD.h \
1106 ./ABS-Status.h \
1107 ./ActivationID.h \
1108 ./AdditionalSpecialSubframe-Info.h \
1109 ./AdditionalSpecialSubframePatterns.h \
1110 ./AdditionalSpecialSubframeExtension-Info.h \
1111 ./AdditionalSpecialSubframePatternsExtension.h \
1112 ./AerialUEsubscriptionInformation.h \
1113 ./AllocationAndRetentionPriority.h \
1114 ./AreaScopeOfMDT.h \
1115 ./AreaScopeOfQMC.h \
1116 ./AS-SecurityInformation.h \
1117 ./BandwidthReducedSI.h \
1118 ./BearerType.h \
1119 ./BenefitMetric.h \
1120 ./BitRate.h \
1121 ./BroadcastPLMNs-Item.h \
1122 ./BluetoothMeasurementConfiguration.h \
1123 ./BluetoothMeasConfigNameList.h \
1124 ./BluetoothMeasConfig.h \
1125 ./BluetoothName.h \
1126 ./CapacityValue.h \
1127 ./Cause.h \
1128 ./CauseMisc.h \
1129 ./CauseProtocol.h \
1130 ./CauseRadioNetwork.h \
1131 ./CauseTransport.h \
1132 ./CellBasedMDT.h \
1133 ./CellBasedQMC.h \
1134 ./CellCapacityClassValue.h \
1135 ./CellDeploymentStatusIndicator.h \
1136 ./CellIdListforMDT.h \
1137 ./CellIdListforQMC.h \
1138 ./CellReplacingInfo.h \
1139 ./CellReportingIndicator.h \
1140 ./Cell-Size.h \
1141 ./CellType.h \
1142 ./CNTypeRestrictions.h \
1143 ./CNTypeRestrictionsItem.h \
1144 ./CoMPHypothesisSet.h \
1145 ./CoMPHypothesisSetItem.h \
1146 ./CoMPInformation.h \
1147 ./CoMPInformationItem.h \
1148 ./CoMPInformationStartTime.h \
1149 ./CompositeAvailableCapacity.h \
1150 ./CompositeAvailableCapacityGroup.h \
1151 ./Correlation-ID.h \
1152 ./COUNTvalue.h \
1153 ./COUNTValueExtended.h \
1154 ./COUNTvaluePDCP-SNlength18.h \
1155 ./CoverageModificationList.h \
1156 ./CoverageModification-Item.h \
1157 ./CriticalityDiagnostics.h \
1158 ./CriticalityDiagnostics-IE-List.h \
1159 ./CRNTI.h \
1160 ./CSGMembershipStatus.h \
1161 ./CSG-Id.h \
1162 ./CSIReportList.h \
1163 ./CSIReportPerCSIProcess.h \
1164 ./CSIReportPerCSIProcessItem.h \
1165 ./CyclicPrefixDL.h \
1166 ./CyclicPrefixUL.h \
1167 ./DataTrafficResources.h \
1168 ./DataTrafficResourceIndication.h \
1169 ./DeactivationIndication.h \
1170 ./DeliveryStatus.h \
1171 ./DL-ABS-status.h \
1172 ./DL-Forwarding.h \
1173 ./DL-GBR-PRB-usage.h \
1174 ./DL-non-GBR-PRB-usage.h \
1175 ./DLResourceBitmapULandDLSharing.h \
1176 ./DLResourcesULandDLSharing.h \
1177 ./DL-scheduling-PDCCH-CCE-usage.h \
1178 ./DL-Total-PRB-usage.h \
1179 ./DRB-ID.h \
1180 ./DuplicationActivation.h \
1181 ./DynamicDLTransmissionInformation.h \
1182 ./DynamicNAICSInformation.h \
1183 ./EARFCN.h \
1184 ./EARFCNExtension.h \
1185 ./ECGI.h \
1186 ./EnhancedRNTP.h \
1187 ./EnhancedRNTPStartTime.h \
1188 ./ENB-ID.h \
1189 ./EncryptionAlgorithms.h \
1190 ./EN-DC-ResourceConfiguration.h \
1191 ./EPLMNs.h \
1192 ./ERABActivityNotifyItemList.h \
1193 ./ERABActivityNotifyItem.h \
1194 ./E-RAB-ID.h \
1195 ./E-RAB-Level-QoS-Parameters.h \
1196 ./E-RAB-List.h \
1197 ./E-RAB-Item.h \
1198 ./E-RABUsageReportList.h \
1199 ./E-RABUsageReport-Item.h \
1200 ./EUTRA-Mode-Info.h \
1201 ./EUTRANCellIdentifier.h \
1202 ./EUTRANTraceID.h \
1203 ./EventType.h \
1204 ./ExpectedUEBehaviour.h \
1205 ./ExpectedUEActivityBehaviour.h \
1206 ./ExpectedActivityPeriod.h \
1207 ./ExpectedIdlePeriod.h \
1208 ./ExpectedHOInterval.h \
1209 ./ExtendedULInterferenceOverloadInfo.h \
1210 ./ExtendedBitRate.h \
1211 ./FDD-Info.h \
1212 ./ForbiddenInterRATs.h \
1213 ./ForbiddenTAs.h \
1214 ./ForbiddenTAs-Item.h \
1215 ./ForbiddenTACs.h \
1216 ./ForbiddenLAs.h \
1217 ./ForbiddenLAs-Item.h \
1218 ./ForbiddenLACs.h \
1219 ./Fourframes.h \
1220 ./FreqBandIndicator.h \
1221 ./FreqBandIndicatorPriority.h \
1222 ./FreqBandNrItem.h \
1223 ./GBR-QosInformation.h \
1224 ./GlobalENB-ID.h \
1225 ./GlobalGNB-ID.h \
1226 ./GNBOverloadInformation.h \
1227 ./GTPtunnelEndpoint.h \
1228 ./GTP-TEI.h \
1229 ./GUGroupIDList.h \
1230 ./GU-Group-ID.h \
1231 ./GUMMEI.h \
1232 ./GNB-ID.h \
1233 ./HandoverReportType.h \
1234 ./HandoverRestrictionList.h \
1235 ./HFN.h \
1236 ./HFNModified.h \
1237 ./HFNforPDCP-SNlength18.h \
1238 ./HWLoadIndicator.h \
1239 ./IntegrityProtectionAlgorithms.h \
1240 ./InterfacesToTrace.h \
1241 ./InvokeIndication.h \
1242 ./Key-eNodeB-Star.h \
1243 ./LAC.h \
1244 ./LastVisitedCell-Item.h \
1245 ./LastVisitedEUTRANCellInformation.h \
1246 ./LastVisitedGERANCellInformation.h \
1247 ./LastVisitedNGRANCellInformation.h \
1248 ./LastVisitedUTRANCellInformation.h \
1249 ./LCID.h \
1250 ./LHN-ID.h \
1251 ./Links-to-log.h \
1252 ./LoadIndicator.h \
1253 ./LocationReportingInformation.h \
1254 ./M1PeriodicReporting.h \
1255 ./M1ReportingTrigger.h \
1256 ./M1ThresholdEventA2.h \
1257 ./M3Configuration.h \
1258 ./M3period.h \
1259 ./M4Configuration.h \
1260 ./M4period.h \
1261 ./M5Configuration.h \
1262 ./M5period.h \
1263 ./M6Configuration.h \
1264 ./M6report-interval.h \
1265 ./M6delay-threshold.h \
1266 ./M7Configuration.h \
1267 ./M7period.h \
1268 ./MakeBeforeBreakIndicator.h \
1269 ./ManagementBasedMDTallowed.h \
1270 ./Masked-IMEISV.h \
1271 ./MDT-Activation.h \
1272 ./MDT-Configuration.h \
1273 ./MDTPLMNList.h \
1274 ./MDT-Location-Info.h \
1275 ./Measurement-ID.h \
1276 ./MeasurementsToActivate.h \
1277 ./MeasurementThresholdA2.h \
1278 ./MeNBCoordinationAssistanceInformation.h \
1279 ./MeNBResourceCoordinationInformation.h \
1280 ./MeNBtoSeNBContainer.h \
1281 ./MME-Group-ID.h \
1282 ./MME-Code.h \
1283 ./MBMS-Service-Area-Identity-List.h \
1284 ./MBMS-Service-Area-Identity.h \
1285 ./MBSFN-Subframe-Infolist.h \
1286 ./MBSFN-Subframe-Info.h \
1287 ./MobilityParametersModificationRange.h \
1288 ./MobilityParametersInformation.h \
1289 ./MultibandInfoList.h \
1290 ./BandInfo.h \
1291 ./MeNBtoSgNBContainer.h \
1292 ./SplitSRBs.h \
1293 ./SplitSRB.h \
1294 ./UENRMeasurement.h \
1295 ./Neighbour-Information.h \
1296 ./NextHopChainingCount.h \
1297 ./NewDRBIDrequest.h \
1298 ./Number-of-Antennaports.h \
1299 ./NRFreqInfo.h \
1300 ./NRCellIdentifier.h \
1301 ./NRCGI.h \
1302 ./NRPCI.h \
1303 ./NRrestrictioninEPSasSecondaryRAT.h \
1304 ./NRrestrictionin5GS.h \
1305 ./NRencryptionAlgorithms.h \
1306 ./NRintegrityProtectionAlgorithms.h \
1307 ./NR-TxBW.h \
1308 ./NRNRB.h \
1309 ./NRSCS.h \
1310 ./NRS-NSSS-PowerOffset.h \
1311 ./FiveGS-TAC.h \
1312 ./NRUESecurityCapabilities.h \
1313 ./NSSS-NumOccasionDifferentPrecoder.h \
1314 ./OffsetOfNbiotChannelNumberToEARFCN.h \
1315 ./Oneframe.h \
1316 ./Packet-LossRate.h \
1317 ./PA-Values.h \
1318 ./PDCPChangeIndication.h \
1319 ./PDCP-SN.h \
1320 ./PDCP-SNExtended.h \
1321 ./PDCP-SNlength18.h \
1322 ./PDCPSnLength.h \
1323 ./PCI.h \
1324 ./PLMN-Identity.h \
1325 ./Port-Number.h \
1326 ./PRACH-Configuration.h \
1327 ./PLMNAreaBasedQMC.h \
1328 ./PLMNListforQMC.h \
1329 ./Pre-emptionCapability.h \
1330 ./Pre-emptionVulnerability.h \
1331 ./PriorityLevel.h \
1332 ./ProSeAuthorized.h \
1333 ./ProSeDirectDiscovery.h \
1334 ./ProSeDirectCommunication.h \
1335 ./ProSeUEtoNetworkRelaying.h \
1336 ./ProtectedEUTRAResourceIndication.h \
1337 ./ProtectedFootprintTimePattern.h \
1338 ./ProtectedResourceList.h \
1339 ./ProtectedResourceList-Item.h \
1340 ./QCI.h \
1341 ./RadioframeAllocationOffset.h \
1342 ./RadioframeAllocationPeriod.h \
1343 ./RadioResourceStatus.h \
1344 ./ReceiveStatusofULPDCPSDUs.h \
1345 ./ReceiveStatusOfULPDCPSDUsExtended.h \
1346 ./ReceiveStatusOfULPDCPSDUsPDCP-SNlength18.h \
1347 ./Reestablishment-Indication.h \
1348 ./Registration-Request.h \
1349 ./RelativeNarrowbandTxPower.h \
1350 ./ReplacingCellsList.h \
1351 ./ReplacingCellsList-Item.h \
1352 ./ReportAmountMDT.h \
1353 ./ReportArea.h \
1354 ./ReportCharacteristics.h \
1355 ./ReportingPeriodicityCSIR.h \
1356 ./ReportingPeriodicityRSRPMR.h \
1357 ./ReportIntervalMDT.h \
1358 ./ReservedSubframePattern.h \
1359 ./ResourceType.h \
1360 ./ResumeID.h \
1361 ./RLCMode.h \
1362 ./RLC-Status.h \
1363 ./RNTP-Threshold.h \
1364 ./RRC-Config-Ind.h \
1365 ./RRC-Context.h \
1366 ./RRCConnReestabIndicator.h \
1367 ./RRCConnSetupIndicator.h \
1368 ./RSRPMeasurementResult.h \
1369 ./RSRPMRList.h \
1370 ./RRCContainer.h \
1371 ./S1TNLLoadIndicator.h \
1372 ./SCGChangeIndication.h \
1373 ./SecondaryRATUsageReportList.h \
1374 ./SecondaryRATUsageReport-Item.h \
1375 ./SeNBSecurityKey.h \
1376 ./SeNBtoMeNBContainer.h \
1377 ./ServedCells.h \
1378 ./ServedCell-Information.h \
1379 ./ServiceType.h \
1380 ./SgNBCoordinationAssistanceInformation.h \
1381 ./SgNBResourceCoordinationInformation.h \
1382 ./SgNB-UE-X2AP-ID.h \
1383 ./SIPTOBearerDeactivationIndication.h \
1384 ./SharedResourceType.h \
1385 ./ShortMAC-I.h \
1386 ./SGNB-Addition-Trigger-Ind.h \
1387 ./SourceOfUEActivityBehaviourInformation.h \
1388 ./SpecialSubframe-Info.h \
1389 ./SpecialSubframePatterns.h \
1390 ./SpectrumSharingGroupID.h \
1391 ./SubbandCQI.h \
1392 ./Subscription-Based-UE-DifferentiationInfo.h \
1393 ./ScheduledCommunicationTime.h \
1394 ./SRVCCOperationPossible.h \
1395 ./SubbandCQICodeword0.h \
1396 ./SubbandCQICodeword1.h \
1397 ./SubbandCQIList.h \
1398 ./SubbandCQIItem.h \
1399 ./SubbandSize.h \
1400 ./SubscriberProfileIDforRFP.h \
1401 ./SubframeAllocation.h \
1402 ./SubframeAssignment.h \
1403 ./SubframeType.h \
1404 ./SgNBSecurityKey.h \
1405 ./SgNBtoMeNBContainer.h \
1406 ./SRBType.h \
1407 ./SCGConfigurationQuery.h \
1408 ./SULInformation.h \
1409 ./SupportedSULFreqBandItem.h \
1410 ./TABasedMDT.h \
1411 ./TAC.h \
1412 ./TAIBasedMDT.h \
1413 ./TAIListforMDT.h \
1414 ./TAI-Item.h \
1415 ./TAListforMDT.h \
1416 ./TABasedQMC.h \
1417 ./TAListforQMC.h \
1418 ./TAIBasedQMC.h \
1419 ./TAIListforQMC.h \
1420 ./TargetCellInUTRAN.h \
1421 ./TargeteNBtoSource-eNBTransparentContainer.h \
1422 ./TDD-Info.h \
1423 ./Threshold-RSRP.h \
1424 ./Threshold-RSRQ.h \
1425 ./TimeToWait.h \
1426 ./Time-UE-StayedInCell.h \
1427 ./Time-UE-StayedInCell-EnhancedGranularity.h \
1428 ./TraceActivation.h \
1429 ./TraceCollectionEntityIPAddress.h \
1430 ./TraceDepth.h \
1431 ./Transmission-Bandwidth.h \
1432 ./TransportLayerAddress.h \
1433 ./TunnelInformation.h \
1434 ./TypeOfError.h \
1435 ./UEAggregateMaximumBitRate.h \
1436 ./UEAppLayerMeasConfig.h \
1437 ./UE-ContextKeptIndicator.h \
1438 ./UEID.h \
1439 ./UE-HistoryInformation.h \
1440 ./UE-HistoryInformationFromTheUE.h \
1441 ./UE-S1AP-ID.h \
1442 ./UE-X2AP-ID.h \
1443 ./UE-X2AP-ID-Extension.h \
1444 ./UE-RLF-Report-Container.h \
1445 ./UE-RLF-Report-Container-for-extended-bands.h \
1446 ./UESecurityCapabilities.h \
1447 ./UESidelinkAggregateMaximumBitRate.h \
1448 ./UEsToBeResetList.h \
1449 ./UEsToBeResetList-Item.h \
1450 ./ULandDLSharing.h \
1451 ./ULConfiguration.h \
1452 ./UL-UE-Configuration.h \
1453 ./UL-GBR-PRB-usage.h \
1454 ./UL-HighInterferenceIndicationInfo.h \
1455 ./UL-HighInterferenceIndicationInfo-Item.h \
1456 ./UL-HighInterferenceIndication.h \
1457 ./UL-InterferenceOverloadIndication.h \
1458 ./UL-InterferenceOverloadIndication-Item.h \
1459 ./UL-non-GBR-PRB-usage.h \
1460 ./ULOnlySharing.h \
1461 ./ULResourceBitmapULandDLSharing.h \
1462 ./ULResourcesULandDLSharing.h \
1463 ./UL-scheduling-PDCCH-CCE-usage.h \
1464 ./UL-Total-PRB-usage.h \
1465 ./UsableABSInformation.h \
1466 ./UsableABSInformationFDD.h \
1467 ./UsableABSInformationTDD.h \
1468 ./UserPlaneTrafficActivityReport.h \
1469 ./V2XServicesAuthorized.h \
1470 ./VehicleUE.h \
1471 ./PedestrianUE.h \
1472 ./WidebandCQI.h \
1473 ./WidebandCQICodeword1.h \
1474 ./WLANMeasurementConfiguration.h \
1475 ./WLANMeasConfigNameList.h \
1476 ./WLANMeasConfig.h \
1477 ./WLANName.h \
1478 ./WTID.h \
1479 ./WTID-Type1.h \
1480 ./WTID-Long-Type2.h \
1481 ./WT-UE-XwAP-ID.h \
1482 ./X2BenefitValue.h \
1483 ./Criticality.h \
1484 ./Presence.h \
1485 ./PrivateIE-ID.h \
1486 ./ProcedureCode.h \
1487 ./ProtocolIE-ID.h \
1488 ./TriggeringMessage.h \
1489 ./E2SM-gNB-X2-eventTriggerDefinition.h \
1490 ./E2SM-gNB-X2-actionDefinition.h \
1491 ./E2SM-gNB-X2-indicationHeader.h \
1492 ./E2SM-gNB-X2-indicationMessage.h \
1493 ./E2SM-gNB-X2-callProcessID.h \
1494 ./E2SM-gNB-X2-controlHeader.h \
1495 ./E2SM-gNB-X2-controlMessage.h \
1496 ./ActionParameter-Item.h \
1497 ./ActionParameter-ID.h \
1498 ./ActionParameter-Value.h \
1499 ./CallProcess-ID.h \
1500 ./Interface-ID.h \
1501 ./InterfaceDirection.h \
1502 ./InterfaceMessage.h \
1503 ./InterfaceMessageType.h \
1504 ./TypeOfMessage.h \
1505 ./InterfaceProtocolIE-Item.h \
1506 ./InterfaceProtocolIE-ID.h \
1507 ./InterfaceProtocolIE-Test.h \
1508 ./InterfaceProtocolIE-Value.h \
1509 ./Style-ID.h \
1510 ./TimeStamp.h
1511
1512ASN_MODULE_HDRS+=./ANY.h
1513ASN_MODULE_SRCS+=./ANY.c
1514ASN_MODULE_HDRS+=./OCTET_STRING.h
1515ASN_MODULE_HDRS+=./OPEN_TYPE.h
1516ASN_MODULE_SRCS+=./OPEN_TYPE.c
1517ASN_MODULE_HDRS+=./constr_CHOICE.h
1518ASN_MODULE_HDRS+=./BOOLEAN.h
1519ASN_MODULE_SRCS+=./BOOLEAN.c
1520ASN_MODULE_HDRS+=./INTEGER.h
1521ASN_MODULE_SRCS+=./INTEGER.c
1522ASN_MODULE_HDRS+=./NULL.h
1523ASN_MODULE_SRCS+=./NULL.c
1524ASN_MODULE_HDRS+=./NativeEnumerated.h
1525ASN_MODULE_SRCS+=./NativeEnumerated.c
1526ASN_MODULE_HDRS+=./NativeInteger.h
1527ASN_MODULE_SRCS+=./NativeInteger.c
1528ASN_MODULE_HDRS+=./OBJECT_IDENTIFIER.h
1529ASN_MODULE_SRCS+=./OBJECT_IDENTIFIER.c
1530ASN_MODULE_HDRS+=./PrintableString.h
1531ASN_MODULE_SRCS+=./PrintableString.c
1532ASN_MODULE_HDRS+=./asn_SEQUENCE_OF.h
1533ASN_MODULE_SRCS+=./asn_SEQUENCE_OF.c
1534ASN_MODULE_HDRS+=./asn_SET_OF.h
1535ASN_MODULE_SRCS+=./asn_SET_OF.c
1536ASN_MODULE_SRCS+=./constr_CHOICE.c
1537ASN_MODULE_HDRS+=./constr_SEQUENCE.h
1538ASN_MODULE_SRCS+=./constr_SEQUENCE.c
1539ASN_MODULE_HDRS+=./constr_SEQUENCE_OF.h
1540ASN_MODULE_SRCS+=./constr_SEQUENCE_OF.c
1541ASN_MODULE_HDRS+=./constr_SET_OF.h
1542ASN_MODULE_SRCS+=./constr_SET_OF.c
1543ASN_MODULE_HDRS+=./asn_application.h
1544ASN_MODULE_SRCS+=./asn_application.c
1545ASN_MODULE_HDRS+=./asn_ioc.h
1546ASN_MODULE_HDRS+=./asn_system.h
1547ASN_MODULE_HDRS+=./asn_codecs.h
1548ASN_MODULE_HDRS+=./asn_internal.h
1549ASN_MODULE_SRCS+=./asn_internal.c
1550ASN_MODULE_HDRS+=./asn_random_fill.h
1551ASN_MODULE_SRCS+=./asn_random_fill.c
1552ASN_MODULE_HDRS+=./asn_bit_data.h
1553ASN_MODULE_SRCS+=./asn_bit_data.c
1554ASN_MODULE_SRCS+=./OCTET_STRING.c
1555ASN_MODULE_HDRS+=./BIT_STRING.h
1556ASN_MODULE_SRCS+=./BIT_STRING.c
1557ASN_MODULE_SRCS+=./asn_codecs_prim.c
1558ASN_MODULE_HDRS+=./asn_codecs_prim.h
1559ASN_MODULE_HDRS+=./ber_tlv_length.h
1560ASN_MODULE_SRCS+=./ber_tlv_length.c
1561ASN_MODULE_HDRS+=./ber_tlv_tag.h
1562ASN_MODULE_SRCS+=./ber_tlv_tag.c
1563ASN_MODULE_HDRS+=./ber_decoder.h
1564ASN_MODULE_SRCS+=./ber_decoder.c
1565ASN_MODULE_HDRS+=./der_encoder.h
1566ASN_MODULE_SRCS+=./der_encoder.c
1567ASN_MODULE_HDRS+=./constr_TYPE.h
1568ASN_MODULE_SRCS+=./constr_TYPE.c
1569ASN_MODULE_HDRS+=./constraints.h
1570ASN_MODULE_SRCS+=./constraints.c
1571ASN_MODULE_HDRS+=./xer_support.h
1572ASN_MODULE_SRCS+=./xer_support.c
1573ASN_MODULE_HDRS+=./xer_decoder.h
1574ASN_MODULE_SRCS+=./xer_decoder.c
1575ASN_MODULE_HDRS+=./xer_encoder.h
1576ASN_MODULE_SRCS+=./xer_encoder.c
1577ASN_MODULE_HDRS+=./per_support.h
1578ASN_MODULE_SRCS+=./per_support.c
1579ASN_MODULE_HDRS+=./per_decoder.h
1580ASN_MODULE_SRCS+=./per_decoder.c
1581ASN_MODULE_HDRS+=./per_encoder.h
1582ASN_MODULE_SRCS+=./per_encoder.c
1583ASN_MODULE_HDRS+=./per_opentype.h
1584ASN_MODULE_SRCS+=./per_opentype.c
1585
1586ASN_MODULE_CFLAGS=-DASN_DISABLE_OER_SUPPORT
1587
1588lib_LTLIBRARIES+=libasncodec.la
1589libasncodec_la_SOURCES=$(ASN_MODULE_SRCS) $(ASN_MODULE_HDRS)
1590libasncodec_la_CPPFLAGS=-I$(top_srcdir)/./
1591libasncodec_la_CFLAGS=$(ASN_MODULE_CFLAGS)
1592libasncodec_la_LDFLAGS=-lm