[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / Served-Cell-Information.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-IEs"
4  *      found in "../F1.asn1"
5  *      `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _Served_Cell_Information_H_
9 #define _Served_Cell_Information_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "NRCGI.h"
16 #include "NRPCI.h"
17 #include "FiveGS-TAC.h"
18 #include "Configured-EPS-TAC.h"
19 #include "ServedPLMNs-List.h"
20 #include "NR-Mode-Info.h"
21 #include <OCTET_STRING.h>
22 #include <constr_SEQUENCE.h>
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 /* Forward declarations */
29 struct ProtocolExtensionContainer;
30
31 /* Served-Cell-Information */
32 typedef struct Served_Cell_Information {
33         NRCGI_t  nRCGI;
34         NRPCI_t  nRPCI;
35         FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */
36         Configured_EPS_TAC_t    *configured_EPS_TAC;    /* OPTIONAL */
37         ServedPLMNs_List_t       servedPLMNs;
38         NR_Mode_Info_t   nR_Mode_Info;
39         OCTET_STRING_t   measurementTimingConfiguration;
40         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
41         /*
42          * This type is extensible,
43          * possible extensions are below.
44          */
45         
46         /* Context for parsing across buffer boundaries */
47         asn_struct_ctx_t _asn_ctx;
48 } Served_Cell_Information_t;
49
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_Served_Cell_Information;
52 extern asn_SEQUENCE_specifics_t asn_SPC_Served_Cell_Information_specs_1;
53 extern asn_TYPE_member_t asn_MBR_Served_Cell_Information_1[8];
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _Served_Cell_Information_H_ */
60 #include <asn_internal.h>