blob: 5d90e205c62d8783b9cbe986fbb1dfcc7ee83392 [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 _LastVisitedCell_Item_H_
9#define _LastVisitedCell_Item_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include "LastVisitedUTRANCellInformation.h"
16#include "LastVisitedNGRANCellInformation.h"
17#include <constr_CHOICE.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Dependencies */
24typedef enum LastVisitedCell_Item_PR {
25 LastVisitedCell_Item_PR_NOTHING, /* No components present */
26 LastVisitedCell_Item_PR_e_UTRAN_Cell,
27 LastVisitedCell_Item_PR_uTRAN_Cell,
28 LastVisitedCell_Item_PR_gERAN_Cell,
29 /* Extensions may appear below */
30 LastVisitedCell_Item_PR_nG_RAN_Cell
31} LastVisitedCell_Item_PR;
32
33/* Forward declarations */
34struct LastVisitedEUTRANCellInformation;
35struct LastVisitedGERANCellInformation;
36
37/* LastVisitedCell-Item */
38typedef struct LastVisitedCell_Item {
39 LastVisitedCell_Item_PR present;
40 union LastVisitedCell_Item_u {
41 struct LastVisitedEUTRANCellInformation *e_UTRAN_Cell;
42 LastVisitedUTRANCellInformation_t uTRAN_Cell;
43 struct LastVisitedGERANCellInformation *gERAN_Cell;
44 /*
45 * This type is extensible,
46 * possible extensions are below.
47 */
48 LastVisitedNGRANCellInformation_t nG_RAN_Cell;
49 } choice;
50
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53} LastVisitedCell_Item_t;
54
55/* Implementation */
56extern asn_TYPE_descriptor_t asn_DEF_LastVisitedCell_Item;
57extern asn_CHOICE_specifics_t asn_SPC_LastVisitedCell_Item_specs_1;
58extern asn_TYPE_member_t asn_MBR_LastVisitedCell_Item_1[4];
59extern asn_per_constraints_t asn_PER_type_LastVisitedCell_Item_constr_1;
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* _LastVisitedCell_Item_H_ */
66#include <asn_internal.h>