Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / ServedNRCell-Information.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-PDU-Contents"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _ServedNRCell_Information_H_\r
9 #define _ServedNRCell_Information_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "NRPCI.h"\r
16 #include "NRCGI.h"\r
17 #include "FiveGS-TAC.h"\r
18 #include "TAC.h"\r
19 #include "BroadcastPLMNs-Item.h"\r
20 #include <OCTET_STRING.h>\r
21 #include <constr_CHOICE.h>\r
22 #include <constr_SEQUENCE.h>\r
23 \r
24 #ifdef __cplusplus\r
25 extern "C" {\r
26 #endif\r
27 \r
28 /* Dependencies */\r
29 typedef enum ServedNRCell_Information__nrModeInfo_PR {\r
30         ServedNRCell_Information__nrModeInfo_PR_NOTHING,        /* No components present */\r
31         ServedNRCell_Information__nrModeInfo_PR_fdd,\r
32         ServedNRCell_Information__nrModeInfo_PR_tdd\r
33         /* Extensions may appear below */\r
34         \r
35 } ServedNRCell_Information__nrModeInfo_PR;\r
36 \r
37 /* Forward declarations */\r
38 struct ProtocolExtensionContainer;\r
39 struct FDD_InfoServedNRCell_Information;\r
40 struct TDD_InfoServedNRCell_Information;\r
41 \r
42 /* ServedNRCell-Information */\r
43 typedef struct ServedNRCell_Information {\r
44         NRPCI_t  nrpCI;\r
45         NRCGI_t  nrCellID;\r
46         FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */\r
47         TAC_t   *configured_TAC;        /* OPTIONAL */\r
48         BroadcastPLMNs_Item_t    broadcastPLMNs;\r
49         struct ServedNRCell_Information__nrModeInfo {\r
50                 ServedNRCell_Information__nrModeInfo_PR present;\r
51                 union ServedNRCell_Information__nrModeInfo_u {\r
52                         struct FDD_InfoServedNRCell_Information *fdd;\r
53                         struct TDD_InfoServedNRCell_Information *tdd;\r
54                         /*\r
55                          * This type is extensible,\r
56                          * possible extensions are below.\r
57                          */\r
58                 } choice;\r
59                 \r
60                 /* Context for parsing across buffer boundaries */\r
61                 asn_struct_ctx_t _asn_ctx;\r
62         } nrModeInfo;\r
63         OCTET_STRING_t   measurementTimingConfiguration;\r
64         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
65         /*\r
66          * This type is extensible,\r
67          * possible extensions are below.\r
68          */\r
69         \r
70         /* Context for parsing across buffer boundaries */\r
71         asn_struct_ctx_t _asn_ctx;\r
72 } ServedNRCell_Information_t;\r
73 \r
74 /* Implementation */\r
75 extern asn_TYPE_descriptor_t asn_DEF_ServedNRCell_Information;\r
76 extern asn_SEQUENCE_specifics_t asn_SPC_ServedNRCell_Information_specs_1;\r
77 extern asn_TYPE_member_t asn_MBR_ServedNRCell_Information_1[8];\r
78 \r
79 #ifdef __cplusplus\r
80 }\r
81 #endif\r
82 \r
83 #endif  /* _ServedNRCell_Information_H_ */\r
84 #include <asn_internal.h>\r