rajalakshmisv | 21b61dd | 2021-12-07 04:53:03 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
rajalakshmisv | 960885a | 2022-05-31 14:59:10 +0000 | [diff] [blame] | 3 | * From ASN.1 module "E2SM-RC-IEs" |
| 4 | * found in "e2sm-rc-nov2021.asn" |
rajalakshmisv | 21b61dd | 2021-12-07 04:53:03 +0000 | [diff] [blame] | 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" |
rajalakshmisv | 21b61dd | 2021-12-07 04:53:03 +0000 | [diff] [blame] | 16 | #include <constr_SEQUENCE.h> |
| 17 | |
| 18 | #ifdef __cplusplus |
| 19 | extern "C" { |
| 20 | #endif |
| 21 | |
| 22 | /* Forward declarations */ |
rajalakshmisv | 960885a | 2022-05-31 14:59:10 +0000 | [diff] [blame] | 23 | struct RANFunctionDefinition_EventTrigger; |
| 24 | struct RANFunctionDefinition_Report; |
| 25 | struct RANFunctionDefinition_Insert; |
| 26 | struct RANFunctionDefinition_Control; |
| 27 | struct RANFunctionDefinition_Policy; |
rajalakshmisv | 21b61dd | 2021-12-07 04:53:03 +0000 | [diff] [blame] | 28 | |
| 29 | /* E2SM-RC-RANFunctionDefinition */ |
| 30 | typedef struct E2SM_RC_RANFunctionDefinition { |
| 31 | RANfunction_Name_t ranFunction_Name; |
rajalakshmisv | 960885a | 2022-05-31 14:59:10 +0000 | [diff] [blame] | 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 */ |
rajalakshmisv | 21b61dd | 2021-12-07 04:53:03 +0000 | [diff] [blame] | 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> |