]> git.stg.codes - stg.git/blob - libs/smux/VarBindList.c
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / VarBindList.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "RFC1157-SNMP"
4  *      found in "RFC1157-SNMP.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #include "VarBindList.h"
9
10 asn_TYPE_member_t asn_MBR_VarBindList_1[] = {
11         { ATF_POINTER, 0, 0,
12                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
13                 0,
14                 &asn_DEF_VarBind,
15                 0,
16                 { 0, 0, 0 },
17                 0, 0, /* No default value */
18                 ""
19                 },
20 };
21 static const ber_tlv_tag_t asn_DEF_VarBindList_tags_1[] = {
22         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
23 };
24 asn_SET_OF_specifics_t asn_SPC_VarBindList_specs_1 = {
25         sizeof(struct VarBindList),
26         offsetof(struct VarBindList, _asn_ctx),
27         0,      /* XER encoding is XMLDelimitedItemList */
28 };
29 asn_TYPE_descriptor_t asn_DEF_VarBindList = {
30         "VarBindList",
31         "VarBindList",
32         &asn_OP_SEQUENCE_OF,
33         asn_DEF_VarBindList_tags_1,
34         sizeof(asn_DEF_VarBindList_tags_1)
35                 /sizeof(asn_DEF_VarBindList_tags_1[0]), /* 1 */
36         asn_DEF_VarBindList_tags_1,     /* Same as above */
37         sizeof(asn_DEF_VarBindList_tags_1)
38                 /sizeof(asn_DEF_VarBindList_tags_1[0]), /* 1 */
39         { 0, 0, SEQUENCE_OF_constraint },
40         asn_MBR_VarBindList_1,
41         1,      /* Single element */
42         &asn_SPC_VarBindList_specs_1    /* Additional specs */
43 };
44