blob: 276a89c94f66ee93d3580a114d6bd9b47009fbf3 [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 _WarningAreaList_H_
9#define _WarningAreaList_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 WarningAreaList_PR {
23 WarningAreaList_PR_NOTHING, /* No components present */
24 WarningAreaList_PR_cellIDList,
25 WarningAreaList_PR_trackingAreaListforWarning,
26 WarningAreaList_PR_emergencyAreaIDList
27 /* Extensions may appear below */
28
29} WarningAreaList_PR;
30
31/* Forward declarations */
32struct ECGIList;
33struct TAIListforWarning;
34struct EmergencyAreaIDList;
35
36/* WarningAreaList */
37typedef struct WarningAreaList {
38 WarningAreaList_PR present;
39 union WarningAreaList_u {
40 struct ECGIList *cellIDList;
41 struct TAIListforWarning *trackingAreaListforWarning;
42 struct EmergencyAreaIDList *emergencyAreaIDList;
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} WarningAreaList_t;
52
53/* Implementation */
54extern asn_TYPE_descriptor_t asn_DEF_WarningAreaList;
55extern asn_CHOICE_specifics_t asn_SPC_WarningAreaList_specs_1;
56extern asn_TYPE_member_t asn_MBR_WarningAreaList_1[3];
57extern asn_per_constraints_t asn_PER_type_WarningAreaList_constr_1;
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif /* _WarningAreaList_H_ */
64#include <asn_internal.h>