blob: ca09ee3879c2fc24159a4ff1ac98c217582c214c [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 _RIMRoutingAddress_H_
9#define _RIMRoutingAddress_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <OCTET_STRING.h>
16#include <constr_CHOICE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum RIMRoutingAddress_PR {
24 RIMRoutingAddress_PR_NOTHING, /* No components present */
25 RIMRoutingAddress_PR_gERAN_Cell_ID,
26 /* Extensions may appear below */
27 RIMRoutingAddress_PR_targetRNC_ID,
28 RIMRoutingAddress_PR_eHRPD_Sector_ID
29} RIMRoutingAddress_PR;
30
31/* Forward declarations */
32struct GERAN_Cell_ID;
33struct TargetRNC_ID;
34
35/* RIMRoutingAddress */
36typedef struct RIMRoutingAddress {
37 RIMRoutingAddress_PR present;
38 union RIMRoutingAddress_u {
39 struct GERAN_Cell_ID *gERAN_Cell_ID;
40 /*
41 * This type is extensible,
42 * possible extensions are below.
43 */
44 struct TargetRNC_ID *targetRNC_ID;
45 OCTET_STRING_t eHRPD_Sector_ID;
46 } choice;
47
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
50} RIMRoutingAddress_t;
51
52/* Implementation */
53extern asn_TYPE_descriptor_t asn_DEF_RIMRoutingAddress;
54extern asn_CHOICE_specifics_t asn_SPC_RIMRoutingAddress_specs_1;
55extern asn_TYPE_member_t asn_MBR_RIMRoutingAddress_1[3];
56extern asn_per_constraints_t asn_PER_type_RIMRoutingAddress_constr_1;
57
58#ifdef __cplusplus
59}
60#endif
61
62#endif /* _RIMRoutingAddress_H_ */
63#include <asn_internal.h>