blob: 5e2f640b0bf84dba4d1f3bda6fb8a87b1e1f75a5 [file] [log] [blame]
rajalakshmisv960885a2022-05-31 14:59:10 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.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_EventTrigger_Format5_H_
9#define _E2SM_RC_EventTrigger_Format5_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <NativeEnumerated.h>
16#include <constr_SEQUENCE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum E2SM_RC_EventTrigger_Format5__onDemand {
24 E2SM_RC_EventTrigger_Format5__onDemand_true = 0
25 /*
26 * Enumeration is extensible
27 */
28} e_E2SM_RC_EventTrigger_Format5__onDemand;
29
30/* Forward declarations */
31struct EventTrigger_UE_Info;
32struct EventTrigger_Cell_Info;
33
34/* E2SM-RC-EventTrigger-Format5 */
35typedef struct E2SM_RC_EventTrigger_Format5 {
36 long onDemand;
37 struct EventTrigger_UE_Info *associatedUEInfo; /* OPTIONAL */
38 struct EventTrigger_Cell_Info *associatedCellInfo; /* OPTIONAL */
39 /*
40 * This type is extensible,
41 * possible extensions are below.
42 */
43
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx;
46} E2SM_RC_EventTrigger_Format5_t;
47
48/* Implementation */
49/* extern asn_TYPE_descriptor_t asn_DEF_onDemand_2; // (Use -fall-defs-global to expose) */
50extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_EventTrigger_Format5;
51extern asn_SEQUENCE_specifics_t asn_SPC_E2SM_RC_EventTrigger_Format5_specs_1;
52extern asn_TYPE_member_t asn_MBR_E2SM_RC_EventTrigger_Format5_1[3];
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* _E2SM_RC_EventTrigger_Format5_H_ */
59#include <asn_internal.h>