Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_E-RABs-ToBeAdded-SgNBAddReq-Item.h
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-PDU-Contents"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _X2N_E_RABs_ToBeAdded_SgNBAddReq_Item_H_
9 #define _X2N_E_RABs_ToBeAdded_SgNBAddReq_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "X2N_E-RAB-ID.h"
16 #include "X2N_DRB-ID.h"
17 #include "X2N_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 X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__resource_configuration_PR {
27         X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__resource_configuration_PR_NOTHING,        /* No components present */
28         X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__resource_configuration_PR_sgNBPDCPpresent,
29         X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__resource_configuration_PR_sgNBPDCPnotpresent
30         /* Extensions may appear below */
31         
32 } X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__resource_configuration_PR;
33
34 /* Forward declarations */
35 struct X2N_ProtocolExtensionContainer;
36 struct X2N_E_RABs_ToBeAdded_SgNBAddReq_Item_SgNBPDCPpresent;
37 struct X2N_E_RABs_ToBeAdded_SgNBAddReq_Item_SgNBPDCPnotpresent;
38
39 /* X2N_E-RABs-ToBeAdded-SgNBAddReq-Item */
40 typedef struct X2N_E_RABs_ToBeAdded_SgNBAddReq_Item {
41         X2N_E_RAB_ID_t   e_RAB_ID;
42         X2N_DRB_ID_t     drb_ID;
43         X2N_EN_DC_ResourceConfiguration_t        en_DC_ResourceConfiguration;
44         struct X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__resource_configuration {
45                 X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__resource_configuration_PR present;
46                 union X2N_E_RABs_ToBeAdded_SgNBAddReq_Item__X2N_resource_configuration_u {
47                         struct X2N_E_RABs_ToBeAdded_SgNBAddReq_Item_SgNBPDCPpresent     *sgNBPDCPpresent;
48                         struct X2N_E_RABs_ToBeAdded_SgNBAddReq_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 X2N_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 } X2N_E_RABs_ToBeAdded_SgNBAddReq_Item_t;
67
68 /* Implementation */
69 extern asn_TYPE_descriptor_t asn_DEF_X2N_E_RABs_ToBeAdded_SgNBAddReq_Item;
70
71 #ifdef __cplusplus
72 }
73 #endif
74
75 #endif  /* _X2N_E_RABs_ToBeAdded_SgNBAddReq_Item_H_ */
76 #include <asn_internal.h>