dab37e7cd1720b3657e2fd9aff48e7c7f99f7017
[ric-plt/submgr.git] / 3rdparty / libe2ap / 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 "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 _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 "FDD-InfoNeighbourServedNRCell-Information.h"
22 #include "TDD-InfoNeighbourServedNRCell-Information.h"
23 #include "constr_CHOICE.h"
24 #include "constr_SEQUENCE.h"
25 #include "constr_SEQUENCE_OF.h"
26
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30
31 /* Dependencies */
32 typedef enum NRNeighbour_Information__Member__nRNeighbourModeInfo_PR {
33         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_NOTHING,        /* No components present */
34         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_fdd,
35         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_tdd
36         /* Extensions may appear below */
37         
38 } NRNeighbour_Information__Member__nRNeighbourModeInfo_PR;
39
40 /* Forward declarations */
41 struct ProtocolExtensionContainer;
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                         FDD_InfoNeighbourServedNRCell_Information_t      fdd;
54                         TDD_InfoNeighbourServedNRCell_Information_t      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"