3bb349c03babc01b2d3d3bf6bf1d222d4b0b3994
[o-du/l2.git] / src / codec_utils / F1AP / GNB-DU-Served-Cells-List.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-PDU-Contents"
4  *      found in "F1.asn1"
5  *      `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _GNB_DU_Served_Cells_List_H_
9 #define _GNB_DU_Served_Cells_List_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <asn_SEQUENCE_OF.h>
16 #include <constr_SEQUENCE_OF.h>
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Forward declarations */
22 struct ProtocolIE_SingleContainer;
23
24 /* GNB-DU-Served-Cells-List */
25 typedef struct GNB_DU_Served_Cells_List {
26         A_SEQUENCE_OF(struct GNB_DU_Served_Cells_ItemIEs) list;
27         
28         /* Context for parsing across buffer boundaries */
29         asn_struct_ctx_t _asn_ctx;
30 } GNB_DU_Served_Cells_List_t;
31
32 /* Implementation */
33 extern asn_TYPE_descriptor_t asn_DEF_GNB_DU_Served_Cells_List;
34
35 #ifdef __cplusplus
36 }
37 #endif
38
39 #endif  /* _GNB_DU_Served_Cells_List_H_ */
40 #include <asn_internal.h>