RICPLT-2910
[ric-plt/submgr.git] / 3rdparty / libe2ap / ServedNRCell-Information.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/e2_and_x2-combined-and-minimized.asn1"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #ifndef _ServedNRCell_Information_H_
9 #define _ServedNRCell_Information_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "NRPCI.h"
16 #include "NRCGI.h"
17 #include "FiveGS-TAC.h"
18 #include "TAC.h"
19 #include "BroadcastPLMNs-Item.h"
20 #include "OCTET_STRING.h"
21 #include "FDD-InfoServedNRCell-Information.h"
22 #include "TDD-InfoServedNRCell-Information.h"
23 #include "constr_CHOICE.h"
24 #include "constr_SEQUENCE.h"
25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29
30 /* Dependencies */
31 typedef enum ServedNRCell_Information__nrModeInfo_PR {
32         ServedNRCell_Information__nrModeInfo_PR_NOTHING,        /* No components present */
33         ServedNRCell_Information__nrModeInfo_PR_fdd,
34         ServedNRCell_Information__nrModeInfo_PR_tdd
35         /* Extensions may appear below */
36         
37 } ServedNRCell_Information__nrModeInfo_PR;
38
39 /* Forward declarations */
40 struct ProtocolExtensionContainer;
41
42 /* ServedNRCell-Information */
43 typedef struct ServedNRCell_Information {
44         NRPCI_t  nrpCI;
45         NRCGI_t  nrCellID;
46         FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */
47         TAC_t   *configured_TAC;        /* OPTIONAL */
48         BroadcastPLMNs_Item_t    broadcastPLMNs;
49         struct ServedNRCell_Information__nrModeInfo {
50                 ServedNRCell_Information__nrModeInfo_PR present;
51                 union ServedNRCell_Information__nrModeInfo_u {
52                         FDD_InfoServedNRCell_Information_t       fdd;
53                         TDD_InfoServedNRCell_Information_t       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 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 } ServedNRCell_Information_t;
73
74 /* Implementation */
75 extern asn_TYPE_descriptor_t asn_DEF_ServedNRCell_Information;
76 extern asn_SEQUENCE_specifics_t asn_SPC_ServedNRCell_Information_specs_1;
77 extern asn_TYPE_member_t asn_MBR_ServedNRCell_Information_1[8];
78
79 #ifdef __cplusplus
80 }
81 #endif
82
83 #endif  /* _ServedNRCell_Information_H_ */
84 #include "asn_internal.h"