blob: 091aedd9a94b0eb938ac81a6d4964f0c50648893 [file] [log] [blame]
Harald Welte3aa901d2018-08-13 18:32:36 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RSPRO"
4 * found in "../../asn1/RSPRO.asn"
5 */
6
7#include <osmocom/rspro/ConnectBankRes.h>
8
9static asn_TYPE_member_t asn_MBR_ConnectBankRes_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct ConnectBankRes, identity),
11 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
12 0,
13 &asn_DEF_ComponentIdentity,
14 0, /* Defer constraints checking to the member type */
15 0, /* PER is not compiled, use -gen-PER */
16 0,
17 "identity"
18 },
19 { ATF_NOFLAGS, 0, offsetof(struct ConnectBankRes, result),
20 (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)),
21 0,
22 &asn_DEF_ResultCode,
23 0, /* Defer constraints checking to the member type */
24 0, /* PER is not compiled, use -gen-PER */
25 0,
26 "result"
27 },
28};
29static const ber_tlv_tag_t asn_DEF_ConnectBankRes_tags_1[] = {
30 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31};
32static const asn_TYPE_tag2member_t asn_MAP_ConnectBankRes_tag2el_1[] = {
33 { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 0 }, /* result */
34 { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 0 } /* identity */
35};
36static asn_SEQUENCE_specifics_t asn_SPC_ConnectBankRes_specs_1 = {
37 sizeof(struct ConnectBankRes),
38 offsetof(struct ConnectBankRes, _asn_ctx),
39 asn_MAP_ConnectBankRes_tag2el_1,
40 2, /* Count of tags in the map */
41 0, 0, 0, /* Optional elements (not needed) */
42 1, /* Start extensions */
43 3 /* Stop extensions */
44};
45asn_TYPE_descriptor_t asn_DEF_ConnectBankRes = {
46 "ConnectBankRes",
47 "ConnectBankRes",
48 SEQUENCE_free,
49 SEQUENCE_print,
50 SEQUENCE_constraint,
51 SEQUENCE_decode_ber,
52 SEQUENCE_encode_der,
53 SEQUENCE_decode_xer,
54 SEQUENCE_encode_xer,
55 0, 0, /* No UPER support, use "-gen-PER" to enable */
56 0, 0, /* No APER support, use "-gen-PER" to enable */
57 0, /* Use generic outmost tag fetcher */
58 asn_DEF_ConnectBankRes_tags_1,
59 sizeof(asn_DEF_ConnectBankRes_tags_1)
60 /sizeof(asn_DEF_ConnectBankRes_tags_1[0]), /* 1 */
61 asn_DEF_ConnectBankRes_tags_1, /* Same as above */
62 sizeof(asn_DEF_ConnectBankRes_tags_1)
63 /sizeof(asn_DEF_ConnectBankRes_tags_1[0]), /* 1 */
64 0, /* No PER visible constraints */
65 asn_MBR_ConnectBankRes_1,
66 2, /* Elements count */
67 &asn_SPC_ConnectBankRes_specs_1 /* Additional specs */
68};
69