Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_NRNeighbour-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_NRNeighbour_Information_H_
9 #define _X2N_NRNeighbour_Information_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <asn_SEQUENCE_OF.h>
16 #include "X2N_NRPCI.h"
17 #include "X2N_NRCGI.h"
18 #include "X2N_FiveGS-TAC.h"
19 #include "X2N_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 X2N_NRNeighbour_Information__Member__nRNeighbourModeInfo_PR {
31         X2N_NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_NOTHING,    /* No components present */
32         X2N_NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_fdd,
33         X2N_NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_tdd
34         /* Extensions may appear below */
35         
36 } X2N_NRNeighbour_Information__Member__nRNeighbourModeInfo_PR;
37
38 /* Forward declarations */
39 struct X2N_ProtocolExtensionContainer;
40 struct X2N_FDD_InfoNeighbourServedNRCell_Information;
41 struct X2N_TDD_InfoNeighbourServedNRCell_Information;
42
43 /* Forward definitions */
44 typedef struct X2N_NRNeighbour_Information__Member {
45         X2N_NRPCI_t      nrpCI;
46         X2N_NRCGI_t      nrCellID;
47         X2N_FiveGS_TAC_t        *fiveGS_TAC;    /* OPTIONAL */
48         X2N_TAC_t       *configured_TAC;        /* OPTIONAL */
49         OCTET_STRING_t   measurementTimingConfiguration;
50         struct X2N_NRNeighbour_Information__Member__nRNeighbourModeInfo {
51                 X2N_NRNeighbour_Information__Member__nRNeighbourModeInfo_PR present;
52                 union X2N_NRNeighbour_Information__X2N_Member__X2N_nRNeighbourModeInfo_u {
53                         struct X2N_FDD_InfoNeighbourServedNRCell_Information    *fdd;
54                         struct X2N_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 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 } NRNeighbour_Information__Member;
73
74 /* X2N_NRNeighbour-Information */
75 typedef struct X2N_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 } X2N_NRNeighbour_Information_t;
81
82 /* Implementation */
83 extern asn_TYPE_descriptor_t asn_DEF_X2N_NRNeighbour_Information;
84 extern asn_SET_OF_specifics_t asn_SPC_X2N_NRNeighbour_Information_specs_1;
85 extern asn_TYPE_member_t asn_MBR_X2N_NRNeighbour_Information_1[1];
86 extern asn_per_constraints_t asn_PER_type_X2N_NRNeighbour_Information_constr_1;
87
88 #ifdef __cplusplus
89 }
90 #endif
91
92 #endif  /* _X2N_NRNeighbour_Information_H_ */
93 #include <asn_internal.h>