Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / ServedNRCell-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 _ServedNRCell_Information_H_
32 #define _ServedNRCell_Information_H_
33
34
35 #include "asn_application.h"
36
37 /* Including external dependencies */
38 #include "NRPCI.h"
39 #include "NRCGI.h"
40 #include "FiveGS-TAC.h"
41 #include "TAC.h"
42 #include "BroadcastPLMNs-Item.h"
43 #include "OCTET_STRING.h"
44 #include "constr_CHOICE.h"
45 #include "constr_SEQUENCE.h"
46
47 #ifdef __cplusplus
48 extern "C" {
49 #endif
50
51 /* Dependencies */
52 typedef enum ServedNRCell_Information__nrModeInfo_PR {
53         ServedNRCell_Information__nrModeInfo_PR_NOTHING,        /* No components present */
54         ServedNRCell_Information__nrModeInfo_PR_fdd,
55         ServedNRCell_Information__nrModeInfo_PR_tdd
56         /* Extensions may appear below */
57         
58 } ServedNRCell_Information__nrModeInfo_PR;
59
60 /* Forward declarations */
61 struct ProtocolExtensionContainer;
62 struct FDD_InfoServedNRCell_Information;
63 struct TDD_InfoServedNRCell_Information;
64
65 /* ServedNRCell-Information */
66 typedef struct ServedNRCell_Information {
67         NRPCI_t  nrpCI;
68         NRCGI_t  nrCellID;
69         FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */
70         TAC_t   *configured_TAC;        /* OPTIONAL */
71         BroadcastPLMNs_Item_t    broadcastPLMNs;
72         struct ServedNRCell_Information__nrModeInfo {
73                 ServedNRCell_Information__nrModeInfo_PR present;
74                 union ServedNRCell_Information__nrModeInfo_u {
75                         struct FDD_InfoServedNRCell_Information *fdd;
76                         struct TDD_InfoServedNRCell_Information *tdd;
77                         /*
78                          * This type is extensible,
79                          * possible extensions are below.
80                          */
81                 } choice;
82                 
83                 /* Context for parsing across buffer boundaries */
84                 asn_struct_ctx_t _asn_ctx;
85         } nrModeInfo;
86         OCTET_STRING_t   measurementTimingConfiguration;
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 } ServedNRCell_Information_t;
96
97 /* Implementation */
98 extern asn_TYPE_descriptor_t asn_DEF_ServedNRCell_Information;
99 extern asn_SEQUENCE_specifics_t asn_SPC_ServedNRCell_Information_specs_1;
100 extern asn_TYPE_member_t asn_MBR_ServedNRCell_Information_1[8];
101
102 #ifdef __cplusplus
103 }
104 #endif
105
106 #endif  /* _ServedNRCell_Information_H_ */
107 #include "asn_internal.h"