X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FF1AP%2FQoS-Characteristics.h;h=a22d39bb3c5c63df95afebfd1d86a76f47c56257;hb=refs%2Fchanges%2F25%2F11925%2F2;hp=20f84f9c3d8f4273a5eb5ce8b3d6c9bb293a0da3;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/codec_utils/F1AP/QoS-Characteristics.h b/src/codec_utils/F1AP/QoS-Characteristics.h old mode 100755 new mode 100644 index 20f84f9c3..a22d39bb3 --- a/src/codec_utils/F1AP/QoS-Characteristics.h +++ b/src/codec_utils/F1AP/QoS-Characteristics.h @@ -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 -#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;