ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / headers / E2SM-RC-RANFunctionDefinition.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.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _E2SM_RC_RANFunctionDefinition_H_
9 #define _E2SM_RC_RANFunctionDefinition_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "RANfunction-Name.h"
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Forward declarations */
23 struct RANFunctionDefinition_EventTrigger;
24 struct RANFunctionDefinition_Report;
25 struct RANFunctionDefinition_Insert;
26 struct RANFunctionDefinition_Control;
27 struct RANFunctionDefinition_Policy;
28
29 /* E2SM-RC-RANFunctionDefinition */
30 typedef struct E2SM_RC_RANFunctionDefinition {
31         RANfunction_Name_t       ranFunction_Name;
32         struct RANFunctionDefinition_EventTrigger       *ranFunctionDefinition_EventTrigger;    /* OPTIONAL */
33         struct RANFunctionDefinition_Report     *ranFunctionDefinition_Report;  /* OPTIONAL */
34         struct RANFunctionDefinition_Insert     *ranFunctionDefinition_Insert;  /* OPTIONAL */
35         struct RANFunctionDefinition_Control    *ranFunctionDefinition_Control; /* OPTIONAL */
36         struct RANFunctionDefinition_Policy     *ranFunctionDefinition_Policy;  /* OPTIONAL */
37         /*
38          * This type is extensible,
39          * possible extensions are below.
40          */
41         
42         /* Context for parsing across buffer boundaries */
43         asn_struct_ctx_t _asn_ctx;
44 } E2SM_RC_RANFunctionDefinition_t;
45
46 /* Implementation */
47 extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_RANFunctionDefinition;
48
49 #ifdef __cplusplus
50 }
51 #endif
52
53 #endif  /* _E2SM_RC_RANFunctionDefinition_H_ */
54 #include <asn_internal.h>