X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FF1AP%2FNR-Mode-Info.h;h=4e8279cec5db88f186bc7665ca6346787af1de3a;hb=09aae3165b79b76face36d72273e1e8d2347ac96;hp=d876afd9cc8e2be7db1f102fa5221a9e8dc92402;hpb=cf67fe66c4ec86a0312a41437c0cd225350e5b0b;p=o-du%2Fl2.git diff --git a/src/codec_utils/F1AP/NR-Mode-Info.h b/src/codec_utils/F1AP/NR-Mode-Info.h index d876afd9c..4e8279cec 100644 --- a/src/codec_utils/F1AP/NR-Mode-Info.h +++ b/src/codec_utils/F1AP/NR-Mode-Info.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 _NR_Mode_Info_H_ @@ -13,8 +13,7 @@ /* Including external dependencies */ #include -#include -#include + #ifdef __cplusplus extern "C" { #endif @@ -36,9 +35,8 @@ struct ProtocolIE_SingleContainer; typedef struct NR_Mode_Info { NR_Mode_Info_PR present; union NR_Mode_Info_u { - FDD_Info_t *fDD; - TDD_Info_t *tDD; - // struct TDD_Info *tDD; + struct FDD_Info *fDD; + struct TDD_Info *tDD; struct ProtocolIE_SingleContainer *choice_extension; } choice;