osmo-iuh/src/ranap
Oliver Smith 48c038d399 asn1: fix visibility warnings from generated code
Fix warnings from generated asn1 code in order to build osmo-iuh with
werror in a future patch:

../../include/osmocom/hnbap/HNBAP_CriticalityDiagnostics-IE-List.h:29:23: error: ‘struct HNBAP_CriticalityDiagnostics_IE_List__Member’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]

These visibility warnings come from "SEQUENCE … OF SEQUENCE" definitions
in the asn1 source files, as described in detail here:
https://github.com/vlm/asn1c/issues/430

It is not possible to tell gcc to just ignore these warnings since they
don't have their own type (unlike e.g. -Wuninitialized). Also it seems
like a huge effort to patch this in asn1c.

So work around the problem the same way the author of the issue worked
around it by rewriting the lines to "SEQUENCE … OF …-Value" and adding
a "…-Value ::= SEQUENCE" line below. Add a script in
asn1/utils/asn1_restructure_sequence_of_sequence.py for the
transformation and apply it.

Related: OS#4462
Change-Id: If84445ed2e0df604b581684dcf83f8520b7da84c
2022-11-14 09:52:14 +01:00
..
Makefile.am asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_APN.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_AccuracyFulfilmentIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_AllocationOrRetentionPriority.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrates.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-ExtendedMaxBitrates.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-GuaranteedBitrateInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-GuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-GuaranteedBitrateType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-GuaranteedBitrates.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-MaxBitrateInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-MaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-MaxBitrateType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-MaxBitrates.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrateInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-SupportedMaxBitrateInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameter-SupportedMaxBitrates.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Alt-RAB-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_AlternativeRABConfigurationRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_AreaIdentity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Ass-RAB-Parameter-ExtendedGuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Ass-RAB-Parameter-ExtendedMaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Ass-RAB-Parameter-GuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Ass-RAB-Parameter-MaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Ass-RAB-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_AuthorisedPLMNs-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_AuthorisedPLMNs.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_AuthorisedSNAs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_BindingID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_BroadcastAssistanceDataDecipheringKeys.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CGI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CN-DeactivateTrace.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CN-DomainIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CN-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CN-InvokeTrace.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CNMBMSLinkingInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CSFB-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CSG-Id-List.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CSG-Id.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CSG-Membership-Status.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Cause.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CauseMisc.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CauseNAS.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CauseNon-Standard.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CauseProtocol.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CauseRadioNetwork.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CauseRadioNetworkExtension.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CauseTransmissionNetwork.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Cell-Access-Mode.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Cell-Capacity-Class-Value.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Cell-Id.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CellBased.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CellIdList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CellLoadInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CellLoadInformationGroup.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CellType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ChosenEncryptionAlgorithm.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ChosenIntegrityProtectionAlgorithm.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ClassmarkInformation2.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ClassmarkInformation3.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ClientType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CommonID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Correlation-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Criticality.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_CriticalityDiagnostics-IE-List-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_CriticalityDiagnostics-IE-List.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_CriticalityDiagnostics.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_D-RNTI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DCH-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DL-GTP-PDU-SequenceNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DL-N-PDU-SequenceNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DRX-CycleLengthCoefficient.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DSCH-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DataPDUType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DataVolumeList-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_DataVolumeList.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_DataVolumeReference.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DataVolumeReport.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DataVolumeReportList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DataVolumeReportRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DataVolumeReportingIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DeliveryOfErroneousSDU.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DeliveryOrder.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DeltaRAListofIdleModeUEs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DirectInformationTransfer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DirectReportingIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DirectTransfer-IE-ContainerList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DirectTransfer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_DirectTransferInformationItem-RANAP-RelocInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_E-DCH-MAC-d-Flow-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_E-UTRAN-Service-Handover.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EARFCN-Extended.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ENB-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EUTRANFrequencies-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_EUTRANFrequencies.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_EncryptionAlgorithm.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EncryptionInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EncryptionKey.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_End-Of-CSFB.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EnhancedRelocationCompleteConfirm.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EnhancedRelocationCompleteFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EnhancedRelocationCompleteRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EnhancedRelocationCompleteResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_EquipmentsToBeTraced.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ErrorIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Event.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Event1F-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Event1I-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ExtendedGuaranteedBitrate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ExtendedMaxBitrate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ExtendedRNC-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ForwardSRNS-Context.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ForwardingIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_FrameSequenceNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_FrequenceLayerConvergenceFlag.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-AltitudeAndDirection.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-EllipsoidArc.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-Point.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-PointWithAltitude.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-PointWithUnCertainty.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-PointWithUnCertaintyEllipse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GA-Polygon-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_GA-Polygon.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_GA-UncertaintyEllipse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GANSS-PositioningDataSet.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GANSS-PositioningMethodAndUsage.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GERAN-BSC-Container.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GERAN-Cell-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GERAN-Classmark.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-List.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GTP-TEI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GeographicalArea.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GeographicalCoordinates.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GlobalCN-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GlobalRNC-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_GuaranteedBitrate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_HS-DSCH-MAC-d-Flow-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_HigherBitratesThan16MbpsFlag.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_HorizontalSpeedAndBearing.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_HorizontalVelocity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_HorizontalVelocityWithUncertainty.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_HorizontalWithVerticalVelocity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_HorizontalWithVerticalVelocityAndUncertainty.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IE-Extensions.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IE.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IMEI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IMEIGroup.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IMEIList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IMEISV.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IMEISVGroup.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IMEISVList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IMSI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IPMulticastAddress.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IRAT-Measurement-Configuration.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IRATmeasurementParameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ImmediateMDT.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IncludeVelocity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationExchangeID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationExchangeType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationRequestType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationRequested.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationTransferConfirmation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationTransferFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationTransferID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationTransferIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InformationTransferType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InitialUE-Message.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InitiatingMessage.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IntegrityProtectionAlgorithm.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IntegrityProtectionInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IntegrityProtectionKey.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InterSystemInformation-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InterSystemInformationTransferType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_InterfacesToTraceItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Iu-ReleaseCommand.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Iu-ReleaseComplete.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Iu-ReleaseRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IuSigConId-IE-ContainerList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IuSignallingConnectionIdentifier.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_IuTransportAssociation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_JoinedMBMSBearerService-IEs-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_JoinedMBMSBearerService-IEs.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_KeyStatus.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_L3-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LA-LIST-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_LA-LIST.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_LABased.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LAC.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LAI-List.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LAI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LAListofIdleModeUEs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LHN-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LastKnownServiceArea.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LastVisitedUTRANCell-Item.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LeftMBMSBearerService-IEs-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_LeftMBMSBearerService-IEs.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_Links-to-log.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ListOF-SNAs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ListOfInterfacesToTrace.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LoadValue.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationRelatedDataFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationRelatedDataRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationRelatedDataRequestType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationRelatedDataResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationReport.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationReportingControl.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LocationReportingTransferInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LoggedMDT.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LoggingDuration.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_LoggingInterval.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M1Report.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M2Report.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M4-Collection-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M4-Period.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M4-Threshold.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M4Report.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M5-Period.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M5Report.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M6-Period.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M6Report.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M7-Period.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_M7Report.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMS-PTP-RAB-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSBearerServiceType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSCNDe-Registration.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSCNDe-RegistrationRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSCNDe-RegistrationResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSCountingInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSHCIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSIPMulticastAddressandAPNRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSIPMulticastAddressandAPNlist.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSLinkingInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRABEstablishmentIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRABRelease.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRABReleaseFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRABReleaseRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRegistrationFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRegistrationRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRegistrationRequestType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSRegistrationResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSServiceArea.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionDuration.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionIdentity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionRepetitionNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionStart.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionStartFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionStartResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionStop.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionStopResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionUpdate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionUpdateFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSessionUpdateResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSSynchronisationInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSUELinkingRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MBMSUELinkingResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MDT-Activation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MDT-Configuration.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MDT-PLMN-List.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MDT-Report-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MDTAreaScope.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MDTMode.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MSISDN.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Management-Based-MDT-Allowed.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MaxBitrate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MaxSDU-Size.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MeasBand.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MeasurementQuantity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MeasurementsToActivate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_MessageStructure-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_MessageStructure.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_NAS-PDU.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NAS-SequenceNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NAS-SynchronisationIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NRTLoadInformationValue.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NewBSS-To-OldBSS-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NewRAListofIdleModeUEs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NonSearchingIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NotEmptyRAListofIdleModeUEs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NumberOfIuInstances.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_NumberOfSteps.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_OMC-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Offload-RAB-Parameters-APN.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Offload-RAB-Parameters-ChargingCharacteristics.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Offload-RAB-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_OldBSS-ToNewBSS-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Out-Of-UTRAN.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Outcome.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Overload.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_P-TMSI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PDP-Type-extension.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PDP-Type.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PDP-TypeInformation-extension.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PDP-TypeInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PDUType14FrameSequenceNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PLMNidentity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PLMNs-in-shared-network-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_PLMNs-in-shared-network.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_Paging.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PagingAreaID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PagingCause.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PeriodicLocationInfo.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PeriodicReportingIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PermanentNAS-UE-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PermittedEncryptionAlgorithms.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PermittedIntegrityProtectionAlgorithms.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Port-Number.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PositionData.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PositionDataSpecificToGERANIuMode.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PositioningDataDiscriminator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PositioningDataSet.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PositioningMethodAndUsage.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PositioningPriority.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Pre-emptionCapability.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Pre-emptionVulnerability.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Presence.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Priority-Class-Indicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PriorityLevel.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PrivateIE-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_PrivateMessage.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProcedureCode.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolError-IE-ContainerList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolExtensionContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolExtensionField.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolExtensionID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolIE-Container.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolIE-ContainerPair.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolIE-FieldPair.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProtocolIE-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ProvidedData.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_QueuingAllowed.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-AssignmentRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-AssignmentResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-AsymmetryIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ContextItem-RANAP-RelocInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ContextItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ContextList-RANAP-RelocInf.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ContextList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataForwardingItem-SRNS-CtxReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataForwardingItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataForwardingList-SRNS-CtxReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataForwardingList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataVolumeReportItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataVolumeReportList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataVolumeReportRequestItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-DataVolumeReportRequestList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-FailedItem-EnhRelocInfoRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-FailedItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-FailedList-EnhRelocInfoRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-FailedList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-IE-ContainerList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-IE-ContainerPairList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ModifyItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ModifyList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ModifyRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-Parameter-ExtendedGuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-Parameter-ExtendedMaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-Parameter-GuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-Parameter-MaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-QueuedItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-QueuedList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleaseFailedList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleaseItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleaseList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleaseRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleasedItem-IuRelComp.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleasedItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleasedList-IuRelComp.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ReleasedList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-RelocationReleaseItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-RelocationReleaseList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupItem-EnhRelocInfoReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupItem-EnhRelocInfoRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupItem-EnhancedRelocCompleteReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupItem-EnhancedRelocCompleteRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupItem-RelocReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupItem-RelocReqAck.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupList-EnhRelocInfoReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupList-EnhRelocInfoRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupList-EnhancedRelocCompleteReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupList-EnhancedRelocCompleteRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupList-RelocReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupList-RelocReqAck.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupOrModifiedItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupOrModifiedList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupOrModifyItemFirst.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupOrModifyItemSecond.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SetupOrModifyList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-SubflowCombinationBitRate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ToBeReleasedItem-EnhancedRelocCompleteRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-ToBeReleasedList-EnhancedRelocCompleteRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-TrCH-Mapping.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAB-TrCH-MappingItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RABDataVolumeReport-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_RABDataVolumeReport.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_RABParametersList-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_RABParametersList.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_RABased.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RABs-ContextFailedtoTransferItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RABs-ContextFailedtoTransferList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RABs-failed-to-reportItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RABs-failed-to-reportList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAC.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAI-List.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAListofIdleModeUEs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAListwithNoIdleModeUEsAnyMore.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RANAP-EnhancedRelocationInformationRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RANAP-EnhancedRelocationInformationResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RANAP-PDU.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RANAP-RelocationInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAT-Type.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RAofIdleModeUEs.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RIM-Transfer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RIMInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RIMRoutingAddress.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RNC-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RNCTraceInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RNSAPRelocationParameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RRC-Container.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RSRQ-Extension.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RSRQ-Type.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RSRVCC-HO-Indication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RSRVCC-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RSRVCC-Operation-Possible.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RTLoadValue.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RateControlAllowed.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RedirectAttemptFlag.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RedirectionCompleted.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RedirectionIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RejectCauseValue.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationCancel.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationCancelAcknowledge.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationCommand.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationComplete.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationDetect.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationPreparationFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationRequestAcknowledge.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationRequired.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationRequirement.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RelocationType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RepetitionNumber0.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RepetitionNumber1.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ReportAmount.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ReportArea.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ReportChangeOfSAI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ReportInterval.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RequestType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Requested-RAB-Parameter-ExtendedMaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Requested-RAB-Parameter-GuaranteedBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Requested-RAB-Parameter-MaxBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Requested-RAB-Parameter-Values.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RequestedGANSSAssistanceData.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RequestedGPSAssistanceData.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RequestedLocationRelatedDataType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RequestedMBMSIPMulticastAddressandAPNRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_RequestedMulticastServiceList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Reset.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResetAcknowledge.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResetResource.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResetResourceAckItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResetResourceAckList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResetResourceAcknowledge.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResetResourceItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResetResourceList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResidualBitErrorRatio.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_ResponseTime.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SAC.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SAI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SAPI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SDU-ErrorRatio.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SDU-FormatInformationParameterItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SDU-FormatInformationParameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SDU-ParameterItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SDU-Parameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SNA-Access-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SNAC.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRB-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRB-TrCH-Mapping.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRB-TrCH-MappingItem.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRNS-ContextRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRNS-ContextResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRNS-DataForwardCommand.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRVCC-CSKeysRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRVCC-CSKeysResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRVCC-HO-Indication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRVCC-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SRVCC-Operation-Possible.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SecurityModeCommand.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SecurityModeComplete.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SecurityModeReject.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Service-Handover.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Session-Re-establishment-Indicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SessionUpdateID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Shared-Network-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SignallingIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Source-ToTarget-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceBSS-ToTargetBSS-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceCellID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceRNC-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceRNC-ToTargetRNC-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceStatisticsDescriptor.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceUTRANCellID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SubflowSDU-Size.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SubscriberProfileIDforRFP.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SuccessfulOutcome.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SupportedBitrate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_SupportedRAB-ParameterBitrateList.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TAC.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TAI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TBCD-STRING.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TMGI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TMSI.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TNLInformationEnhRelInfoReq.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TNLInformationEnhRelInfoRes.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Target-ToSource-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TargetBSS-ToSourceBSS-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TargetCellId.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TargetENB-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TargetID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TargetRNC-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TargetRNC-ToSourceRNC-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TemporaryUE-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Time-UE-StayedInCell-EnhancedGranularity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_Time-UE-StayedInCell.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TimeToMBMSDataTransfer.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TimingDifferenceULDL.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TrCH-ID-List.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TrCH-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TraceDepth.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TraceInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TracePropagationParameters.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TraceRecordingSessionInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TraceRecordingSessionReference.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TraceReference.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TraceType.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TrafficClass.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TrafficHandlingPriority.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TransferDelay.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TransportLayerAddress.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TransportLayerInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TriggerID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TriggeringMessage.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TunnelInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_TypeOfError.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UE-AggregateMaximumBitRate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UE-AggregateMaximumBitRateDownlink.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UE-AggregateMaximumBitRateUplink.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UE-History-Information.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UE-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UESBI-Iu.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UESBI-IuA.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UESBI-IuB.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UESpecificInformationIndication.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UL-GTP-PDU-SequenceNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UL-N-PDU-SequenceNumber.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UP-ModeVersions.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UPInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UPInitialisationFrame.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_USCH-ID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UTRAN-CellID.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UeRadioCapabilityMatchRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UeRadioCapabilityMatchResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UnsuccessfulLinking-IEs-Value.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_UnsuccessfulLinking-IEs.c asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
RANAP_UnsuccessfulOutcome.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UnsuccessfullyTransmittedDataVolume.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UplinkInformationExchangeFailure.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UplinkInformationExchangeRequest.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UplinkInformationExchangeResponse.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UserPlaneInformation.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_UserPlaneMode.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_VelocityEstimate.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_VerticalAccuracyCode.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_VerticalSpeedDirection.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_VerticalVelocity.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00
RANAP_VoiceSupportMatchIndicator.c ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs 2021-10-27 17:22:50 +02:00