[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / QoS-Characteristics.h
old mode 100755 (executable)
new mode 100644 (file)
index 20f84f9..a22d39b
@@ -1,8 +1,8 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  * From ASN.1 module "F1AP-IEs"
- *     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        _QoS_Characteristics_H_
@@ -13,8 +13,6 @@
 
 /* Including external dependencies */
 #include <constr_CHOICE.h>
-#include "NonDynamic5QIDescriptor.h"
-#include "Dynamic5QIDescriptor.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,8 +35,8 @@ struct ProtocolIE_SingleContainer;
 typedef struct QoS_Characteristics {
        QoS_Characteristics_PR present;
        union QoS_Characteristics_u {
-               NonDynamic5QIDescriptor_t       *non_Dynamic_5QI;
-               Dynamic5QIDescriptor_t  *dynamic_5QI;
+               struct NonDynamic5QIDescriptor  *non_Dynamic_5QI;
+               struct Dynamic5QIDescriptor     *dynamic_5QI;
                struct ProtocolIE_SingleContainer       *choice_extension;
        } choice;