746d7b2f6712bc7a976ba0ca0c0f7d26b9b146dc
[o-du/l2.git] / src / codec_utils / F1AP / Cells-to-be-Barred-Item.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 ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _Cells_to_be_Barred_Item_H_
9 #define _Cells_to_be_Barred_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "NRCGI.h"
16 #include "CellBarred.h"
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Forward declarations */
24 struct ProtocolExtensionContainer;
25
26 /* Cells-to-be-Barred-Item */
27 typedef struct Cells_to_be_Barred_Item {
28         NRCGI_t  nRCGI;
29         CellBarred_t     cellBarred;
30         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
31         
32         /* Context for parsing across buffer boundaries */
33         asn_struct_ctx_t _asn_ctx;
34 } Cells_to_be_Barred_Item_t;
35
36 /* Implementation */
37 extern asn_TYPE_descriptor_t asn_DEF_Cells_to_be_Barred_Item;
38
39 #ifdef __cplusplus
40 }
41 #endif
42
43 #endif  /* _Cells_to_be_Barred_Item_H_ */
44 #include <asn_internal.h>