blob: 1b2bc164aa0a58c3e471cc1cd1c3ed739f56b608 [file] [log] [blame]
Harald Weltee844bf72019-05-06 15:25:10 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "SABP-IEs"
4 * found in "../../asn1/sabp/SABP-IEs.asn"
5 */
6
7#include <osmocom/sabp/SABP_Failure-List.h>
8
9static asn_per_constraints_t asn_PER_type_SABP_Failure_List_constr_1 GCC_NOTUSED = {
10 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
11 { APC_CONSTRAINED, 16, 16, 1l, 65535l } /* (SIZE(1..65535)) */,
12 0, 0 /* No PER value map */
13};
14static asn_TYPE_member_t asn_MBR_SABP_Failure_List_1[] = {
15 { ATF_POINTER, 0, 0,
16 -1 /* Ambiguous tag (CHOICE?) */,
17 0,
18 &asn_DEF_SABP_Failure_List_Item,
19 0, /* Defer constraints checking to the member type */
20 0, /* No PER visible constraints */
21 0,
22 ""
23 },
24};
25static const ber_tlv_tag_t asn_DEF_SABP_Failure_List_tags_1[] = {
26 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
27};
28static asn_SET_OF_specifics_t asn_SPC_SABP_Failure_List_specs_1 = {
29 sizeof(struct SABP_Failure_List),
30 offsetof(struct SABP_Failure_List, _asn_ctx),
31 0, /* XER encoding is XMLDelimitedItemList */
32};
33asn_TYPE_descriptor_t asn_DEF_SABP_Failure_List = {
34 "SABP_Failure-List",
35 "SABP_Failure-List",
36 SEQUENCE_OF_free,
37 SEQUENCE_OF_print,
38 SEQUENCE_OF_constraint,
39 SEQUENCE_OF_decode_ber,
40 SEQUENCE_OF_encode_der,
41 SEQUENCE_OF_decode_xer,
42 SEQUENCE_OF_encode_xer,
43 SEQUENCE_OF_decode_uper,
44 SEQUENCE_OF_encode_uper,
45 SEQUENCE_OF_decode_aper,
46 SEQUENCE_OF_encode_aper,
47 0, /* Use generic outmost tag fetcher */
48 asn_DEF_SABP_Failure_List_tags_1,
49 sizeof(asn_DEF_SABP_Failure_List_tags_1)
50 /sizeof(asn_DEF_SABP_Failure_List_tags_1[0]), /* 1 */
51 asn_DEF_SABP_Failure_List_tags_1, /* Same as above */
52 sizeof(asn_DEF_SABP_Failure_List_tags_1)
53 /sizeof(asn_DEF_SABP_Failure_List_tags_1[0]), /* 1 */
54 &asn_PER_type_SABP_Failure_List_constr_1,
55 asn_MBR_SABP_Failure_List_1,
56 1, /* Single element */
57 &asn_SPC_SABP_Failure_List_specs_1 /* Additional specs */
58};
59