From 52eabf3a552784b1b9bb579422e5589096fdba43 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 27 Oct 2021 17:17:43 +0200 Subject: [PATCH] sabp: Use asn1c flag -fcompound-names to avoid name collisions with other libs Change-Id: I10ce4a9414768cdcf850feeca4088296e339919f --- .../osmocom/sabp/SABP_Available-Bandwidth.h | 2 +- ...dcast-Message-Content-Validity-Indicator.h | 2 +- .../sabp/SABP_Broadcast-Message-Content.h | 2 +- include/osmocom/sabp/SABP_Category.h | 2 +- include/osmocom/sabp/SABP_Cause.h | 2 +- .../sabp/SABP_Criticality-Diagnostics.h | 2 +- include/osmocom/sabp/SABP_Criticality.h | 2 +- .../SABP_CriticalityDiagnostics-IE-List.h | 4 +- .../osmocom/sabp/SABP_Data-Coding-Scheme.h | 2 +- include/osmocom/sabp/SABP_Error-Indication.h | 4 +- include/osmocom/sabp/SABP_Failure-List-Item.h | 2 +- include/osmocom/sabp/SABP_Failure-List.h | 2 +- include/osmocom/sabp/SABP_Failure.h | 4 +- include/osmocom/sabp/SABP_IE-Extensions.h | 2 +- include/osmocom/sabp/SABP_IE.h | 2 +- include/osmocom/sabp/SABP_InitiatingMessage.h | 2 +- include/osmocom/sabp/SABP_Kill-Complete.h | 4 +- include/osmocom/sabp/SABP_Kill-Failure.h | 4 +- include/osmocom/sabp/SABP_Kill.h | 4 +- .../osmocom/sabp/SABP_Load-Query-Complete.h | 4 +- .../osmocom/sabp/SABP_Load-Query-Failure.h | 4 +- include/osmocom/sabp/SABP_Load-Query.h | 4 +- .../osmocom/sabp/SABP_Message-Identifier.h | 2 +- .../sabp/SABP_Message-Status-Query-Complete.h | 4 +- .../sabp/SABP_Message-Status-Query-Failure.h | 4 +- .../osmocom/sabp/SABP_Message-Status-Query.h | 4 +- include/osmocom/sabp/SABP_MessageStructure.h | 4 +- include/osmocom/sabp/SABP_New-Serial-Number.h | 2 +- ...SABP_Number-Of-Broadcasts-Completed-Info.h | 2 +- ...Number-of-Broadcasts-Completed-List-Item.h | 2 +- ...SABP_Number-of-Broadcasts-Completed-List.h | 2 +- .../SABP_Number-of-Broadcasts-Requested.h | 2 +- include/osmocom/sabp/SABP_Old-Serial-Number.h | 2 +- .../osmocom/sabp/SABP_Paging-ETWS-Indicator.h | 2 +- include/osmocom/sabp/SABP_Presence.h | 2 +- include/osmocom/sabp/SABP_ProcedureCode.h | 2 +- .../osmocom/sabp/SABP_ProtocolExtensionID.h | 2 +- include/osmocom/sabp/SABP_ProtocolIE-ID.h | 2 +- .../SABP_Radio-Resource-Loading-List-Item.h | 2 +- .../sabp/SABP_Radio-Resource-Loading-List.h | 2 +- .../osmocom/sabp/SABP_Recovery-Indication.h | 2 +- include/osmocom/sabp/SABP_Repetition-Period.h | 2 +- include/osmocom/sabp/SABP_RepetitionNumber0.h | 2 +- include/osmocom/sabp/SABP_RepetitionNumber1.h | 2 +- include/osmocom/sabp/SABP_Reset-Complete.h | 4 +- include/osmocom/sabp/SABP_Reset-Failure.h | 4 +- include/osmocom/sabp/SABP_Reset.h | 4 +- include/osmocom/sabp/SABP_Restart.h | 4 +- include/osmocom/sabp/SABP_SABP-PDU.h | 2 +- include/osmocom/sabp/SABP_Serial-Number.h | 2 +- .../sabp/SABP_Service-Area-Identifier.h | 2 +- .../osmocom/sabp/SABP_Service-Areas-List.h | 2 +- include/osmocom/sabp/SABP_SuccessfulOutcome.h | 2 +- include/osmocom/sabp/SABP_TriggeringMessage.h | 2 +- include/osmocom/sabp/SABP_TypeOfError.h | 2 +- .../osmocom/sabp/SABP_UnsuccessfulOutcome.h | 2 +- include/osmocom/sabp/SABP_Warning-Type.h | 2 +- .../osmocom/sabp/SABP_WarningSecurityInfo.h | 2 +- .../sabp/SABP_Write-Replace-Complete.h | 4 +- .../osmocom/sabp/SABP_Write-Replace-Failure.h | 4 +- include/osmocom/sabp/SABP_Write-Replace.h | 4 +- src/sabp/Makefile.am | 5 +- src/sabp/SABP_Available-Bandwidth.c | 2 +- ...dcast-Message-Content-Validity-Indicator.c | 2 +- src/sabp/SABP_Broadcast-Message-Content.c | 2 +- src/sabp/SABP_Category.c | 2 +- src/sabp/SABP_Cause.c | 2 +- src/sabp/SABP_Criticality-Diagnostics.c | 2 +- src/sabp/SABP_Criticality.c | 2 +- .../SABP_CriticalityDiagnostics-IE-List.c | 14 +++--- src/sabp/SABP_Data-Coding-Scheme.c | 2 +- src/sabp/SABP_Error-Indication.c | 6 +-- src/sabp/SABP_Failure-List-Item.c | 2 +- src/sabp/SABP_Failure-List.c | 2 +- src/sabp/SABP_Failure.c | 6 +-- src/sabp/SABP_IE-Extensions.c | 2 +- src/sabp/SABP_IE.c | 2 +- src/sabp/SABP_InitiatingMessage.c | 2 +- src/sabp/SABP_Kill-Complete.c | 6 +-- src/sabp/SABP_Kill-Failure.c | 6 +-- src/sabp/SABP_Kill.c | 6 +-- src/sabp/SABP_Load-Query-Complete.c | 6 +-- src/sabp/SABP_Load-Query-Failure.c | 6 +-- src/sabp/SABP_Load-Query.c | 6 +-- src/sabp/SABP_Message-Identifier.c | 2 +- src/sabp/SABP_Message-Status-Query-Complete.c | 6 +-- src/sabp/SABP_Message-Status-Query-Failure.c | 6 +-- src/sabp/SABP_Message-Status-Query.c | 6 +-- src/sabp/SABP_MessageStructure.c | 46 +++++++++---------- src/sabp/SABP_New-Serial-Number.c | 2 +- ...SABP_Number-Of-Broadcasts-Completed-Info.c | 2 +- ...Number-of-Broadcasts-Completed-List-Item.c | 2 +- ...SABP_Number-of-Broadcasts-Completed-List.c | 2 +- .../SABP_Number-of-Broadcasts-Requested.c | 2 +- src/sabp/SABP_Old-Serial-Number.c | 2 +- src/sabp/SABP_Paging-ETWS-Indicator.c | 2 +- src/sabp/SABP_Presence.c | 2 +- src/sabp/SABP_ProcedureCode.c | 2 +- src/sabp/SABP_ProtocolExtensionID.c | 2 +- src/sabp/SABP_ProtocolIE-ID.c | 2 +- .../SABP_Radio-Resource-Loading-List-Item.c | 2 +- src/sabp/SABP_Radio-Resource-Loading-List.c | 2 +- src/sabp/SABP_Recovery-Indication.c | 2 +- src/sabp/SABP_Repetition-Period.c | 2 +- src/sabp/SABP_RepetitionNumber0.c | 2 +- src/sabp/SABP_RepetitionNumber1.c | 2 +- src/sabp/SABP_Reset-Complete.c | 6 +-- src/sabp/SABP_Reset-Failure.c | 6 +-- src/sabp/SABP_Reset.c | 6 +-- src/sabp/SABP_Restart.c | 6 +-- src/sabp/SABP_SABP-PDU.c | 2 +- src/sabp/SABP_Serial-Number.c | 2 +- src/sabp/SABP_Service-Area-Identifier.c | 2 +- src/sabp/SABP_Service-Areas-List.c | 2 +- src/sabp/SABP_SuccessfulOutcome.c | 2 +- src/sabp/SABP_TriggeringMessage.c | 2 +- src/sabp/SABP_TypeOfError.c | 2 +- src/sabp/SABP_UnsuccessfulOutcome.c | 2 +- src/sabp/SABP_Warning-Type.c | 2 +- src/sabp/SABP_WarningSecurityInfo.c | 2 +- src/sabp/SABP_Write-Replace-Complete.c | 6 +-- src/sabp/SABP_Write-Replace-Failure.c | 6 +-- src/sabp/SABP_Write-Replace.c | 6 +-- 123 files changed, 207 insertions(+), 210 deletions(-) diff --git a/include/osmocom/sabp/SABP_Available-Bandwidth.h b/include/osmocom/sabp/SABP_Available-Bandwidth.h index f1c92008..b8d29503 100644 --- a/include/osmocom/sabp/SABP_Available-Bandwidth.h +++ b/include/osmocom/sabp/SABP_Available-Bandwidth.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Available_Bandwidth_H_ diff --git a/include/osmocom/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.h b/include/osmocom/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.h index bc653cb4..6406f95e 100644 --- a/include/osmocom/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.h +++ b/include/osmocom/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Broadcast_Message_Content_Validity_Indicator_H_ diff --git a/include/osmocom/sabp/SABP_Broadcast-Message-Content.h b/include/osmocom/sabp/SABP_Broadcast-Message-Content.h index 1e09bda5..b5400a24 100644 --- a/include/osmocom/sabp/SABP_Broadcast-Message-Content.h +++ b/include/osmocom/sabp/SABP_Broadcast-Message-Content.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Broadcast_Message_Content_H_ diff --git a/include/osmocom/sabp/SABP_Category.h b/include/osmocom/sabp/SABP_Category.h index b7746d39..278e2cd2 100644 --- a/include/osmocom/sabp/SABP_Category.h +++ b/include/osmocom/sabp/SABP_Category.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Category_H_ diff --git a/include/osmocom/sabp/SABP_Cause.h b/include/osmocom/sabp/SABP_Cause.h index c1e8db25..5c15c82d 100644 --- a/include/osmocom/sabp/SABP_Cause.h +++ b/include/osmocom/sabp/SABP_Cause.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Cause_H_ diff --git a/include/osmocom/sabp/SABP_Criticality-Diagnostics.h b/include/osmocom/sabp/SABP_Criticality-Diagnostics.h index 4cf2ee35..0bc40747 100644 --- a/include/osmocom/sabp/SABP_Criticality-Diagnostics.h +++ b/include/osmocom/sabp/SABP_Criticality-Diagnostics.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Criticality_Diagnostics_H_ diff --git a/include/osmocom/sabp/SABP_Criticality.h b/include/osmocom/sabp/SABP_Criticality.h index 1d53c788..eaf8db61 100644 --- a/include/osmocom/sabp/SABP_Criticality.h +++ b/include/osmocom/sabp/SABP_Criticality.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Criticality_H_ diff --git a/include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h b/include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h index 066c0de3..c454fd05 100644 --- a/include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h +++ b/include/osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_CriticalityDiagnostics_IE_List_H_ @@ -26,7 +26,7 @@ extern "C" { /* SABP_CriticalityDiagnostics-IE-List */ typedef struct SABP_CriticalityDiagnostics_IE_List { - A_SEQUENCE_OF(struct Member { + A_SEQUENCE_OF(struct SABP_CriticalityDiagnostics_IE_List__Member { SABP_Criticality_t iECriticality; SABP_ProtocolIE_ID_t iE_ID; SABP_RepetitionNumber0_t *repetitionNumber /* OPTIONAL */; diff --git a/include/osmocom/sabp/SABP_Data-Coding-Scheme.h b/include/osmocom/sabp/SABP_Data-Coding-Scheme.h index 377e9692..909155fc 100644 --- a/include/osmocom/sabp/SABP_Data-Coding-Scheme.h +++ b/include/osmocom/sabp/SABP_Data-Coding-Scheme.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Data_Coding_Scheme_H_ diff --git a/include/osmocom/sabp/SABP_Error-Indication.h b/include/osmocom/sabp/SABP_Error-Indication.h index 9b4018d6..21ecc59f 100644 --- a/include/osmocom/sabp/SABP_Error-Indication.h +++ b/include/osmocom/sabp/SABP_Error-Indication.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Error_Indication_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Error-Indication */ typedef struct SABP_Error_Indication { - struct error_Indication_ies { + struct SABP_Error_Indication__error_Indication_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Failure-List-Item.h b/include/osmocom/sabp/SABP_Failure-List-Item.h index e3f1ea19..dec3bf6c 100644 --- a/include/osmocom/sabp/SABP_Failure-List-Item.h +++ b/include/osmocom/sabp/SABP_Failure-List-Item.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Failure_List_Item_H_ diff --git a/include/osmocom/sabp/SABP_Failure-List.h b/include/osmocom/sabp/SABP_Failure-List.h index 70a710f0..26f8326d 100644 --- a/include/osmocom/sabp/SABP_Failure-List.h +++ b/include/osmocom/sabp/SABP_Failure-List.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Failure_List_H_ diff --git a/include/osmocom/sabp/SABP_Failure.h b/include/osmocom/sabp/SABP_Failure.h index 55741433..e9b4f928 100644 --- a/include/osmocom/sabp/SABP_Failure.h +++ b/include/osmocom/sabp/SABP_Failure.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Failure_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Failure */ typedef struct SABP_Failure { - struct failure_ies { + struct SABP_Failure__failure_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_IE-Extensions.h b/include/osmocom/sabp/SABP_IE-Extensions.h index 46f4b5e7..b87c308a 100644 --- a/include/osmocom/sabp/SABP_IE-Extensions.h +++ b/include/osmocom/sabp/SABP_IE-Extensions.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_IE_Extensions_H_ diff --git a/include/osmocom/sabp/SABP_IE.h b/include/osmocom/sabp/SABP_IE.h index e32ab2fe..13c2537d 100644 --- a/include/osmocom/sabp/SABP_IE.h +++ b/include/osmocom/sabp/SABP_IE.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_IE_H_ diff --git a/include/osmocom/sabp/SABP_InitiatingMessage.h b/include/osmocom/sabp/SABP_InitiatingMessage.h index 94c76f97..0da1b3a5 100644 --- a/include/osmocom/sabp/SABP_InitiatingMessage.h +++ b/include/osmocom/sabp/SABP_InitiatingMessage.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_InitiatingMessage_H_ diff --git a/include/osmocom/sabp/SABP_Kill-Complete.h b/include/osmocom/sabp/SABP_Kill-Complete.h index 8a44d10a..6a1dce79 100644 --- a/include/osmocom/sabp/SABP_Kill-Complete.h +++ b/include/osmocom/sabp/SABP_Kill-Complete.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Kill_Complete_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Kill-Complete */ typedef struct SABP_Kill_Complete { - struct kill_Complete_ies { + struct SABP_Kill_Complete__kill_Complete_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Kill-Failure.h b/include/osmocom/sabp/SABP_Kill-Failure.h index 8e119180..59a71ae9 100644 --- a/include/osmocom/sabp/SABP_Kill-Failure.h +++ b/include/osmocom/sabp/SABP_Kill-Failure.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Kill_Failure_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Kill-Failure */ typedef struct SABP_Kill_Failure { - struct kill_Failure_ies { + struct SABP_Kill_Failure__kill_Failure_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Kill.h b/include/osmocom/sabp/SABP_Kill.h index cbd69bce..bc528256 100644 --- a/include/osmocom/sabp/SABP_Kill.h +++ b/include/osmocom/sabp/SABP_Kill.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Kill_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Kill */ typedef struct SABP_Kill { - struct kill_ies { + struct SABP_Kill__kill_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Load-Query-Complete.h b/include/osmocom/sabp/SABP_Load-Query-Complete.h index 6fc6c0e8..4c034e7c 100644 --- a/include/osmocom/sabp/SABP_Load-Query-Complete.h +++ b/include/osmocom/sabp/SABP_Load-Query-Complete.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Load_Query_Complete_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Load-Query-Complete */ typedef struct SABP_Load_Query_Complete { - struct load_Query_Complete_ies { + struct SABP_Load_Query_Complete__load_Query_Complete_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Load-Query-Failure.h b/include/osmocom/sabp/SABP_Load-Query-Failure.h index 892b89c8..7697843c 100644 --- a/include/osmocom/sabp/SABP_Load-Query-Failure.h +++ b/include/osmocom/sabp/SABP_Load-Query-Failure.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Load_Query_Failure_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Load-Query-Failure */ typedef struct SABP_Load_Query_Failure { - struct load_Query_Failure_ies { + struct SABP_Load_Query_Failure__load_Query_Failure_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Load-Query.h b/include/osmocom/sabp/SABP_Load-Query.h index e510b434..3d49c65e 100644 --- a/include/osmocom/sabp/SABP_Load-Query.h +++ b/include/osmocom/sabp/SABP_Load-Query.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Load_Query_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Load-Query */ typedef struct SABP_Load_Query { - struct load_Query_ies { + struct SABP_Load_Query__load_Query_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Message-Identifier.h b/include/osmocom/sabp/SABP_Message-Identifier.h index c3c8256a..e6d64d08 100644 --- a/include/osmocom/sabp/SABP_Message-Identifier.h +++ b/include/osmocom/sabp/SABP_Message-Identifier.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Message_Identifier_H_ diff --git a/include/osmocom/sabp/SABP_Message-Status-Query-Complete.h b/include/osmocom/sabp/SABP_Message-Status-Query-Complete.h index b64c30f2..1b6b564d 100644 --- a/include/osmocom/sabp/SABP_Message-Status-Query-Complete.h +++ b/include/osmocom/sabp/SABP_Message-Status-Query-Complete.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Message_Status_Query_Complete_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Message-Status-Query-Complete */ typedef struct SABP_Message_Status_Query_Complete { - struct message_Status_Query_Complete_ies { + struct SABP_Message_Status_Query_Complete__message_Status_Query_Complete_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Message-Status-Query-Failure.h b/include/osmocom/sabp/SABP_Message-Status-Query-Failure.h index 655f7a17..bf2ade51 100644 --- a/include/osmocom/sabp/SABP_Message-Status-Query-Failure.h +++ b/include/osmocom/sabp/SABP_Message-Status-Query-Failure.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Message_Status_Query_Failure_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Message-Status-Query-Failure */ typedef struct SABP_Message_Status_Query_Failure { - struct message_Status_Query_Failure_ies { + struct SABP_Message_Status_Query_Failure__message_Status_Query_Failure_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Message-Status-Query.h b/include/osmocom/sabp/SABP_Message-Status-Query.h index 4f53dda6..be9f68e6 100644 --- a/include/osmocom/sabp/SABP_Message-Status-Query.h +++ b/include/osmocom/sabp/SABP_Message-Status-Query.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Message_Status_Query_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Message-Status-Query */ typedef struct SABP_Message_Status_Query { - struct message_Status_Query_ies { + struct SABP_Message_Status_Query__message_Status_Query_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_MessageStructure.h b/include/osmocom/sabp/SABP_MessageStructure.h index 08b3d0d7..ce3819f9 100644 --- a/include/osmocom/sabp/SABP_MessageStructure.h +++ b/include/osmocom/sabp/SABP_MessageStructure.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_MessageStructure_H_ @@ -25,7 +25,7 @@ extern "C" { /* SABP_MessageStructure */ typedef struct SABP_MessageStructure { - A_SEQUENCE_OF(struct MemberA { + A_SEQUENCE_OF(struct SABP_MessageStructure__Member { SABP_ProtocolIE_ID_t iE_ID; SABP_RepetitionNumber1_t *repetitionNumber /* OPTIONAL */; SABP_IE_Extensions_t *iE_Extensions /* OPTIONAL */; diff --git a/include/osmocom/sabp/SABP_New-Serial-Number.h b/include/osmocom/sabp/SABP_New-Serial-Number.h index 70b150d1..2f17a3d2 100644 --- a/include/osmocom/sabp/SABP_New-Serial-Number.h +++ b/include/osmocom/sabp/SABP_New-Serial-Number.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_New_Serial_Number_H_ diff --git a/include/osmocom/sabp/SABP_Number-Of-Broadcasts-Completed-Info.h b/include/osmocom/sabp/SABP_Number-Of-Broadcasts-Completed-Info.h index 4e4c4645..15eaf19d 100644 --- a/include/osmocom/sabp/SABP_Number-Of-Broadcasts-Completed-Info.h +++ b/include/osmocom/sabp/SABP_Number-Of-Broadcasts-Completed-Info.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Number_Of_Broadcasts_Completed_Info_H_ diff --git a/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.h b/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.h index 7d70ce51..76c66b6c 100644 --- a/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.h +++ b/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Number_of_Broadcasts_Completed_List_Item_H_ diff --git a/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List.h b/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List.h index aae0caab..479821db 100644 --- a/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List.h +++ b/include/osmocom/sabp/SABP_Number-of-Broadcasts-Completed-List.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Number_of_Broadcasts_Completed_List_H_ diff --git a/include/osmocom/sabp/SABP_Number-of-Broadcasts-Requested.h b/include/osmocom/sabp/SABP_Number-of-Broadcasts-Requested.h index 51b78800..aea577ad 100644 --- a/include/osmocom/sabp/SABP_Number-of-Broadcasts-Requested.h +++ b/include/osmocom/sabp/SABP_Number-of-Broadcasts-Requested.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Number_of_Broadcasts_Requested_H_ diff --git a/include/osmocom/sabp/SABP_Old-Serial-Number.h b/include/osmocom/sabp/SABP_Old-Serial-Number.h index 751816c4..860fc171 100644 --- a/include/osmocom/sabp/SABP_Old-Serial-Number.h +++ b/include/osmocom/sabp/SABP_Old-Serial-Number.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Old_Serial_Number_H_ diff --git a/include/osmocom/sabp/SABP_Paging-ETWS-Indicator.h b/include/osmocom/sabp/SABP_Paging-ETWS-Indicator.h index e0c34210..d8e7c74c 100644 --- a/include/osmocom/sabp/SABP_Paging-ETWS-Indicator.h +++ b/include/osmocom/sabp/SABP_Paging-ETWS-Indicator.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Paging_ETWS_Indicator_H_ diff --git a/include/osmocom/sabp/SABP_Presence.h b/include/osmocom/sabp/SABP_Presence.h index ee73dae4..f3270eb0 100644 --- a/include/osmocom/sabp/SABP_Presence.h +++ b/include/osmocom/sabp/SABP_Presence.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Presence_H_ diff --git a/include/osmocom/sabp/SABP_ProcedureCode.h b/include/osmocom/sabp/SABP_ProcedureCode.h index b8208763..bf114fea 100644 --- a/include/osmocom/sabp/SABP_ProcedureCode.h +++ b/include/osmocom/sabp/SABP_ProcedureCode.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_ProcedureCode_H_ diff --git a/include/osmocom/sabp/SABP_ProtocolExtensionID.h b/include/osmocom/sabp/SABP_ProtocolExtensionID.h index bc27bec4..cce30abf 100644 --- a/include/osmocom/sabp/SABP_ProtocolExtensionID.h +++ b/include/osmocom/sabp/SABP_ProtocolExtensionID.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_ProtocolExtensionID_H_ diff --git a/include/osmocom/sabp/SABP_ProtocolIE-ID.h b/include/osmocom/sabp/SABP_ProtocolIE-ID.h index e2eaf571..511eccb7 100644 --- a/include/osmocom/sabp/SABP_ProtocolIE-ID.h +++ b/include/osmocom/sabp/SABP_ProtocolIE-ID.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_ProtocolIE_ID_H_ diff --git a/include/osmocom/sabp/SABP_Radio-Resource-Loading-List-Item.h b/include/osmocom/sabp/SABP_Radio-Resource-Loading-List-Item.h index 9a62bed7..3185c31c 100644 --- a/include/osmocom/sabp/SABP_Radio-Resource-Loading-List-Item.h +++ b/include/osmocom/sabp/SABP_Radio-Resource-Loading-List-Item.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Radio_Resource_Loading_List_Item_H_ diff --git a/include/osmocom/sabp/SABP_Radio-Resource-Loading-List.h b/include/osmocom/sabp/SABP_Radio-Resource-Loading-List.h index d80fd785..5ff26a05 100644 --- a/include/osmocom/sabp/SABP_Radio-Resource-Loading-List.h +++ b/include/osmocom/sabp/SABP_Radio-Resource-Loading-List.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Radio_Resource_Loading_List_H_ diff --git a/include/osmocom/sabp/SABP_Recovery-Indication.h b/include/osmocom/sabp/SABP_Recovery-Indication.h index 0deb5a05..69608da2 100644 --- a/include/osmocom/sabp/SABP_Recovery-Indication.h +++ b/include/osmocom/sabp/SABP_Recovery-Indication.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Recovery_Indication_H_ diff --git a/include/osmocom/sabp/SABP_Repetition-Period.h b/include/osmocom/sabp/SABP_Repetition-Period.h index 8eece01b..9b9576fa 100644 --- a/include/osmocom/sabp/SABP_Repetition-Period.h +++ b/include/osmocom/sabp/SABP_Repetition-Period.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Repetition_Period_H_ diff --git a/include/osmocom/sabp/SABP_RepetitionNumber0.h b/include/osmocom/sabp/SABP_RepetitionNumber0.h index 373356a2..dcc8adfb 100644 --- a/include/osmocom/sabp/SABP_RepetitionNumber0.h +++ b/include/osmocom/sabp/SABP_RepetitionNumber0.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_RepetitionNumber0_H_ diff --git a/include/osmocom/sabp/SABP_RepetitionNumber1.h b/include/osmocom/sabp/SABP_RepetitionNumber1.h index 01ba46af..e2e6f924 100644 --- a/include/osmocom/sabp/SABP_RepetitionNumber1.h +++ b/include/osmocom/sabp/SABP_RepetitionNumber1.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_RepetitionNumber1_H_ diff --git a/include/osmocom/sabp/SABP_Reset-Complete.h b/include/osmocom/sabp/SABP_Reset-Complete.h index edab63e6..8870e38b 100644 --- a/include/osmocom/sabp/SABP_Reset-Complete.h +++ b/include/osmocom/sabp/SABP_Reset-Complete.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Reset_Complete_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Reset-Complete */ typedef struct SABP_Reset_Complete { - struct reset_Complete_ies { + struct SABP_Reset_Complete__reset_Complete_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Reset-Failure.h b/include/osmocom/sabp/SABP_Reset-Failure.h index a6b6b29e..899a1189 100644 --- a/include/osmocom/sabp/SABP_Reset-Failure.h +++ b/include/osmocom/sabp/SABP_Reset-Failure.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Reset_Failure_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Reset-Failure */ typedef struct SABP_Reset_Failure { - struct reset_Failure_ies { + struct SABP_Reset_Failure__reset_Failure_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Reset.h b/include/osmocom/sabp/SABP_Reset.h index 37cb0ffa..4916a2be 100644 --- a/include/osmocom/sabp/SABP_Reset.h +++ b/include/osmocom/sabp/SABP_Reset.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Reset_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Reset */ typedef struct SABP_Reset { - struct reset_ies { + struct SABP_Reset__reset_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Restart.h b/include/osmocom/sabp/SABP_Restart.h index 2756a142..de5e9bba 100644 --- a/include/osmocom/sabp/SABP_Restart.h +++ b/include/osmocom/sabp/SABP_Restart.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Restart_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Restart */ typedef struct SABP_Restart { - struct restart_ies { + struct SABP_Restart__restart_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_SABP-PDU.h b/include/osmocom/sabp/SABP_SABP-PDU.h index 4cebd44d..b7c93f9e 100644 --- a/include/osmocom/sabp/SABP_SABP-PDU.h +++ b/include/osmocom/sabp/SABP_SABP-PDU.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_SABP_PDU_H_ diff --git a/include/osmocom/sabp/SABP_Serial-Number.h b/include/osmocom/sabp/SABP_Serial-Number.h index 4b9867c5..ed34f553 100644 --- a/include/osmocom/sabp/SABP_Serial-Number.h +++ b/include/osmocom/sabp/SABP_Serial-Number.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Serial_Number_H_ diff --git a/include/osmocom/sabp/SABP_Service-Area-Identifier.h b/include/osmocom/sabp/SABP_Service-Area-Identifier.h index 31139bd0..ea0934fb 100644 --- a/include/osmocom/sabp/SABP_Service-Area-Identifier.h +++ b/include/osmocom/sabp/SABP_Service-Area-Identifier.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Service_Area_Identifier_H_ diff --git a/include/osmocom/sabp/SABP_Service-Areas-List.h b/include/osmocom/sabp/SABP_Service-Areas-List.h index ed5837a6..34a07d60 100644 --- a/include/osmocom/sabp/SABP_Service-Areas-List.h +++ b/include/osmocom/sabp/SABP_Service-Areas-List.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Service_Areas_List_H_ diff --git a/include/osmocom/sabp/SABP_SuccessfulOutcome.h b/include/osmocom/sabp/SABP_SuccessfulOutcome.h index 8463a750..1e72de40 100644 --- a/include/osmocom/sabp/SABP_SuccessfulOutcome.h +++ b/include/osmocom/sabp/SABP_SuccessfulOutcome.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_SuccessfulOutcome_H_ diff --git a/include/osmocom/sabp/SABP_TriggeringMessage.h b/include/osmocom/sabp/SABP_TriggeringMessage.h index c54d4bf4..134ba697 100644 --- a/include/osmocom/sabp/SABP_TriggeringMessage.h +++ b/include/osmocom/sabp/SABP_TriggeringMessage.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_TriggeringMessage_H_ diff --git a/include/osmocom/sabp/SABP_TypeOfError.h b/include/osmocom/sabp/SABP_TypeOfError.h index 28e556d2..2c50d97e 100644 --- a/include/osmocom/sabp/SABP_TypeOfError.h +++ b/include/osmocom/sabp/SABP_TypeOfError.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_TypeOfError_H_ diff --git a/include/osmocom/sabp/SABP_UnsuccessfulOutcome.h b/include/osmocom/sabp/SABP_UnsuccessfulOutcome.h index f7ef6047..b4fe2c05 100644 --- a/include/osmocom/sabp/SABP_UnsuccessfulOutcome.h +++ b/include/osmocom/sabp/SABP_UnsuccessfulOutcome.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_UnsuccessfulOutcome_H_ diff --git a/include/osmocom/sabp/SABP_Warning-Type.h b/include/osmocom/sabp/SABP_Warning-Type.h index bbd520b8..96b7ef3c 100644 --- a/include/osmocom/sabp/SABP_Warning-Type.h +++ b/include/osmocom/sabp/SABP_Warning-Type.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Warning_Type_H_ diff --git a/include/osmocom/sabp/SABP_WarningSecurityInfo.h b/include/osmocom/sabp/SABP_WarningSecurityInfo.h index 395c67bd..44094921 100644 --- a/include/osmocom/sabp/SABP_WarningSecurityInfo.h +++ b/include/osmocom/sabp/SABP_WarningSecurityInfo.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_WarningSecurityInfo_H_ diff --git a/include/osmocom/sabp/SABP_Write-Replace-Complete.h b/include/osmocom/sabp/SABP_Write-Replace-Complete.h index e9c6b49b..a9a8451d 100644 --- a/include/osmocom/sabp/SABP_Write-Replace-Complete.h +++ b/include/osmocom/sabp/SABP_Write-Replace-Complete.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Write_Replace_Complete_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Write-Replace-Complete */ typedef struct SABP_Write_Replace_Complete { - struct write_Replace_Complete_ies { + struct SABP_Write_Replace_Complete__write_Replace_Complete_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Write-Replace-Failure.h b/include/osmocom/sabp/SABP_Write-Replace-Failure.h index 5a7a3946..9bd3d6e6 100644 --- a/include/osmocom/sabp/SABP_Write-Replace-Failure.h +++ b/include/osmocom/sabp/SABP_Write-Replace-Failure.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Write_Replace_Failure_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Write-Replace-Failure */ typedef struct SABP_Write_Replace_Failure { - struct write_Replace_Failure_ies { + struct SABP_Write_Replace_Failure__write_Replace_Failure_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/include/osmocom/sabp/SABP_Write-Replace.h b/include/osmocom/sabp/SABP_Write-Replace.h index 33d9b04e..f1b41eb2 100644 --- a/include/osmocom/sabp/SABP_Write-Replace.h +++ b/include/osmocom/sabp/SABP_Write-Replace.h @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #ifndef _SABP_Write_Replace_H_ @@ -23,7 +23,7 @@ extern "C" { /* SABP_Write-Replace */ typedef struct SABP_Write_Replace { - struct write_Replace_ies { + struct SABP_Write_Replace__write_Replace_ies { A_SEQUENCE_OF(SABP_IE_t) list; /* Context for parsing across buffer boundaries */ diff --git a/src/sabp/Makefile.am b/src/sabp/Makefile.am index faace135..0665db4a 100644 --- a/src/sabp/Makefile.am +++ b/src/sabp/Makefile.am @@ -135,10 +135,7 @@ libosmo_asn1_sabp_la_LIBADD=$(ASN1C_LDADD) regen: regenerate-from-asn1-source regenerate-from-asn1-source: - ASN1C_PREFIX="SABP_" asn1c -R -gen-PER $(top_srcdir)/asn1/sabp/SABP-CommonDataTypes.asn $(top_srcdir)/asn1/sabp/SABP-Constants.asn $(top_srcdir)/asn1/sabp/SABP-IEs.asn $(top_srcdir)/asn1/sabp/SABP-PDU.asn -# change include style to `#include ' - sed -i 's/Member/MemberA/' SABP_MessageStructure.[ch] - sed -i 's/Member/MemberB/' SABP_Criticality-Diagnostics.[ch] + ASN1C_PREFIX="SABP_" asn1c -R -fcompound-names -gen-PER $(top_srcdir)/asn1/sabp/SABP-CommonDataTypes.asn $(top_srcdir)/asn1/sabp/SABP-Constants.asn $(top_srcdir)/asn1/sabp/SABP-IEs.asn $(top_srcdir)/asn1/sabp/SABP-PDU.asn # add missing includes sed -i '/#include "SABP_Serial-Number.h"/a #include ' SABP_Old-Serial-Number.h SABP_New-Serial-Number.h # change include style to `#include ' diff --git a/src/sabp/SABP_Available-Bandwidth.c b/src/sabp/SABP_Available-Bandwidth.c index e382a4fe..8fb6bc45 100644 --- a/src/sabp/SABP_Available-Bandwidth.c +++ b/src/sabp/SABP_Available-Bandwidth.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.c b/src/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.c index c747aa52..1573bbca 100644 --- a/src/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.c +++ b/src/sabp/SABP_Broadcast-Message-Content-Validity-Indicator.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Broadcast-Message-Content.c b/src/sabp/SABP_Broadcast-Message-Content.c index 83c6539c..56f18aa8 100644 --- a/src/sabp/SABP_Broadcast-Message-Content.c +++ b/src/sabp/SABP_Broadcast-Message-Content.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Category.c b/src/sabp/SABP_Category.c index d1ba3c88..b683cea6 100644 --- a/src/sabp/SABP_Category.c +++ b/src/sabp/SABP_Category.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Cause.c b/src/sabp/SABP_Cause.c index 1e131c64..97e53919 100644 --- a/src/sabp/SABP_Cause.c +++ b/src/sabp/SABP_Cause.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Criticality-Diagnostics.c b/src/sabp/SABP_Criticality-Diagnostics.c index 99919662..bb29c4dc 100644 --- a/src/sabp/SABP_Criticality-Diagnostics.c +++ b/src/sabp/SABP_Criticality-Diagnostics.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Criticality.c b/src/sabp/SABP_Criticality.c index e9216975..d4d61e8d 100644 --- a/src/sabp/SABP_Criticality.c +++ b/src/sabp/SABP_Criticality.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_CriticalityDiagnostics-IE-List.c b/src/sabp/SABP_CriticalityDiagnostics-IE-List.c index bfaddeee..8c4c2f35 100644 --- a/src/sabp/SABP_CriticalityDiagnostics-IE-List.c +++ b/src/sabp/SABP_CriticalityDiagnostics-IE-List.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -13,7 +13,7 @@ static asn_per_constraints_t asn_PER_type_SABP_CriticalityDiagnostics_IE_List_co 0, 0 /* No PER value map */ }; static asn_TYPE_member_t asn_MBR_Member_2[] = { - { ATF_NOFLAGS, 0, offsetof(struct Member, iECriticality), + { ATF_NOFLAGS, 0, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, iECriticality), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SABP_Criticality, @@ -22,7 +22,7 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { 0, "iECriticality" }, - { ATF_NOFLAGS, 0, offsetof(struct Member, iE_ID), + { ATF_NOFLAGS, 0, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, iE_ID), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SABP_ProtocolIE_ID, @@ -31,7 +31,7 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { 0, "iE-ID" }, - { ATF_POINTER, 2, offsetof(struct Member, repetitionNumber), + { ATF_POINTER, 2, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, repetitionNumber), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SABP_RepetitionNumber0, @@ -40,7 +40,7 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { 0, "repetitionNumber" }, - { ATF_POINTER, 1, offsetof(struct Member, iE_Extensions), + { ATF_POINTER, 1, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, iE_Extensions), (ASN_TAG_CLASS_CONTEXT | (3 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SABP_IE_Extensions, @@ -61,8 +61,8 @@ static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = { { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */ }; static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = { - sizeof(struct Member), - offsetof(struct Member, _asn_ctx), + sizeof(struct SABP_CriticalityDiagnostics_IE_List__Member), + offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, _asn_ctx), asn_MAP_Member_tag2el_2, 4, /* Count of tags in the map */ asn_MAP_Member_oms_2, /* Optional members */ diff --git a/src/sabp/SABP_Data-Coding-Scheme.c b/src/sabp/SABP_Data-Coding-Scheme.c index 58f2ff87..d03ae62e 100644 --- a/src/sabp/SABP_Data-Coding-Scheme.c +++ b/src/sabp/SABP_Data-Coding-Scheme.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Error-Indication.c b/src/sabp/SABP_Error-Indication.c index 93e171b7..8ffb00b3 100644 --- a/src/sabp/SABP_Error-Indication.c +++ b/src/sabp/SABP_Error-Indication.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_error_Indication_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_error_Indication_ies_specs_2 = { - sizeof(struct error_Indication_ies), - offsetof(struct error_Indication_ies, _asn_ctx), + sizeof(struct SABP_Error_Indication__error_Indication_ies), + offsetof(struct SABP_Error_Indication__error_Indication_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Failure-List-Item.c b/src/sabp/SABP_Failure-List-Item.c index 20e2c6c8..eb22f599 100644 --- a/src/sabp/SABP_Failure-List-Item.c +++ b/src/sabp/SABP_Failure-List-Item.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Failure-List.c b/src/sabp/SABP_Failure-List.c index 33be93a0..d9a17070 100644 --- a/src/sabp/SABP_Failure-List.c +++ b/src/sabp/SABP_Failure-List.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Failure.c b/src/sabp/SABP_Failure.c index b636e599..a35d8c11 100644 --- a/src/sabp/SABP_Failure.c +++ b/src/sabp/SABP_Failure.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_failure_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_failure_ies_specs_2 = { - sizeof(struct failure_ies), - offsetof(struct failure_ies, _asn_ctx), + sizeof(struct SABP_Failure__failure_ies), + offsetof(struct SABP_Failure__failure_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_IE-Extensions.c b/src/sabp/SABP_IE-Extensions.c index 5f4c7af9..8ba550ad 100644 --- a/src/sabp/SABP_IE-Extensions.c +++ b/src/sabp/SABP_IE-Extensions.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_IE.c b/src/sabp/SABP_IE.c index 44f6bd84..dfe7a5e5 100644 --- a/src/sabp/SABP_IE.c +++ b/src/sabp/SABP_IE.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_InitiatingMessage.c b/src/sabp/SABP_InitiatingMessage.c index 210fa39b..33f89ce3 100644 --- a/src/sabp/SABP_InitiatingMessage.c +++ b/src/sabp/SABP_InitiatingMessage.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Kill-Complete.c b/src/sabp/SABP_Kill-Complete.c index 3c8a4b47..991f40a9 100644 --- a/src/sabp/SABP_Kill-Complete.c +++ b/src/sabp/SABP_Kill-Complete.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_kill_Complete_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_kill_Complete_ies_specs_2 = { - sizeof(struct kill_Complete_ies), - offsetof(struct kill_Complete_ies, _asn_ctx), + sizeof(struct SABP_Kill_Complete__kill_Complete_ies), + offsetof(struct SABP_Kill_Complete__kill_Complete_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Kill-Failure.c b/src/sabp/SABP_Kill-Failure.c index b09fa79a..ada71226 100644 --- a/src/sabp/SABP_Kill-Failure.c +++ b/src/sabp/SABP_Kill-Failure.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_kill_Failure_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_kill_Failure_ies_specs_2 = { - sizeof(struct kill_Failure_ies), - offsetof(struct kill_Failure_ies, _asn_ctx), + sizeof(struct SABP_Kill_Failure__kill_Failure_ies), + offsetof(struct SABP_Kill_Failure__kill_Failure_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Kill.c b/src/sabp/SABP_Kill.c index 4a3bb909..e9d58743 100644 --- a/src/sabp/SABP_Kill.c +++ b/src/sabp/SABP_Kill.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_kill_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_kill_ies_specs_2 = { - sizeof(struct kill_ies), - offsetof(struct kill_ies, _asn_ctx), + sizeof(struct SABP_Kill__kill_ies), + offsetof(struct SABP_Kill__kill_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Load-Query-Complete.c b/src/sabp/SABP_Load-Query-Complete.c index c840a7e5..4b03553b 100644 --- a/src/sabp/SABP_Load-Query-Complete.c +++ b/src/sabp/SABP_Load-Query-Complete.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_load_Query_Complete_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_load_Query_Complete_ies_specs_2 = { - sizeof(struct load_Query_Complete_ies), - offsetof(struct load_Query_Complete_ies, _asn_ctx), + sizeof(struct SABP_Load_Query_Complete__load_Query_Complete_ies), + offsetof(struct SABP_Load_Query_Complete__load_Query_Complete_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Load-Query-Failure.c b/src/sabp/SABP_Load-Query-Failure.c index 6ff5d49e..ad04a303 100644 --- a/src/sabp/SABP_Load-Query-Failure.c +++ b/src/sabp/SABP_Load-Query-Failure.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_load_Query_Failure_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_load_Query_Failure_ies_specs_2 = { - sizeof(struct load_Query_Failure_ies), - offsetof(struct load_Query_Failure_ies, _asn_ctx), + sizeof(struct SABP_Load_Query_Failure__load_Query_Failure_ies), + offsetof(struct SABP_Load_Query_Failure__load_Query_Failure_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Load-Query.c b/src/sabp/SABP_Load-Query.c index 7ec46244..483d988c 100644 --- a/src/sabp/SABP_Load-Query.c +++ b/src/sabp/SABP_Load-Query.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_load_Query_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_load_Query_ies_specs_2 = { - sizeof(struct load_Query_ies), - offsetof(struct load_Query_ies, _asn_ctx), + sizeof(struct SABP_Load_Query__load_Query_ies), + offsetof(struct SABP_Load_Query__load_Query_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Message-Identifier.c b/src/sabp/SABP_Message-Identifier.c index 80d4d687..0d2432d8 100644 --- a/src/sabp/SABP_Message-Identifier.c +++ b/src/sabp/SABP_Message-Identifier.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Message-Status-Query-Complete.c b/src/sabp/SABP_Message-Status-Query-Complete.c index f75adc20..6483ed11 100644 --- a/src/sabp/SABP_Message-Status-Query-Complete.c +++ b/src/sabp/SABP_Message-Status-Query-Complete.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_message_Status_Query_Complete_ies_tags_2[] = (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_message_Status_Query_Complete_ies_specs_2 = { - sizeof(struct message_Status_Query_Complete_ies), - offsetof(struct message_Status_Query_Complete_ies, _asn_ctx), + sizeof(struct SABP_Message_Status_Query_Complete__message_Status_Query_Complete_ies), + offsetof(struct SABP_Message_Status_Query_Complete__message_Status_Query_Complete_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Message-Status-Query-Failure.c b/src/sabp/SABP_Message-Status-Query-Failure.c index 21601c82..3308a275 100644 --- a/src/sabp/SABP_Message-Status-Query-Failure.c +++ b/src/sabp/SABP_Message-Status-Query-Failure.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_message_Status_Query_Failure_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_message_Status_Query_Failure_ies_specs_2 = { - sizeof(struct message_Status_Query_Failure_ies), - offsetof(struct message_Status_Query_Failure_ies, _asn_ctx), + sizeof(struct SABP_Message_Status_Query_Failure__message_Status_Query_Failure_ies), + offsetof(struct SABP_Message_Status_Query_Failure__message_Status_Query_Failure_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Message-Status-Query.c b/src/sabp/SABP_Message-Status-Query.c index 045aee90..5a0b5ac1 100644 --- a/src/sabp/SABP_Message-Status-Query.c +++ b/src/sabp/SABP_Message-Status-Query.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_message_Status_Query_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_message_Status_Query_ies_specs_2 = { - sizeof(struct message_Status_Query_ies), - offsetof(struct message_Status_Query_ies, _asn_ctx), + sizeof(struct SABP_Message_Status_Query__message_Status_Query_ies), + offsetof(struct SABP_Message_Status_Query__message_Status_Query_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_MessageStructure.c b/src/sabp/SABP_MessageStructure.c index 53bd1f77..3c6755aa 100644 --- a/src/sabp/SABP_MessageStructure.c +++ b/src/sabp/SABP_MessageStructure.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -12,8 +12,8 @@ static asn_per_constraints_t asn_PER_type_SABP_MessageStructure_constr_1 GCC_NOT { APC_CONSTRAINED, 8, 8, 1l, 256l } /* (SIZE(1..256)) */, 0, 0 /* No PER value map */ }; -static asn_TYPE_member_t asn_MBR_MemberA_2[] = { - { ATF_NOFLAGS, 0, offsetof(struct MemberA, iE_ID), +static asn_TYPE_member_t asn_MBR_Member_2[] = { + { ATF_NOFLAGS, 0, offsetof(struct SABP_MessageStructure__Member, iE_ID), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SABP_ProtocolIE_ID, @@ -22,7 +22,7 @@ static asn_TYPE_member_t asn_MBR_MemberA_2[] = { 0, "iE-ID" }, - { ATF_POINTER, 2, offsetof(struct MemberA, repetitionNumber), + { ATF_POINTER, 2, offsetof(struct SABP_MessageStructure__Member, repetitionNumber), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SABP_RepetitionNumber1, @@ -31,7 +31,7 @@ static asn_TYPE_member_t asn_MBR_MemberA_2[] = { 0, "repetitionNumber" }, - { ATF_POINTER, 1, offsetof(struct MemberA, iE_Extensions), + { ATF_POINTER, 1, offsetof(struct SABP_MessageStructure__Member, iE_Extensions), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_SABP_IE_Extensions, @@ -41,27 +41,27 @@ static asn_TYPE_member_t asn_MBR_MemberA_2[] = { "iE-Extensions" }, }; -static const int asn_MAP_MemberA_oms_2[] = { 1, 2 }; -static const ber_tlv_tag_t asn_DEF_MemberA_tags_2[] = { +static const int asn_MAP_Member_oms_2[] = { 1, 2 }; +static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; -static const asn_TYPE_tag2member_t asn_MAP_MemberA_tag2el_2[] = { +static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* iE-ID */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* repetitionNumber */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */ }; -static asn_SEQUENCE_specifics_t asn_SPC_MemberA_specs_2 = { - sizeof(struct MemberA), - offsetof(struct MemberA, _asn_ctx), - asn_MAP_MemberA_tag2el_2, +static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = { + sizeof(struct SABP_MessageStructure__Member), + offsetof(struct SABP_MessageStructure__Member, _asn_ctx), + asn_MAP_Member_tag2el_2, 3, /* Count of tags in the map */ - asn_MAP_MemberA_oms_2, /* Optional members */ + asn_MAP_Member_oms_2, /* Optional members */ 2, 0, /* Root/Additions */ 2, /* Start extensions */ 4 /* Stop extensions */ }; static /* Use -fall-defs-global to expose */ -asn_TYPE_descriptor_t asn_DEF_MemberA_2 = { +asn_TYPE_descriptor_t asn_DEF_Member_2 = { "SEQUENCE", "SEQUENCE", SEQUENCE_free, @@ -76,23 +76,23 @@ asn_TYPE_descriptor_t asn_DEF_MemberA_2 = { SEQUENCE_decode_aper, SEQUENCE_encode_aper, 0, /* Use generic outmost tag fetcher */ - asn_DEF_MemberA_tags_2, - sizeof(asn_DEF_MemberA_tags_2) - /sizeof(asn_DEF_MemberA_tags_2[0]), /* 1 */ - asn_DEF_MemberA_tags_2, /* Same as above */ - sizeof(asn_DEF_MemberA_tags_2) - /sizeof(asn_DEF_MemberA_tags_2[0]), /* 1 */ + asn_DEF_Member_tags_2, + sizeof(asn_DEF_Member_tags_2) + /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */ + asn_DEF_Member_tags_2, /* Same as above */ + sizeof(asn_DEF_Member_tags_2) + /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */ 0, /* No PER visible constraints */ - asn_MBR_MemberA_2, + asn_MBR_Member_2, 3, /* Elements count */ - &asn_SPC_MemberA_specs_2 /* Additional specs */ + &asn_SPC_Member_specs_2 /* Additional specs */ }; static asn_TYPE_member_t asn_MBR_SABP_MessageStructure_1[] = { { ATF_POINTER, 0, 0, (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, - &asn_DEF_MemberA_2, + &asn_DEF_Member_2, 0, /* Defer constraints checking to the member type */ 0, /* No PER visible constraints */ 0, diff --git a/src/sabp/SABP_New-Serial-Number.c b/src/sabp/SABP_New-Serial-Number.c index 01e5f224..f4ffd1d6 100644 --- a/src/sabp/SABP_New-Serial-Number.c +++ b/src/sabp/SABP_New-Serial-Number.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Number-Of-Broadcasts-Completed-Info.c b/src/sabp/SABP_Number-Of-Broadcasts-Completed-Info.c index b4c8f079..239bfc92 100644 --- a/src/sabp/SABP_Number-Of-Broadcasts-Completed-Info.c +++ b/src/sabp/SABP_Number-Of-Broadcasts-Completed-Info.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.c b/src/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.c index 78fc565e..11693c07 100644 --- a/src/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.c +++ b/src/sabp/SABP_Number-of-Broadcasts-Completed-List-Item.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Number-of-Broadcasts-Completed-List.c b/src/sabp/SABP_Number-of-Broadcasts-Completed-List.c index c76fc7ff..26a42f0f 100644 --- a/src/sabp/SABP_Number-of-Broadcasts-Completed-List.c +++ b/src/sabp/SABP_Number-of-Broadcasts-Completed-List.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Number-of-Broadcasts-Requested.c b/src/sabp/SABP_Number-of-Broadcasts-Requested.c index 4aea5fb5..ce72ab73 100644 --- a/src/sabp/SABP_Number-of-Broadcasts-Requested.c +++ b/src/sabp/SABP_Number-of-Broadcasts-Requested.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Old-Serial-Number.c b/src/sabp/SABP_Old-Serial-Number.c index 48af4dd8..d40c2976 100644 --- a/src/sabp/SABP_Old-Serial-Number.c +++ b/src/sabp/SABP_Old-Serial-Number.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Paging-ETWS-Indicator.c b/src/sabp/SABP_Paging-ETWS-Indicator.c index 8c1a14aa..1d8c8470 100644 --- a/src/sabp/SABP_Paging-ETWS-Indicator.c +++ b/src/sabp/SABP_Paging-ETWS-Indicator.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Presence.c b/src/sabp/SABP_Presence.c index f1136caf..3706a4b0 100644 --- a/src/sabp/SABP_Presence.c +++ b/src/sabp/SABP_Presence.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_ProcedureCode.c b/src/sabp/SABP_ProcedureCode.c index 7625d85d..98df07be 100644 --- a/src/sabp/SABP_ProcedureCode.c +++ b/src/sabp/SABP_ProcedureCode.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_ProtocolExtensionID.c b/src/sabp/SABP_ProtocolExtensionID.c index 7ff84fb6..9ac99a97 100644 --- a/src/sabp/SABP_ProtocolExtensionID.c +++ b/src/sabp/SABP_ProtocolExtensionID.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_ProtocolIE-ID.c b/src/sabp/SABP_ProtocolIE-ID.c index 5d465259..2f2f704c 100644 --- a/src/sabp/SABP_ProtocolIE-ID.c +++ b/src/sabp/SABP_ProtocolIE-ID.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Radio-Resource-Loading-List-Item.c b/src/sabp/SABP_Radio-Resource-Loading-List-Item.c index 5970bd52..3abf2d7d 100644 --- a/src/sabp/SABP_Radio-Resource-Loading-List-Item.c +++ b/src/sabp/SABP_Radio-Resource-Loading-List-Item.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Radio-Resource-Loading-List.c b/src/sabp/SABP_Radio-Resource-Loading-List.c index 54533000..9e1a2087 100644 --- a/src/sabp/SABP_Radio-Resource-Loading-List.c +++ b/src/sabp/SABP_Radio-Resource-Loading-List.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Recovery-Indication.c b/src/sabp/SABP_Recovery-Indication.c index 2fa6e7c2..4d84bcb2 100644 --- a/src/sabp/SABP_Recovery-Indication.c +++ b/src/sabp/SABP_Recovery-Indication.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Repetition-Period.c b/src/sabp/SABP_Repetition-Period.c index 77c90e75..9cceab6a 100644 --- a/src/sabp/SABP_Repetition-Period.c +++ b/src/sabp/SABP_Repetition-Period.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_RepetitionNumber0.c b/src/sabp/SABP_RepetitionNumber0.c index ae315cc0..9a1b172b 100644 --- a/src/sabp/SABP_RepetitionNumber0.c +++ b/src/sabp/SABP_RepetitionNumber0.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_RepetitionNumber1.c b/src/sabp/SABP_RepetitionNumber1.c index 48077be7..f4befd1b 100644 --- a/src/sabp/SABP_RepetitionNumber1.c +++ b/src/sabp/SABP_RepetitionNumber1.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Reset-Complete.c b/src/sabp/SABP_Reset-Complete.c index e1d6111b..3ccf9d59 100644 --- a/src/sabp/SABP_Reset-Complete.c +++ b/src/sabp/SABP_Reset-Complete.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_reset_Complete_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_reset_Complete_ies_specs_2 = { - sizeof(struct reset_Complete_ies), - offsetof(struct reset_Complete_ies, _asn_ctx), + sizeof(struct SABP_Reset_Complete__reset_Complete_ies), + offsetof(struct SABP_Reset_Complete__reset_Complete_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Reset-Failure.c b/src/sabp/SABP_Reset-Failure.c index deef8667..08b07c87 100644 --- a/src/sabp/SABP_Reset-Failure.c +++ b/src/sabp/SABP_Reset-Failure.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_reset_Failure_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_reset_Failure_ies_specs_2 = { - sizeof(struct reset_Failure_ies), - offsetof(struct reset_Failure_ies, _asn_ctx), + sizeof(struct SABP_Reset_Failure__reset_Failure_ies), + offsetof(struct SABP_Reset_Failure__reset_Failure_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Reset.c b/src/sabp/SABP_Reset.c index 9d3801dd..89e661f4 100644 --- a/src/sabp/SABP_Reset.c +++ b/src/sabp/SABP_Reset.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_reset_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_reset_ies_specs_2 = { - sizeof(struct reset_ies), - offsetof(struct reset_ies, _asn_ctx), + sizeof(struct SABP_Reset__reset_ies), + offsetof(struct SABP_Reset__reset_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Restart.c b/src/sabp/SABP_Restart.c index b00781a2..dad513b6 100644 --- a/src/sabp/SABP_Restart.c +++ b/src/sabp/SABP_Restart.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_restart_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_restart_ies_specs_2 = { - sizeof(struct restart_ies), - offsetof(struct restart_ies, _asn_ctx), + sizeof(struct SABP_Restart__restart_ies), + offsetof(struct SABP_Restart__restart_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_SABP-PDU.c b/src/sabp/SABP_SABP-PDU.c index c8c91abd..c1e7f576 100644 --- a/src/sabp/SABP_SABP-PDU.c +++ b/src/sabp/SABP_SABP-PDU.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Serial-Number.c b/src/sabp/SABP_Serial-Number.c index 03586383..36dc3ed0 100644 --- a/src/sabp/SABP_Serial-Number.c +++ b/src/sabp/SABP_Serial-Number.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Service-Area-Identifier.c b/src/sabp/SABP_Service-Area-Identifier.c index bc0dbba8..495c3d59 100644 --- a/src/sabp/SABP_Service-Area-Identifier.c +++ b/src/sabp/SABP_Service-Area-Identifier.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Service-Areas-List.c b/src/sabp/SABP_Service-Areas-List.c index 79a4ae5c..3a6b9eec 100644 --- a/src/sabp/SABP_Service-Areas-List.c +++ b/src/sabp/SABP_Service-Areas-List.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_SuccessfulOutcome.c b/src/sabp/SABP_SuccessfulOutcome.c index 5269eeb9..7fd444c3 100644 --- a/src/sabp/SABP_SuccessfulOutcome.c +++ b/src/sabp/SABP_SuccessfulOutcome.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_TriggeringMessage.c b/src/sabp/SABP_TriggeringMessage.c index 2d019754..5ec00871 100644 --- a/src/sabp/SABP_TriggeringMessage.c +++ b/src/sabp/SABP_TriggeringMessage.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-CommonDataTypes" * found in "../../asn1/sabp/SABP-CommonDataTypes.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_TypeOfError.c b/src/sabp/SABP_TypeOfError.c index 09793e1a..1273b67c 100644 --- a/src/sabp/SABP_TypeOfError.c +++ b/src/sabp/SABP_TypeOfError.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_UnsuccessfulOutcome.c b/src/sabp/SABP_UnsuccessfulOutcome.c index 33c4b4ad..bd869f94 100644 --- a/src/sabp/SABP_UnsuccessfulOutcome.c +++ b/src/sabp/SABP_UnsuccessfulOutcome.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Warning-Type.c b/src/sabp/SABP_Warning-Type.c index 725a982a..9e958a20 100644 --- a/src/sabp/SABP_Warning-Type.c +++ b/src/sabp/SABP_Warning-Type.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_WarningSecurityInfo.c b/src/sabp/SABP_WarningSecurityInfo.c index 0294ad31..70859e35 100644 --- a/src/sabp/SABP_WarningSecurityInfo.c +++ b/src/sabp/SABP_WarningSecurityInfo.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-IEs" * found in "../../asn1/sabp/SABP-IEs.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include diff --git a/src/sabp/SABP_Write-Replace-Complete.c b/src/sabp/SABP_Write-Replace-Complete.c index 1cebe1f0..56f44d46 100644 --- a/src/sabp/SABP_Write-Replace-Complete.c +++ b/src/sabp/SABP_Write-Replace-Complete.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_write_Replace_Complete_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_write_Replace_Complete_ies_specs_2 = { - sizeof(struct write_Replace_Complete_ies), - offsetof(struct write_Replace_Complete_ies, _asn_ctx), + sizeof(struct SABP_Write_Replace_Complete__write_Replace_Complete_ies), + offsetof(struct SABP_Write_Replace_Complete__write_Replace_Complete_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Write-Replace-Failure.c b/src/sabp/SABP_Write-Replace-Failure.c index 40f49bd7..9d1fad3f 100644 --- a/src/sabp/SABP_Write-Replace-Failure.c +++ b/src/sabp/SABP_Write-Replace-Failure.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_write_Replace_Failure_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_write_Replace_Failure_ies_specs_2 = { - sizeof(struct write_Replace_Failure_ies), - offsetof(struct write_Replace_Failure_ies, _asn_ctx), + sizeof(struct SABP_Write_Replace_Failure__write_Replace_Failure_ies), + offsetof(struct SABP_Write_Replace_Failure__write_Replace_Failure_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ diff --git a/src/sabp/SABP_Write-Replace.c b/src/sabp/SABP_Write-Replace.c index 23b406c8..994e145c 100644 --- a/src/sabp/SABP_Write-Replace.c +++ b/src/sabp/SABP_Write-Replace.c @@ -2,7 +2,7 @@ * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "SABP-PDU" * found in "../../asn1/sabp/SABP-PDU.asn" - * `asn1c -R` + * `asn1c -R -fcompound-names` */ #include @@ -59,8 +59,8 @@ static const ber_tlv_tag_t asn_DEF_write_Replace_ies_tags_2[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_write_Replace_ies_specs_2 = { - sizeof(struct write_Replace_ies), - offsetof(struct write_Replace_ies, _asn_ctx), + sizeof(struct SABP_Write_Replace__write_Replace_ies), + offsetof(struct SABP_Write_Replace__write_Replace_ies, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */