blob: 12937995c9408f18831a550d27b11350ed6fec9c [file] [log] [blame]
rajalakshmisv21b61dd2021-12-07 04:53:03 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
rajalakshmisv960885a2022-05-31 14:59:10 +00003 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.asn"
rajalakshmisv21b61dd2021-12-07 04:53:03 +00005 * `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"
rajalakshmisv21b61dd2021-12-07 04:53:03 +000016#include <constr_SEQUENCE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Forward declarations */
rajalakshmisv960885a2022-05-31 14:59:10 +000023struct RANFunctionDefinition_EventTrigger;
24struct RANFunctionDefinition_Report;
25struct RANFunctionDefinition_Insert;
26struct RANFunctionDefinition_Control;
27struct RANFunctionDefinition_Policy;
rajalakshmisv21b61dd2021-12-07 04:53:03 +000028
29/* E2SM-RC-RANFunctionDefinition */
30typedef struct E2SM_RC_RANFunctionDefinition {
31 RANfunction_Name_t ranFunction_Name;
rajalakshmisv960885a2022-05-31 14:59:10 +000032 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 */
rajalakshmisv21b61dd2021-12-07 04:53:03 +000037 /*
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 */
47extern 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>