blob: 16cc091a7a3f927793b7e88ab5e48110cd0d0874 [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/ConnectClientReq.h>
8
9static asn_TYPE_member_t asn_MBR_ConnectClientReq_1[] = {
10 { ATF_NOFLAGS, 0, offsetof(struct ConnectClientReq, 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 },
Harald Welte371d0262018-08-16 15:23:58 +020019 { ATF_POINTER, 1, offsetof(struct ConnectClientReq, clientSlot),
20 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
Harald Weltefe3df992018-08-16 14:45:49 +020021 0,
Harald Welte371d0262018-08-16 15:23:58 +020022 &asn_DEF_ClientSlot,
Harald Weltefe3df992018-08-16 14:45:49 +020023 0, /* Defer constraints checking to the member type */
24 0, /* PER is not compiled, use -gen-PER */
25 0,
Harald Welte371d0262018-08-16 15:23:58 +020026 "clientSlot"
Harald Weltefe3df992018-08-16 14:45:49 +020027 },
Harald Welte3aa901d2018-08-13 18:32:36 +020028};
29static const ber_tlv_tag_t asn_DEF_ConnectClientReq_tags_1[] = {
30 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31};
32static const asn_TYPE_tag2member_t asn_MAP_ConnectClientReq_tag2el_1[] = {
Harald Welte371d0262018-08-16 15:23:58 +020033 { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 1 }, /* identity */
34 { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, -1, 0 } /* clientSlot */
Harald Welte3aa901d2018-08-13 18:32:36 +020035};
36static asn_SEQUENCE_specifics_t asn_SPC_ConnectClientReq_specs_1 = {
37 sizeof(struct ConnectClientReq),
38 offsetof(struct ConnectClientReq, _asn_ctx),
39 asn_MAP_ConnectClientReq_tag2el_1,
Harald Weltefe3df992018-08-16 14:45:49 +020040 2, /* Count of tags in the map */
Harald Welte3aa901d2018-08-13 18:32:36 +020041 0, 0, 0, /* Optional elements (not needed) */
Harald Weltefe3df992018-08-16 14:45:49 +020042 1, /* Start extensions */
43 3 /* Stop extensions */
Harald Welte3aa901d2018-08-13 18:32:36 +020044};
45asn_TYPE_descriptor_t asn_DEF_ConnectClientReq = {
46 "ConnectClientReq",
47 "ConnectClientReq",
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_ConnectClientReq_tags_1,
59 sizeof(asn_DEF_ConnectClientReq_tags_1)
60 /sizeof(asn_DEF_ConnectClientReq_tags_1[0]), /* 1 */
61 asn_DEF_ConnectClientReq_tags_1, /* Same as above */
62 sizeof(asn_DEF_ConnectClientReq_tags_1)
63 /sizeof(asn_DEF_ConnectClientReq_tags_1[0]), /* 1 */
64 0, /* No PER visible constraints */
65 asn_MBR_ConnectClientReq_1,
Harald Weltefe3df992018-08-16 14:45:49 +020066 2, /* Elements count */
Harald Welte3aa901d2018-08-13 18:32:36 +020067 &asn_SPC_ConnectClientReq_specs_1 /* Additional specs */
68};
69