RICPLT-2801 Implement Subscription Request timer, RICPLT-2801 Implement Subscription...
[ric-plt/submgr.git] / e2ap / headers / E-RABs-ToBeAdded-SgNBModReq-Item.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-PDU-Contents"
4  *      found in "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _E_RABs_ToBeAdded_SgNBModReq_Item_H_
9 #define _E_RABs_ToBeAdded_SgNBModReq_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "E-RAB-ID.h"
16 #include "DRB-ID.h"
17 #include "EN-DC-ResourceConfiguration.h"
18 #include <constr_CHOICE.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR {
27         E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR_NOTHING,    /* No components present */
28         E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR_sgNBPDCPpresent,
29         E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR_sgNBPDCPnotpresent
30         /* Extensions may appear below */
31         
32 } E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR;
33
34 /* Forward declarations */
35 struct ProtocolExtensionContainer;
36 struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent;
37 struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent;
38
39 /* E-RABs-ToBeAdded-SgNBModReq-Item */
40 typedef struct E_RABs_ToBeAdded_SgNBModReq_Item {
41         E_RAB_ID_t       e_RAB_ID;
42         DRB_ID_t         drb_ID;
43         EN_DC_ResourceConfiguration_t    en_DC_ResourceConfiguration;
44         struct E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration {
45                 E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_PR present;
46                 union E_RABs_ToBeAdded_SgNBModReq_Item__resource_configuration_u {
47                         struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent *sgNBPDCPpresent;
48                         struct E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent      *sgNBPDCPnotpresent;
49                         /*
50                          * This type is extensible,
51                          * possible extensions are below.
52                          */
53                 } choice;
54                 
55                 /* Context for parsing across buffer boundaries */
56                 asn_struct_ctx_t _asn_ctx;
57         } resource_configuration;
58         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
59         /*
60          * This type is extensible,
61          * possible extensions are below.
62          */
63         
64         /* Context for parsing across buffer boundaries */
65         asn_struct_ctx_t _asn_ctx;
66 } E_RABs_ToBeAdded_SgNBModReq_Item_t;
67
68 /* Implementation */
69 extern asn_TYPE_descriptor_t asn_DEF_E_RABs_ToBeAdded_SgNBModReq_Item;
70
71 #ifdef __cplusplus
72 }
73 #endif
74
75 #endif  /* _E_RABs_ToBeAdded_SgNBModReq_Item_H_ */
76 #include <asn_internal.h>