blob: ae735444ff9c056e3a2f747abde63e834a89156e [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 _BroadcastCompletedAreaList_H_
9#define _BroadcastCompletedAreaList_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 BroadcastCompletedAreaList_PR {
23 BroadcastCompletedAreaList_PR_NOTHING, /* No components present */
24 BroadcastCompletedAreaList_PR_cellID_Broadcast,
25 BroadcastCompletedAreaList_PR_tAI_Broadcast,
26 BroadcastCompletedAreaList_PR_emergencyAreaID_Broadcast
27 /* Extensions may appear below */
28
29} BroadcastCompletedAreaList_PR;
30
31/* Forward declarations */
32struct CellID_Broadcast;
33struct TAI_Broadcast;
34struct EmergencyAreaID_Broadcast;
35
36/* BroadcastCompletedAreaList */
37typedef struct BroadcastCompletedAreaList {
38 BroadcastCompletedAreaList_PR present;
39 union BroadcastCompletedAreaList_u {
40 struct CellID_Broadcast *cellID_Broadcast;
41 struct TAI_Broadcast *tAI_Broadcast;
42 struct EmergencyAreaID_Broadcast *emergencyAreaID_Broadcast;
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} BroadcastCompletedAreaList_t;
52
53/* Implementation */
54extern asn_TYPE_descriptor_t asn_DEF_BroadcastCompletedAreaList;
55extern asn_CHOICE_specifics_t asn_SPC_BroadcastCompletedAreaList_specs_1;
56extern asn_TYPE_member_t asn_MBR_BroadcastCompletedAreaList_1[3];
57extern asn_per_constraints_t asn_PER_type_BroadcastCompletedAreaList_constr_1;
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif /* _BroadcastCompletedAreaList_H_ */
64#include <asn_internal.h>