[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / NR-Mode-Info.h
index d876afd..4e8279c 100644 (file)
@@ -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 <constr_CHOICE.h>
-#include <TDD-Info.h>
-#include <FDD-Info.h>
+
 #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;