blob: 112fc9eac0105e5c432b5e2041063dfdbaa7d386 [file] [log] [blame]
rajalakshmisv21b61dd2021-12-07 04:53:03 +00001/*
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 _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 <asn_SEQUENCE_OF.h>
17#include <constr_SEQUENCE_OF.h>
18#include <constr_SEQUENCE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Forward declarations */
25struct RIC_EventTriggerStyle_Item;
26struct RIC_ControlStyle_Item;
27
28/* E2SM-RC-RANFunctionDefinition */
29typedef struct E2SM_RC_RANFunctionDefinition {
30 RANfunction_Name_t ranFunction_Name;
31 struct E2SM_RC_RANFunctionDefinition__ric_EventTriggerStyle_List {
32 A_SEQUENCE_OF(struct RIC_EventTriggerStyle_Item) list;
33
34 /* Context for parsing across buffer boundaries */
35 asn_struct_ctx_t _asn_ctx;
36 } *ric_EventTriggerStyle_List;
37 struct E2SM_RC_RANFunctionDefinition__ric_ControlStyle_List {
38 A_SEQUENCE_OF(struct RIC_ControlStyle_Item) list;
39
40 /* Context for parsing across buffer boundaries */
41 asn_struct_ctx_t _asn_ctx;
42 } *ric_ControlStyle_List;
43 /*
44 * This type is extensible,
45 * possible extensions are below.
46 */
47
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
50} E2SM_RC_RANFunctionDefinition_t;
51
52/* Implementation */
53extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_RANFunctionDefinition;
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /* _E2SM_RC_RANFunctionDefinition_H_ */
60#include <asn_internal.h>