64120712dcabfc6b57c0c5aea5dd2745f1d3387d
[ric-plt/submgr.git] / e2ap / headers / 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/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
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 <constr_CHOICE.h>
22 #include <constr_SEQUENCE.h>
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 /* Dependencies */
29 typedef enum ServedNRCell_Information__nrModeInfo_PR {
30         ServedNRCell_Information__nrModeInfo_PR_NOTHING,        /* No components present */
31         ServedNRCell_Information__nrModeInfo_PR_fdd,
32         ServedNRCell_Information__nrModeInfo_PR_tdd
33         /* Extensions may appear below */
34         
35 } ServedNRCell_Information__nrModeInfo_PR;
36
37 /* Forward declarations */
38 struct ProtocolExtensionContainer;
39 struct FDD_InfoServedNRCell_Information;
40 struct TDD_InfoServedNRCell_Information;
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                         struct FDD_InfoServedNRCell_Information *fdd;
53                         struct 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 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>