56daf65223e4aa3ba9294da69883284062841410
[ric-plt/submgr.git] / e2ap / headers / E-RABs-Admitted-ToBeAdded-SgNBModAck-Item-SgNBPDCPpresent.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_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent_H_
9 #define _E_RABs_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "GTPtunnelEndpoint.h"
16 #include "RLCMode.h"
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Forward declarations */
24 struct GTPtunnelEndpoint;
25 struct E_RAB_Level_QoS_Parameters;
26 struct ULConfiguration;
27 struct ProtocolExtensionContainer;
28
29 /* E-RABs-Admitted-ToBeAdded-SgNBModAck-Item-SgNBPDCPpresent */
30 typedef struct E_RABs_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent {
31         GTPtunnelEndpoint_t      s1_DL_GTPtunnelEndpoint;
32         struct GTPtunnelEndpoint        *sgNB_UL_GTP_TEIDatPDCP;        /* OPTIONAL */
33         RLCMode_t       *rlc_Mode;      /* OPTIONAL */
34         struct GTPtunnelEndpoint        *dL_Forwarding_GTPtunnelEndpoint;       /* OPTIONAL */
35         struct GTPtunnelEndpoint        *uL_Forwarding_GTPtunnelEndpoint;       /* OPTIONAL */
36         struct E_RAB_Level_QoS_Parameters       *mCG_E_RAB_Level_QoS_Parameters;        /* OPTIONAL */
37         struct ULConfiguration  *uL_Configuration;      /* OPTIONAL */
38         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
39         /*
40          * This type is extensible,
41          * possible extensions are below.
42          */
43         
44         /* Context for parsing across buffer boundaries */
45         asn_struct_ctx_t _asn_ctx;
46 } E_RABs_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent_t;
47
48 /* Implementation */
49 extern asn_TYPE_descriptor_t asn_DEF_E_RABs_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent;
50 extern asn_SEQUENCE_specifics_t asn_SPC_E_RABs_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent_specs_1;
51 extern asn_TYPE_member_t asn_MBR_E_RABs_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent_1[8];
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 #endif  /* _E_RABs_Admitted_ToBeAdded_SgNBModAck_Item_SgNBPDCPpresent_H_ */
58 #include <asn_internal.h>