[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / F1AP-PDU.h
old mode 100755 (executable)
new mode 100644 (file)
index de0874f..8e1269c
@@ -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_
 
 
 #include <asn_application.h>
-#include  <InitiatingMessage.h>
-#include  <SuccessfulOutcome.h>
-#include  <UnsuccessfulOutcome.h>
-//#include  <ProtocolIE_SingleContainer.h>
 
 /* Including external dependencies */
 #include <constr_CHOICE.h>
@@ -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;