d876afd9cc8e2be7db1f102fa5221a9e8dc92402
[o-du/l2.git] / src / codec_utils / F1AP / NR-Mode-Info.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-IEs"
4  *      found in "F1.asn1"
5  *      `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _NR_Mode_Info_H_
9 #define _NR_Mode_Info_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16 #include <TDD-Info.h>
17 #include <FDD-Info.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum NR_Mode_Info_PR {
24         NR_Mode_Info_PR_NOTHING,        /* No components present */
25         NR_Mode_Info_PR_fDD,
26         NR_Mode_Info_PR_tDD,
27         NR_Mode_Info_PR_choice_extension
28 } NR_Mode_Info_PR;
29
30 /* Forward declarations */
31 struct FDD_Info;
32 struct TDD_Info;
33 struct ProtocolIE_SingleContainer;
34
35 /* NR-Mode-Info */
36 typedef struct NR_Mode_Info {
37         NR_Mode_Info_PR present;
38         union NR_Mode_Info_u {
39             FDD_Info_t  *fDD;
40             TDD_Info_t *tDD;
41    //   struct TDD_Info *tDD;
42                 struct ProtocolIE_SingleContainer       *choice_extension;
43         } choice;
44         
45         /* Context for parsing across buffer boundaries */
46         asn_struct_ctx_t _asn_ctx;
47 } NR_Mode_Info_t;
48
49 /* Implementation */
50 extern asn_TYPE_descriptor_t asn_DEF_NR_Mode_Info;
51 extern asn_CHOICE_specifics_t asn_SPC_NR_Mode_Info_specs_1;
52 extern asn_TYPE_member_t asn_MBR_NR_Mode_Info_1[3];
53 extern asn_per_constraints_t asn_PER_type_NR_Mode_Info_constr_1;
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _NR_Mode_Info_H_ */
60 #include <asn_internal.h>