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