bd16e9e2e5ef0aa5f48b2e576254418558780c80
[o-du/l2.git] / src / codec_utils / F1AP / EUTRA-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 _EUTRA_Mode_Info_H_
9 #define _EUTRA_Mode_Info_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum EUTRA_Mode_Info_PR {
23         EUTRA_Mode_Info_PR_NOTHING,     /* No components present */
24         EUTRA_Mode_Info_PR_eUTRAFDD,
25         EUTRA_Mode_Info_PR_eUTRATDD,
26         EUTRA_Mode_Info_PR_choice_extension
27 } EUTRA_Mode_Info_PR;
28
29 /* Forward declarations */
30 struct EUTRA_FDD_Info;
31 struct EUTRA_TDD_Info;
32 struct ProtocolIE_SingleContainer;
33
34 /* EUTRA-Mode-Info */
35 typedef struct EUTRA_Mode_Info {
36         EUTRA_Mode_Info_PR present;
37         union EUTRA_Mode_Info_u {
38                 struct EUTRA_FDD_Info   *eUTRAFDD;
39                 struct EUTRA_TDD_Info   *eUTRATDD;
40                 struct ProtocolIE_SingleContainer       *choice_extension;
41         } choice;
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } EUTRA_Mode_Info_t;
46
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_EUTRA_Mode_Info;
49 extern asn_CHOICE_specifics_t asn_SPC_EUTRA_Mode_Info_specs_1;
50 extern asn_TYPE_member_t asn_MBR_EUTRA_Mode_Info_1[3];
51 extern asn_per_constraints_t asn_PER_type_EUTRA_Mode_Info_constr_1;
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 #endif  /* _EUTRA_Mode_Info_H_ */
58 #include <asn_internal.h>