Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_ServedNRCell-Information.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_ServedNRCell_Information_H_
9 #define _X2N_ServedNRCell_Information_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "X2N_NRPCI.h"
16 #include "X2N_NRCGI.h"
17 #include "X2N_FiveGS-TAC.h"
18 #include "X2N_TAC.h"
19 #include "X2N_BroadcastPLMNs-Item.h"
20 #include <OCTET_STRING.h>
21 #include <constr_CHOICE.h>
22 #include <constr_SEQUENCE.h>
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 /* Dependencies */
29 typedef enum X2N_ServedNRCell_Information__nrModeInfo_PR {
30         X2N_ServedNRCell_Information__nrModeInfo_PR_NOTHING,    /* No components present */
31         X2N_ServedNRCell_Information__nrModeInfo_PR_fdd,
32         X2N_ServedNRCell_Information__nrModeInfo_PR_tdd
33         /* Extensions may appear below */
34         
35 } X2N_ServedNRCell_Information__nrModeInfo_PR;
36
37 /* Forward declarations */
38 struct X2N_ProtocolExtensionContainer;
39 struct X2N_FDD_InfoServedNRCell_Information;
40 struct X2N_TDD_InfoServedNRCell_Information;
41
42 /* X2N_ServedNRCell-Information */
43 typedef struct X2N_ServedNRCell_Information {
44         X2N_NRPCI_t      nrpCI;
45         X2N_NRCGI_t      nrCellID;
46         X2N_FiveGS_TAC_t        *fiveGS_TAC;    /* OPTIONAL */
47         X2N_TAC_t       *configured_TAC;        /* OPTIONAL */
48         X2N_BroadcastPLMNs_Item_t        broadcastPLMNs;
49         struct X2N_ServedNRCell_Information__nrModeInfo {
50                 X2N_ServedNRCell_Information__nrModeInfo_PR present;
51                 union X2N_ServedNRCell_Information__X2N_nrModeInfo_u {
52                         struct X2N_FDD_InfoServedNRCell_Information     *fdd;
53                         struct X2N_TDD_InfoServedNRCell_Information     *tdd;
54                         /*
55                          * This type is extensible,
56                          * possible extensions are below.
57                          */
58                 } choice;
59                 
60                 /* Context for parsing across buffer boundaries */
61                 asn_struct_ctx_t _asn_ctx;
62         } nrModeInfo;
63         OCTET_STRING_t   measurementTimingConfiguration;
64         struct X2N_ProtocolExtensionContainer   *iE_Extensions; /* OPTIONAL */
65         /*
66          * This type is extensible,
67          * possible extensions are below.
68          */
69         
70         /* Context for parsing across buffer boundaries */
71         asn_struct_ctx_t _asn_ctx;
72 } X2N_ServedNRCell_Information_t;
73
74 /* Implementation */
75 extern asn_TYPE_descriptor_t asn_DEF_X2N_ServedNRCell_Information;
76 extern asn_SEQUENCE_specifics_t asn_SPC_X2N_ServedNRCell_Information_specs_1;
77 extern asn_TYPE_member_t asn_MBR_X2N_ServedNRCell_Information_1[8];
78
79 #ifdef __cplusplus
80 }
81 #endif
82
83 #endif  /* _X2N_ServedNRCell_Information_H_ */
84 #include <asn_internal.h>