160ebfe35ccfdbdece3875d0802b553fa160f76d
[ric-plt/submgr.git] / e2ap / headers / NRNeighbour-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 "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _NRNeighbour_Information_H_
9 #define _NRNeighbour_Information_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <asn_SEQUENCE_OF.h>
16 #include "NRPCI.h"
17 #include "NRCGI.h"
18 #include "FiveGS-TAC.h"
19 #include "TAC.h"
20 #include <OCTET_STRING.h>
21 #include <constr_CHOICE.h>
22 #include <constr_SEQUENCE.h>
23 #include <constr_SEQUENCE_OF.h>
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 /* Dependencies */
30 typedef enum NRNeighbour_Information__Member__nRNeighbourModeInfo_PR {
31         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_NOTHING,        /* No components present */
32         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_fdd,
33         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_tdd
34         /* Extensions may appear below */
35         
36 } NRNeighbour_Information__Member__nRNeighbourModeInfo_PR;
37
38 /* Forward declarations */
39 struct ProtocolExtensionContainer;
40 struct FDD_InfoNeighbourServedNRCell_Information;
41 struct TDD_InfoNeighbourServedNRCell_Information;
42
43 /* Forward definitions */
44 typedef struct NRNeighbour_Information__Member {
45         NRPCI_t  nrpCI;
46         NRCGI_t  nrCellID;
47         FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */
48         TAC_t   *configured_TAC;        /* OPTIONAL */
49         OCTET_STRING_t   measurementTimingConfiguration;
50         struct NRNeighbour_Information__Member__nRNeighbourModeInfo {
51                 NRNeighbour_Information__Member__nRNeighbourModeInfo_PR present;
52                 union NRNeighbour_Information__Member__nRNeighbourModeInfo_u {
53                         struct FDD_InfoNeighbourServedNRCell_Information        *fdd;
54                         struct TDD_InfoNeighbourServedNRCell_Information        *tdd;
55                         /*
56                          * This type is extensible,
57                          * possible extensions are below.
58                          */
59                 } choice;
60                 
61                 /* Context for parsing across buffer boundaries */
62                 asn_struct_ctx_t _asn_ctx;
63         } nRNeighbourModeInfo;
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 } NRNeighbour_Information__Member;
73
74 /* NRNeighbour-Information */
75 typedef struct NRNeighbour_Information {
76         A_SEQUENCE_OF(NRNeighbour_Information__Member) list;
77         
78         /* Context for parsing across buffer boundaries */
79         asn_struct_ctx_t _asn_ctx;
80 } NRNeighbour_Information_t;
81
82 /* Implementation */
83 extern asn_TYPE_descriptor_t asn_DEF_NRNeighbour_Information;
84 extern asn_SET_OF_specifics_t asn_SPC_NRNeighbour_Information_specs_1;
85 extern asn_TYPE_member_t asn_MBR_NRNeighbour_Information_1[1];
86 extern asn_per_constraints_t asn_PER_type_NRNeighbour_Information_constr_1;
87
88 #ifdef __cplusplus
89 }
90 #endif
91
92 #endif  /* _NRNeighbour_Information_H_ */
93 #include <asn_internal.h>