blob: a4cd21e1871d782b37659cd0048a01cf7fe0b16c [file] [log] [blame]
Harald Welted571a3e2019-03-11 22:09:50 +01001/*
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
Harald Welte3f966322019-12-04 19:09:58 +01007#include <osmocom/rspro/ConfigClientBankReq.h>
Harald Welted571a3e2019-03-11 22:09:50 +01008
9static asn_TYPE_member_t asn_MBR_ConfigClientBankReq_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct ConfigClientBankReq, bankSlot),
11 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
12 0,
13 &asn_DEF_BankSlot,
14 0, /* Defer constraints checking to the member type */
15 0, /* PER is not compiled, use -gen-PER */
16 0,
17 "bankSlot"
18 },
19 { ATF_NOFLAGS, 0, offsetof(struct ConfigClientBankReq, bankd),
20 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
21 0,
22 &asn_DEF_IpPort,
23 0, /* Defer constraints checking to the member type */
24 0, /* PER is not compiled, use -gen-PER */
25 0,
26 "bankd"
27 },
28};
29static const ber_tlv_tag_t asn_DEF_ConfigClientBankReq_tags_1[] = {
30 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31};
32static const asn_TYPE_tag2member_t asn_MAP_ConfigClientBankReq_tag2el_1[] = {
33 { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 1 }, /* bankSlot */
34 { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, -1, 0 } /* bankd */
35};
36static asn_SEQUENCE_specifics_t asn_SPC_ConfigClientBankReq_specs_1 = {
37 sizeof(struct ConfigClientBankReq),
38 offsetof(struct ConfigClientBankReq, _asn_ctx),
39 asn_MAP_ConfigClientBankReq_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_ConfigClientBankReq = {
46 "ConfigClientBankReq",
47 "ConfigClientBankReq",
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_ConfigClientBankReq_tags_1,
59 sizeof(asn_DEF_ConfigClientBankReq_tags_1)
60 /sizeof(asn_DEF_ConfigClientBankReq_tags_1[0]), /* 1 */
61 asn_DEF_ConfigClientBankReq_tags_1, /* Same as above */
62 sizeof(asn_DEF_ConfigClientBankReq_tags_1)
63 /sizeof(asn_DEF_ConfigClientBankReq_tags_1[0]), /* 1 */
64 0, /* No PER visible constraints */
65 asn_MBR_ConfigClientBankReq_1,
66 2, /* Elements count */
67 &asn_SPC_ConfigClientBankReq_specs_1 /* Additional specs */
68};
69