]> git.stg.codes - stg.git/blob - libs/smux/RRspPDU.c
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / RRspPDU.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "SMUX"
4  *      found in "SMUX.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #include "RRspPDU.h"
9
10 /*
11  * This type is implemented using INTEGER,
12  * so here we adjust the DEF accordingly.
13  */
14 static const ber_tlv_tag_t asn_DEF_RRspPDU_tags_1[] = {
15         (ASN_TAG_CLASS_APPLICATION | (3 << 2)),
16         (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
17 };
18 asn_TYPE_descriptor_t asn_DEF_RRspPDU = {
19         "RRspPDU",
20         "RRspPDU",
21         &asn_OP_INTEGER,
22         asn_DEF_RRspPDU_tags_1,
23         sizeof(asn_DEF_RRspPDU_tags_1)
24                 /sizeof(asn_DEF_RRspPDU_tags_1[0]) - 1, /* 1 */
25         asn_DEF_RRspPDU_tags_1, /* Same as above */
26         sizeof(asn_DEF_RRspPDU_tags_1)
27                 /sizeof(asn_DEF_RRspPDU_tags_1[0]), /* 2 */
28         { 0, 0, INTEGER_constraint },
29         0, 0,   /* Defined elsewhere */
30         0       /* No specifics */
31 };
32