~ubuntu-branches/debian/sid/osmo-iuh/sid

« back to all changes in this revision

Viewing changes to src/ranap/RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates.c

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz
  • Date: 2018-04-19 19:28:07 UTC
  • Revision ID: package-import@ubuntu.com-20180419192807-cz27uqogyw9ddq8a
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
 
3
 * From ASN.1 module "RANAP-IEs"
 
4
 *      found in "../../asn1/ranap/RANAP-IEs.asn"
 
5
 */
 
6
 
 
7
#include <osmocom/ranap/RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates.h>
 
8
 
 
9
static asn_per_constraints_t asn_PER_type_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_constr_1 GCC_NOTUSED = {
 
10
        { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
 
11
        { APC_CONSTRAINED,       4,  4,  1l,  16l }     /* (SIZE(1..16)) */,
 
12
        0, 0    /* No PER value map */
 
13
};
 
14
static asn_TYPE_member_t asn_MBR_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_1[] = {
 
15
        { ATF_POINTER, 0, 0,
 
16
                -1 /* Ambiguous tag (CHOICE?) */,
 
17
                0,
 
18
                &asn_DEF_RANAP_SupportedRAB_ParameterBitrateList,
 
19
                0,      /* Defer constraints checking to the member type */
 
20
                0,      /* No PER visible constraints */
 
21
                0,
 
22
                ""
 
23
                },
 
24
};
 
25
static const ber_tlv_tag_t asn_DEF_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_tags_1[] = {
 
26
        (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
 
27
};
 
28
static asn_SET_OF_specifics_t asn_SPC_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_specs_1 = {
 
29
        sizeof(struct RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates),
 
30
        offsetof(struct RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates, _asn_ctx),
 
31
        0,      /* XER encoding is XMLDelimitedItemList */
 
32
};
 
33
asn_TYPE_descriptor_t asn_DEF_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates = {
 
34
        "RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates",
 
35
        "RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates",
 
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_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_tags_1,
 
49
        sizeof(asn_DEF_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_tags_1)
 
50
                /sizeof(asn_DEF_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_tags_1[0]), /* 1 */
 
51
        asn_DEF_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_tags_1,     /* Same as above */
 
52
        sizeof(asn_DEF_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_tags_1)
 
53
                /sizeof(asn_DEF_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_tags_1[0]), /* 1 */
 
54
        &asn_PER_type_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_constr_1,
 
55
        asn_MBR_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_1,
 
56
        1,      /* Single element */
 
57
        &asn_SPC_RANAP_Alt_RAB_Parameter_SupportedGuaranteedBitrates_specs_1    /* Additional specs */
 
58
};
 
59