46049407111381454e45d2353a64538bc94dc856
[ric-plt/submgr.git] / e2ap / headers / E-RABs-Admitted-ToReleased-SgNBModAck-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 "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _E_RABs_Admitted_ToReleased_SgNBModAck_Item_H_
9 #define _E_RABs_Admitted_ToReleased_SgNBModAck_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "E-RAB-ID.h"
16 #include "EN-DC-ResourceConfiguration.h"
17 #include <constr_CHOICE.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration_PR {
26         E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration_PR_NOTHING,  /* No components present */
27         E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration_PR_sgNBPDCPpresent,
28         E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration_PR_sgNBPDCPnotpresent
29         /* Extensions may appear below */
30         
31 } E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration_PR;
32
33 /* Forward declarations */
34 struct ProtocolExtensionContainer;
35 struct E_RABs_Admitted_ToBeReleased_SgNBModAck_Item_SgNBPDCPpresent;
36 struct E_RABs_Admitted_ToBeReleased_SgNBModAck_Item_SgNBPDCPnotpresent;
37
38 /* E-RABs-Admitted-ToReleased-SgNBModAck-Item */
39 typedef struct E_RABs_Admitted_ToReleased_SgNBModAck_Item {
40         E_RAB_ID_t       e_RAB_ID;
41         EN_DC_ResourceConfiguration_t    en_DC_ResourceConfiguration;
42         struct E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration {
43                 E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration_PR present;
44                 union E_RABs_Admitted_ToReleased_SgNBModAck_Item__resource_configuration_u {
45                         struct E_RABs_Admitted_ToBeReleased_SgNBModAck_Item_SgNBPDCPpresent     *sgNBPDCPpresent;
46                         struct E_RABs_Admitted_ToBeReleased_SgNBModAck_Item_SgNBPDCPnotpresent  *sgNBPDCPnotpresent;
47                         /*
48                          * This type is extensible,
49                          * possible extensions are below.
50                          */
51                 } choice;
52                 
53                 /* Context for parsing across buffer boundaries */
54                 asn_struct_ctx_t _asn_ctx;
55         } resource_configuration;
56         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
57         /*
58          * This type is extensible,
59          * possible extensions are below.
60          */
61         
62         /* Context for parsing across buffer boundaries */
63         asn_struct_ctx_t _asn_ctx;
64 } E_RABs_Admitted_ToReleased_SgNBModAck_Item_t;
65
66 /* Implementation */
67 extern asn_TYPE_descriptor_t asn_DEF_E_RABs_Admitted_ToReleased_SgNBModAck_Item;
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _E_RABs_Admitted_ToReleased_SgNBModAck_Item_H_ */
74 #include <asn_internal.h>