5c1adfefc3c946de86acf59dcd43dd216ef8b224
[ric-app/rc.git] / e2sm / headers / OCUCP-PF-Container.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-RC"
4  *      found in "e2sm-kpm-rc.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6  */
7
8 #ifndef _OCUCP_PF_Container_H_
9 #define _OCUCP_PF_Container_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* OCUCP-PF-Container */
23 typedef struct OCUCP_PF_Container {
24         struct OCUCP_PF_Container__cu_CP_Resource_Status {
25                 long    *numberOfActive_UEs;    /* OPTIONAL */
26                 
27                 /* Context for parsing across buffer boundaries */
28                 asn_struct_ctx_t _asn_ctx;
29         } cu_CP_Resource_Status;
30         
31         /* Context for parsing across buffer boundaries */
32         asn_struct_ctx_t _asn_ctx;
33 } OCUCP_PF_Container_t;
34
35 /* Implementation */
36 extern asn_TYPE_descriptor_t asn_DEF_OCUCP_PF_Container;
37 extern asn_SEQUENCE_specifics_t asn_SPC_OCUCP_PF_Container_specs_1;
38 extern asn_TYPE_member_t asn_MBR_OCUCP_PF_Container_1[1];
39
40 #ifdef __cplusplus
41 }
42 #endif
43
44 #endif  /* _OCUCP_PF_Container_H_ */
45 #include <asn_internal.h>