d1a13a17528bee2020f8224f710a442e6c16f7d7
[ric-app/kpimon.git] / asn1c_defs / all-defs / E-RABs-ToBeAdded-SgNBModReq-Item.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 _E_RABs_ToBeAdded_SgNBModReq_Item_H_\r
9 #define _E_RABs_ToBeAdded_SgNBModReq_Item_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "E-RAB-ID.h"\r
16 #include "DRB-ID.h"\r
17 #include "EN-DC-ResourceConfiguration.h"\r
18 #include <constr_CHOICE.h>\r
19 #include <constr_SEQUENCE.h>\r
20 \r
21 #ifdef __cplusplus\r
22 extern "C" {\r
23 #endif\r
24 \r
25 /* Dependencies */\r
26 typedef enum E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR {\r
27         E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR_NOTHING,    /* No components present */\r
28         E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR_sgNBPDCPpresent,\r
29         E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR_sgNBPDCPnotpresent\r
30         /* Extensions may appear below */\r
31         \r
32 } E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR;\r
33 \r
34 /* Forward declarations */\r
35 struct ProtocolExtensionContainer;\r
36 struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent;\r
37 struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent;\r
38 \r
39 /* E-RABs-ToBeAdded-SgNBModReq-Item */\r
40 typedef struct E_RABs_ToBeAdded_SgNBModReq_Item {\r
41         E_RAB_ID_t       e_RAB_ID;\r
42         DRB_ID_t         drb_ID;\r
43         EN_DC_ResourceConfiguration_t    en_DC_ResourceConfiguration;\r
44         struct E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration {\r
45                 E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR present;\r
46                 union E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_u {\r
47                         struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent *sgNBPDCPpresent;\r
48                         struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent      *sgNBPDCPnotpresent;\r
49                         /*\r
50                          * This type is extensible,\r
51                          * possible extensions are below.\r
52                          */\r
53                 } choice;\r
54                 \r
55                 /* Context for parsing across buffer boundaries */\r
56                 asn_struct_ctx_t _asn_ctx;\r
57         } resource_configuration;\r
58         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
59         /*\r
60          * This type is extensible,\r
61          * possible extensions are below.\r
62          */\r
63         \r
64         /* Context for parsing across buffer boundaries */\r
65         asn_struct_ctx_t _asn_ctx;\r
66 } E_RABs_ToBeAdded_SgNBModReq_Item_t;\r
67 \r
68 /* Implementation */\r
69 extern asn_TYPE_descriptor_t asn_DEF_E_RABs_ToBeAdded_SgNBModReq_Item;\r
70 \r
71 #ifdef __cplusplus\r
72 }\r
73 #endif\r
74 \r
75 #endif  /* _E_RABs_ToBeAdded_SgNBModReq_Item_H_ */\r
76 #include <asn_internal.h>\r