X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FF1AP%2FF1AP-PDU.h;h=8e1269c480682132ec9100cfb21e7308e38b9564;hb=4a17bf308d12edf226ccfbe0d728ab68d5e19622;hp=de0874ff66db92f5f35e0ec7e36453d448d1ecec;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/codec_utils/F1AP/F1AP-PDU.h b/src/codec_utils/F1AP/F1AP-PDU.h old mode 100755 new mode 100644 index de0874ff6..8e1269c48 --- a/src/codec_utils/F1AP/F1AP-PDU.h +++ b/src/codec_utils/F1AP/F1AP-PDU.h @@ -1,8 +1,8 @@ /* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "F1AP-PDU-Descriptions" - * found in "F1.asn1" - * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` + * found in "../F1.asn1" + * `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER` */ #ifndef _F1AP_PDU_H_ @@ -10,10 +10,6 @@ #include -#include -#include -#include -//#include /* Including external dependencies */ #include @@ -40,20 +36,12 @@ struct ProtocolIE_SingleContainer; /* F1AP-PDU */ typedef struct F1AP_PDU { F1AP_PDU_PR present; - union F1AP_PDU_u { - InitiatingMessage_t *initiatingMessage; - SuccessfulOutcome_t *successfulOutcome; - UnsuccessfulOutcome_t *unsuccessfulOutcome; - struct ProtocolIE_SingleContainer *choice_extension; - } choice; -#if 0 union F1AP_PDU_u { struct InitiatingMessage *initiatingMessage; struct SuccessfulOutcome *successfulOutcome; struct UnsuccessfulOutcome *unsuccessfulOutcome; struct ProtocolIE_SingleContainer *choice_extension; } choice; -#endif /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx;