blob: 38ac46dcb186bc551c1573c84fad62f956ac38bd [file] [log] [blame]
anjana_sreekumar@infosys.com991c2062020-01-08 11:42:57 +05301/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "S1AP-IEs"
4 * found in "./asn1c/S1AP-IEs.asn"
5 * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU`
6 */
7
8#ifndef _BroadcastCancelledAreaList_H_
9#define _BroadcastCancelledAreaList_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <constr_CHOICE.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef enum BroadcastCancelledAreaList_PR {
23 BroadcastCancelledAreaList_PR_NOTHING, /* No components present */
24 BroadcastCancelledAreaList_PR_cellID_Cancelled,
25 BroadcastCancelledAreaList_PR_tAI_Cancelled,
26 BroadcastCancelledAreaList_PR_emergencyAreaID_Cancelled
27 /* Extensions may appear below */
28
29} BroadcastCancelledAreaList_PR;
30
31/* Forward declarations */
32struct CellID_Cancelled;
33struct TAI_Cancelled;
34struct EmergencyAreaID_Cancelled;
35
36/* BroadcastCancelledAreaList */
37typedef struct BroadcastCancelledAreaList {
38 BroadcastCancelledAreaList_PR present;
39 union BroadcastCancelledAreaList_u {
40 struct CellID_Cancelled *cellID_Cancelled;
41 struct TAI_Cancelled *tAI_Cancelled;
42 struct EmergencyAreaID_Cancelled *emergencyAreaID_Cancelled;
43 /*
44 * This type is extensible,
45 * possible extensions are below.
46 */
47 } choice;
48
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
51} BroadcastCancelledAreaList_t;
52
53/* Implementation */
54extern asn_TYPE_descriptor_t asn_DEF_BroadcastCancelledAreaList;
55extern asn_CHOICE_specifics_t asn_SPC_BroadcastCancelledAreaList_specs_1;
56extern asn_TYPE_member_t asn_MBR_BroadcastCancelledAreaList_1[3];
57extern asn_per_constraints_t asn_PER_type_BroadcastCancelledAreaList_constr_1;
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif /* _BroadcastCancelledAreaList_H_ */
64#include <asn_internal.h>