blob: 6d7ea907a37fb94c26925c1781e2ee9626919e5b [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +01007#include <osmocom/ranap/RANAP_InterSystemInformationTransferType.h>
Harald Welteee091892015-09-10 10:22:03 +02008
9static asn_per_constraints_t asn_PER_type_RANAP_InterSystemInformationTransferType_constr_1 GCC_NOTUSED = {
10 { APC_CONSTRAINED | APC_EXTENSIBLE, 0, 0, 0l, 0l } /* (0..0,...) */,
11 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
12 0, 0 /* No PER value map */
13};
14static asn_TYPE_member_t asn_MBR_RANAP_InterSystemInformationTransferType_1[] = {
15 { ATF_NOFLAGS, 0, offsetof(struct RANAP_InterSystemInformationTransferType, choice.rIM_Transfer),
16 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
17 -1, /* IMPLICIT tag at current level */
18 &asn_DEF_RANAP_RIM_Transfer,
19 0, /* Defer constraints checking to the member type */
20 0, /* No PER visible constraints */
21 0,
22 "rIM-Transfer"
23 },
24};
25static const asn_TYPE_tag2member_t asn_MAP_RANAP_InterSystemInformationTransferType_tag2el_1[] = {
26 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* rIM-Transfer */
27};
28static asn_CHOICE_specifics_t asn_SPC_RANAP_InterSystemInformationTransferType_specs_1 = {
29 sizeof(struct RANAP_InterSystemInformationTransferType),
30 offsetof(struct RANAP_InterSystemInformationTransferType, _asn_ctx),
31 offsetof(struct RANAP_InterSystemInformationTransferType, present),
32 sizeof(((struct RANAP_InterSystemInformationTransferType *)0)->present),
33 asn_MAP_RANAP_InterSystemInformationTransferType_tag2el_1,
34 1, /* Count of tags in the map */
35 0,
36 1 /* Extensions start */
37};
38asn_TYPE_descriptor_t asn_DEF_RANAP_InterSystemInformationTransferType = {
39 "RANAP_InterSystemInformationTransferType",
40 "RANAP_InterSystemInformationTransferType",
41 CHOICE_free,
42 CHOICE_print,
43 CHOICE_constraint,
44 CHOICE_decode_ber,
45 CHOICE_encode_der,
46 CHOICE_decode_xer,
47 CHOICE_encode_xer,
48 CHOICE_decode_uper,
49 CHOICE_encode_uper,
50 CHOICE_decode_aper,
51 CHOICE_encode_aper,
52 CHOICE_outmost_tag,
53 0, /* No effective tags (pointer) */
54 0, /* No effective tags (count) */
55 0, /* No tags (pointer) */
56 0, /* No tags (count) */
57 &asn_PER_type_RANAP_InterSystemInformationTransferType_constr_1,
58 asn_MBR_RANAP_InterSystemInformationTransferType_1,
59 1, /* Elements count */
60 &asn_SPC_RANAP_InterSystemInformationTransferType_specs_1 /* Additional specs */
61};
62