Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / NRNeighbour-Information.h
1 /*****************************************************************************
2 #                                                                            *
3 # Copyright 2019 AT&T Intellectual Property                                  *
4 #                                                                            *
5 # Licensed under the Apache License, Version 2.0 (the "License");            *
6 # you may not use this file except in compliance with the License.           *
7 # You may obtain a copy of the License at                                    *
8 #                                                                            *
9 #      http://www.apache.org/licenses/LICENSE-2.0                            *
10 #                                                                            *
11 # Unless required by applicable law or agreed to in writing, software        *
12 # distributed under the License is distributed on an "AS IS" BASIS,          *
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
14 # See the License for the specific language governing permissions and        *
15 # limitations under the License.                                             *
16 #                                                                            *
17 ******************************************************************************/
18
19 /*
20  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21  * From ASN.1 module "X2AP-PDU-Contents"
22  *      found in "../../asnFiles/X2AP-PDU-Contents.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #ifndef _NRNeighbour_Information_H_
27 #define _NRNeighbour_Information_H_
28
29
30 #include "asn_application.h"
31
32 /* Including external dependencies */
33 #include "asn_SEQUENCE_OF.h"
34 #include "NRPCI.h"
35 #include "NRCGI.h"
36 #include "FiveGS-TAC.h"
37 #include "TAC.h"
38 #include "OCTET_STRING.h"
39 #include "constr_CHOICE.h"
40 #include "constr_SEQUENCE.h"
41 #include "constr_SEQUENCE_OF.h"
42
43 #ifdef __cplusplus
44 extern "C" {
45 #endif
46
47 /* Dependencies */
48 typedef enum NRNeighbour_Information__Member__nRNeighbourModeInfo_PR {
49         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_NOTHING,        /* No components present */
50         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_fdd,
51         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_tdd
52         /* Extensions may appear below */
53         
54 } NRNeighbour_Information__Member__nRNeighbourModeInfo_PR;
55
56 /* Forward declarations */
57 struct ProtocolExtensionContainer;
58 struct FDD_InfoNeighbourServedNRCell_Information;
59 struct TDD_InfoNeighbourServedNRCell_Information;
60
61 /* Forward definitions */
62 typedef struct NRNeighbour_Information__Member {
63         NRPCI_t  nrpCI;
64         NRCGI_t  nrCellID;
65         FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */
66         TAC_t   *configured_TAC;        /* OPTIONAL */
67         OCTET_STRING_t   measurementTimingConfiguration;
68         struct NRNeighbour_Information__Member__nRNeighbourModeInfo {
69                 NRNeighbour_Information__Member__nRNeighbourModeInfo_PR present;
70                 union NRNeighbour_Information__Member__nRNeighbourModeInfo_u {
71                         struct FDD_InfoNeighbourServedNRCell_Information        *fdd;
72                         struct TDD_InfoNeighbourServedNRCell_Information        *tdd;
73                         /*
74                          * This type is extensible,
75                          * possible extensions are below.
76                          */
77                 } choice;
78                 
79                 /* Context for parsing across buffer boundaries */
80                 asn_struct_ctx_t _asn_ctx;
81         } nRNeighbourModeInfo;
82         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
83         /*
84          * This type is extensible,
85          * possible extensions are below.
86          */
87         
88         /* Context for parsing across buffer boundaries */
89         asn_struct_ctx_t _asn_ctx;
90 } NRNeighbour_Information__Member;
91
92 /* NRNeighbour-Information */
93 typedef struct NRNeighbour_Information {
94         A_SEQUENCE_OF(NRNeighbour_Information__Member) list;
95         
96         /* Context for parsing across buffer boundaries */
97         asn_struct_ctx_t _asn_ctx;
98 } NRNeighbour_Information_t;
99
100 /* Implementation */
101 extern asn_TYPE_descriptor_t asn_DEF_NRNeighbour_Information;
102 extern asn_SET_OF_specifics_t asn_SPC_NRNeighbour_Information_specs_1;
103 extern asn_TYPE_member_t asn_MBR_NRNeighbour_Information_1[1];
104 extern asn_per_constraints_t asn_PER_type_NRNeighbour_Information_constr_1;
105
106 #ifdef __cplusplus
107 }
108 #endif
109
110 #endif  /* _NRNeighbour_Information_H_ */
111 #include "asn_internal.h"