blob: e30fda13bf148bbeb44dd628b68eae631be5f1ff [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/ConfigClientRes.h>
8
9static asn_TYPE_member_t asn_MBR_ConfigClientRes_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct ConfigClientRes, result),
11 (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)),
12 0,
13 &asn_DEF_ResultCode,
14 0, /* Defer constraints checking to the member type */
15 0, /* PER is not compiled, use -gen-PER */
16 0,
17 "result"
18 },
19};
20static const ber_tlv_tag_t asn_DEF_ConfigClientRes_tags_1[] = {
21 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
22};
23static const asn_TYPE_tag2member_t asn_MAP_ConfigClientRes_tag2el_1[] = {
24 { (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 0, 0, 0 } /* result */
25};
26static asn_SEQUENCE_specifics_t asn_SPC_ConfigClientRes_specs_1 = {
27 sizeof(struct ConfigClientRes),
28 offsetof(struct ConfigClientRes, _asn_ctx),
29 asn_MAP_ConfigClientRes_tag2el_1,
30 1, /* Count of tags in the map */
31 0, 0, 0, /* Optional elements (not needed) */
32 0, /* Start extensions */
33 2 /* Stop extensions */
34};
35asn_TYPE_descriptor_t asn_DEF_ConfigClientRes = {
36 "ConfigClientRes",
37 "ConfigClientRes",
38 SEQUENCE_free,
39 SEQUENCE_print,
40 SEQUENCE_constraint,
41 SEQUENCE_decode_ber,
42 SEQUENCE_encode_der,
43 SEQUENCE_decode_xer,
44 SEQUENCE_encode_xer,
45 0, 0, /* No UPER support, use "-gen-PER" to enable */
46 0, 0, /* No APER support, use "-gen-PER" to enable */
47 0, /* Use generic outmost tag fetcher */
48 asn_DEF_ConfigClientRes_tags_1,
49 sizeof(asn_DEF_ConfigClientRes_tags_1)
50 /sizeof(asn_DEF_ConfigClientRes_tags_1[0]), /* 1 */
51 asn_DEF_ConfigClientRes_tags_1, /* Same as above */
52 sizeof(asn_DEF_ConfigClientRes_tags_1)
53 /sizeof(asn_DEF_ConfigClientRes_tags_1[0]), /* 1 */
54 0, /* No PER visible constraints */
55 asn_MBR_ConfigClientRes_1,
56 1, /* Elements count */
57 &asn_SPC_ConfigClientRes_specs_1 /* Additional specs */
58};
59