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