Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_E-RABs-AdmittedToBeModified-SgNBModConf-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_AdmittedToBeModified_SgNBModConf_Item_H_
9 #define _X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "X2N_E-RAB-ID.h"
16 #include "X2N_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 X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__resource_configuration_PR {
26         X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__resource_configuration_PR_NOTHING,    /* No components present */
27         X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__resource_configuration_PR_sgNBPDCPpresent,
28         X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__resource_configuration_PR_sgNBPDCPnotpresent
29         /* Extensions may appear below */
30         
31 } X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__resource_configuration_PR;
32
33 /* Forward declarations */
34 struct X2N_ProtocolExtensionContainer;
35 struct X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPpresent;
36 struct X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPnotpresent;
37
38 /* X2N_E-RABs-AdmittedToBeModified-SgNBModConf-Item */
39 typedef struct X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item {
40         X2N_E_RAB_ID_t   e_RAB_ID;
41         X2N_EN_DC_ResourceConfiguration_t        en_DC_ResourceConfiguration;
42         struct X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__resource_configuration {
43                 X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__resource_configuration_PR present;
44                 union X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item__X2N_resource_configuration_u {
45                         struct X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPpresent *sgNBPDCPpresent;
46                         struct X2N_E_RABs_AdmittedToBeModified_SgNBModConf_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 X2N_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 } X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item_t;
65
66 /* Implementation */
67 extern asn_TYPE_descriptor_t asn_DEF_X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item;
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _X2N_E_RABs_AdmittedToBeModified_SgNBModConf_Item_H_ */
74 #include <asn_internal.h>