Container tag updated
[ric-app/rc.git] / e2sm / headers / E2SM-RC-EntityFilter.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-RC-IEs"
4  *      found in "e2sm-rc-2.0.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6  */
7
8 #ifndef _E2SM_RC_EntityFilter_H_
9 #define _E2SM_RC_EntityFilter_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "EntityFilter-ID.h"
16 #include "RANParameter-Testing.h"
17 #include <asn_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Forward declarations */
26 struct E2SM_RC_ControlMessage_Format3_Item;
27
28 /* E2SM-RC-EntityFilter */
29 typedef struct E2SM_RC_EntityFilter {
30         EntityFilter_ID_t        entityFilter_ID;
31         RANParameter_Testing_t   entityFilter_Definition;
32         struct E2SM_RC_EntityFilter__entitySpecificControlRanP_List {
33                 A_SEQUENCE_OF(struct E2SM_RC_ControlMessage_Format3_Item) list;
34                 
35                 /* Context for parsing across buffer boundaries */
36                 asn_struct_ctx_t _asn_ctx;
37         } entitySpecificControlRanP_List;
38         /*
39          * This type is extensible,
40          * possible extensions are below.
41          */
42         
43         /* Context for parsing across buffer boundaries */
44         asn_struct_ctx_t _asn_ctx;
45 } E2SM_RC_EntityFilter_t;
46
47 /* Implementation */
48 extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_EntityFilter;
49 extern asn_SEQUENCE_specifics_t asn_SPC_E2SM_RC_EntityFilter_specs_1;
50 extern asn_TYPE_member_t asn_MBR_E2SM_RC_EntityFilter_1[3];
51
52 #ifdef __cplusplus
53 }
54 #endif
55
56 #endif  /* _E2SM_RC_EntityFilter_H_ */
57 #include <asn_internal.h>