mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
391 lines
14 KiB
C
391 lines
14 KiB
C
/*
|
|
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
|
|
* From ASN.1 module "EUTRA-RRC-Definitions"
|
|
* found in "./asn1c/ASN1_files/EUTRA-RRC-Definitions.asn"
|
|
* `asn1c -gen-PER -fcompound-names -fnative-types`
|
|
*/
|
|
|
|
#include "PDCP-Parameters.h"
|
|
|
|
static int
|
|
maxNumberROHC_ContextSessions_12_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
|
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
|
/* Replace with underlying type checker */
|
|
td->check_constraints = asn_DEF_NativeEnumerated.check_constraints;
|
|
return td->check_constraints(td, sptr, ctfailcb, app_key);
|
|
}
|
|
|
|
/*
|
|
* This type is implemented using NativeEnumerated,
|
|
* so here we adjust the DEF accordingly.
|
|
*/
|
|
static void
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
|
|
td->free_struct = asn_DEF_NativeEnumerated.free_struct;
|
|
td->print_struct = asn_DEF_NativeEnumerated.print_struct;
|
|
td->ber_decoder = asn_DEF_NativeEnumerated.ber_decoder;
|
|
td->der_encoder = asn_DEF_NativeEnumerated.der_encoder;
|
|
td->xer_decoder = asn_DEF_NativeEnumerated.xer_decoder;
|
|
td->xer_encoder = asn_DEF_NativeEnumerated.xer_encoder;
|
|
td->uper_decoder = asn_DEF_NativeEnumerated.uper_decoder;
|
|
td->uper_encoder = asn_DEF_NativeEnumerated.uper_encoder;
|
|
if(!td->per_constraints)
|
|
td->per_constraints = asn_DEF_NativeEnumerated.per_constraints;
|
|
td->elements = asn_DEF_NativeEnumerated.elements;
|
|
td->elements_count = asn_DEF_NativeEnumerated.elements_count;
|
|
/* td->specifics = asn_DEF_NativeEnumerated.specifics; // Defined explicitly */
|
|
}
|
|
|
|
static void
|
|
maxNumberROHC_ContextSessions_12_free(asn_TYPE_descriptor_t *td,
|
|
void *struct_ptr, int contents_only) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
td->free_struct(td, struct_ptr, contents_only);
|
|
}
|
|
|
|
static int
|
|
maxNumberROHC_ContextSessions_12_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
|
|
int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
|
|
}
|
|
|
|
static asn_dec_rval_t
|
|
maxNumberROHC_ContextSessions_12_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
|
|
void **structure, const void *bufptr, size_t size, int tag_mode) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
|
|
}
|
|
|
|
static asn_enc_rval_t
|
|
maxNumberROHC_ContextSessions_12_encode_der(asn_TYPE_descriptor_t *td,
|
|
void *structure, int tag_mode, ber_tlv_tag_t tag,
|
|
asn_app_consume_bytes_f *cb, void *app_key) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
|
|
}
|
|
|
|
static asn_dec_rval_t
|
|
maxNumberROHC_ContextSessions_12_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
|
|
void **structure, const char *opt_mname, const void *bufptr, size_t size) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
|
|
}
|
|
|
|
static asn_enc_rval_t
|
|
maxNumberROHC_ContextSessions_12_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
|
|
int ilevel, enum xer_encoder_flags_e flags,
|
|
asn_app_consume_bytes_f *cb, void *app_key) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
|
|
}
|
|
|
|
static asn_dec_rval_t
|
|
maxNumberROHC_ContextSessions_12_decode_uper(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
|
|
asn_per_constraints_t *constraints, void **structure, asn_per_data_t *per_data) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
return td->uper_decoder(opt_codec_ctx, td, constraints, structure, per_data);
|
|
}
|
|
|
|
static asn_enc_rval_t
|
|
maxNumberROHC_ContextSessions_12_encode_uper(asn_TYPE_descriptor_t *td,
|
|
asn_per_constraints_t *constraints,
|
|
void *structure, asn_per_outp_t *per_out) {
|
|
maxNumberROHC_ContextSessions_12_inherit_TYPE_descriptor(td);
|
|
return td->uper_encoder(td, constraints, structure, per_out);
|
|
}
|
|
|
|
static asn_per_constraints_t asn_PER_type_maxNumberROHC_ContextSessions_constr_12 = {
|
|
{ APC_CONSTRAINED, 4, 4, 0, 15 } /* (0..15) */,
|
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
|
0, 0 /* No PER value map */
|
|
};
|
|
static asn_TYPE_member_t asn_MBR_supportedROHC_Profiles_2[] = {
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0001),
|
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0001"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0002),
|
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0002"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0003),
|
|
(ASN_TAG_CLASS_CONTEXT | (2 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0003"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0004),
|
|
(ASN_TAG_CLASS_CONTEXT | (3 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0004"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0006),
|
|
(ASN_TAG_CLASS_CONTEXT | (4 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0006"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0101),
|
|
(ASN_TAG_CLASS_CONTEXT | (5 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0101"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0102),
|
|
(ASN_TAG_CLASS_CONTEXT | (6 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0102"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0103),
|
|
(ASN_TAG_CLASS_CONTEXT | (7 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0103"
|
|
},
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters__supportedROHC_Profiles, profile0x0104),
|
|
(ASN_TAG_CLASS_CONTEXT | (8 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_BOOLEAN,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"profile0x0104"
|
|
},
|
|
};
|
|
static ber_tlv_tag_t asn_DEF_supportedROHC_Profiles_tags_2[] = {
|
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
|
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
|
};
|
|
static asn_TYPE_tag2member_t asn_MAP_supportedROHC_Profiles_tag2el_2[] = {
|
|
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* profile0x0001 at 3780 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* profile0x0002 at 3781 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* profile0x0003 at 3782 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* profile0x0004 at 3783 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* profile0x0006 at 3784 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* profile0x0101 at 3785 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 }, /* profile0x0102 at 3786 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (7 << 2)), 7, 0, 0 }, /* profile0x0103 at 3787 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 8, 0, 0 } /* profile0x0104 at 3788 */
|
|
};
|
|
static asn_SEQUENCE_specifics_t asn_SPC_supportedROHC_Profiles_specs_2 = {
|
|
sizeof(struct PDCP_Parameters__supportedROHC_Profiles),
|
|
offsetof(struct PDCP_Parameters__supportedROHC_Profiles, _asn_ctx),
|
|
asn_MAP_supportedROHC_Profiles_tag2el_2,
|
|
9, /* Count of tags in the map */
|
|
0, 0, 0, /* Optional elements (not needed) */
|
|
-1, /* Start extensions */
|
|
-1 /* Stop extensions */
|
|
};
|
|
static /* Use -fall-defs-global to expose */
|
|
asn_TYPE_descriptor_t asn_DEF_supportedROHC_Profiles_2 = {
|
|
"supportedROHC-Profiles",
|
|
"supportedROHC-Profiles",
|
|
SEQUENCE_free,
|
|
SEQUENCE_print,
|
|
SEQUENCE_constraint,
|
|
SEQUENCE_decode_ber,
|
|
SEQUENCE_encode_der,
|
|
SEQUENCE_decode_xer,
|
|
SEQUENCE_encode_xer,
|
|
SEQUENCE_decode_uper,
|
|
SEQUENCE_encode_uper,
|
|
0, /* Use generic outmost tag fetcher */
|
|
asn_DEF_supportedROHC_Profiles_tags_2,
|
|
sizeof(asn_DEF_supportedROHC_Profiles_tags_2)
|
|
/sizeof(asn_DEF_supportedROHC_Profiles_tags_2[0]) - 1, /* 1 */
|
|
asn_DEF_supportedROHC_Profiles_tags_2, /* Same as above */
|
|
sizeof(asn_DEF_supportedROHC_Profiles_tags_2)
|
|
/sizeof(asn_DEF_supportedROHC_Profiles_tags_2[0]), /* 2 */
|
|
0, /* No PER visible constraints */
|
|
asn_MBR_supportedROHC_Profiles_2,
|
|
9, /* Elements count */
|
|
&asn_SPC_supportedROHC_Profiles_specs_2 /* Additional specs */
|
|
};
|
|
|
|
static int asn_DFL_12_set_4(int set_value, void **sptr) {
|
|
long *st = *sptr;
|
|
|
|
if(!st) {
|
|
if(!set_value) return -1; /* Not a default value */
|
|
st = (*sptr = CALLOC(1, sizeof(*st)));
|
|
if(!st) return -1;
|
|
}
|
|
|
|
if(set_value) {
|
|
/* Install default value 4 */
|
|
*st = 4;
|
|
return 0;
|
|
} else {
|
|
/* Test default value 4 */
|
|
return (*st == 4);
|
|
}
|
|
}
|
|
static asn_INTEGER_enum_map_t asn_MAP_maxNumberROHC_ContextSessions_value2enum_12[] = {
|
|
{ 0, 3, "cs2" },
|
|
{ 1, 3, "cs4" },
|
|
{ 2, 3, "cs8" },
|
|
{ 3, 4, "cs12" },
|
|
{ 4, 4, "cs16" },
|
|
{ 5, 4, "cs24" },
|
|
{ 6, 4, "cs32" },
|
|
{ 7, 4, "cs48" },
|
|
{ 8, 4, "cs64" },
|
|
{ 9, 5, "cs128" },
|
|
{ 10, 5, "cs256" },
|
|
{ 11, 5, "cs512" },
|
|
{ 12, 6, "cs1024" },
|
|
{ 13, 7, "cs16384" },
|
|
{ 14, 6, "spare2" },
|
|
{ 15, 6, "spare1" }
|
|
};
|
|
static unsigned int asn_MAP_maxNumberROHC_ContextSessions_enum2value_12[] = {
|
|
12, /* cs1024(12) */
|
|
3, /* cs12(3) */
|
|
9, /* cs128(9) */
|
|
4, /* cs16(4) */
|
|
13, /* cs16384(13) */
|
|
0, /* cs2(0) */
|
|
5, /* cs24(5) */
|
|
10, /* cs256(10) */
|
|
6, /* cs32(6) */
|
|
1, /* cs4(1) */
|
|
7, /* cs48(7) */
|
|
11, /* cs512(11) */
|
|
8, /* cs64(8) */
|
|
2, /* cs8(2) */
|
|
15, /* spare1(15) */
|
|
14 /* spare2(14) */
|
|
};
|
|
static asn_INTEGER_specifics_t asn_SPC_maxNumberROHC_ContextSessions_specs_12 = {
|
|
asn_MAP_maxNumberROHC_ContextSessions_value2enum_12, /* "tag" => N; sorted by tag */
|
|
asn_MAP_maxNumberROHC_ContextSessions_enum2value_12, /* N => "tag"; sorted by N */
|
|
16, /* Number of elements in the maps */
|
|
0, /* Enumeration is not extensible */
|
|
1, /* Strict enumeration */
|
|
0, /* Native long size */
|
|
0
|
|
};
|
|
static ber_tlv_tag_t asn_DEF_maxNumberROHC_ContextSessions_tags_12[] = {
|
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
|
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
|
|
};
|
|
static /* Use -fall-defs-global to expose */
|
|
asn_TYPE_descriptor_t asn_DEF_maxNumberROHC_ContextSessions_12 = {
|
|
"maxNumberROHC-ContextSessions",
|
|
"maxNumberROHC-ContextSessions",
|
|
maxNumberROHC_ContextSessions_12_free,
|
|
maxNumberROHC_ContextSessions_12_print,
|
|
maxNumberROHC_ContextSessions_12_constraint,
|
|
maxNumberROHC_ContextSessions_12_decode_ber,
|
|
maxNumberROHC_ContextSessions_12_encode_der,
|
|
maxNumberROHC_ContextSessions_12_decode_xer,
|
|
maxNumberROHC_ContextSessions_12_encode_xer,
|
|
maxNumberROHC_ContextSessions_12_decode_uper,
|
|
maxNumberROHC_ContextSessions_12_encode_uper,
|
|
0, /* Use generic outmost tag fetcher */
|
|
asn_DEF_maxNumberROHC_ContextSessions_tags_12,
|
|
sizeof(asn_DEF_maxNumberROHC_ContextSessions_tags_12)
|
|
/sizeof(asn_DEF_maxNumberROHC_ContextSessions_tags_12[0]) - 1, /* 1 */
|
|
asn_DEF_maxNumberROHC_ContextSessions_tags_12, /* Same as above */
|
|
sizeof(asn_DEF_maxNumberROHC_ContextSessions_tags_12)
|
|
/sizeof(asn_DEF_maxNumberROHC_ContextSessions_tags_12[0]), /* 2 */
|
|
&asn_PER_type_maxNumberROHC_ContextSessions_constr_12,
|
|
0, 0, /* Defined elsewhere */
|
|
&asn_SPC_maxNumberROHC_ContextSessions_specs_12 /* Additional specs */
|
|
};
|
|
|
|
static asn_TYPE_member_t asn_MBR_PDCP_Parameters_1[] = {
|
|
{ ATF_NOFLAGS, 0, offsetof(struct PDCP_Parameters, supportedROHC_Profiles),
|
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
|
0,
|
|
&asn_DEF_supportedROHC_Profiles_2,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
0,
|
|
"supportedROHC-Profiles"
|
|
},
|
|
{ ATF_POINTER, 1, offsetof(struct PDCP_Parameters, maxNumberROHC_ContextSessions),
|
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
|
-1, /* IMPLICIT tag at current level */
|
|
&asn_DEF_maxNumberROHC_ContextSessions_12,
|
|
0, /* Defer constraints checking to the member type */
|
|
0, /* No PER visible constraints */
|
|
asn_DFL_12_set_4, /* DEFAULT 4 */
|
|
"maxNumberROHC-ContextSessions"
|
|
},
|
|
};
|
|
static int asn_MAP_PDCP_Parameters_oms_1[] = { 1 };
|
|
static ber_tlv_tag_t asn_DEF_PDCP_Parameters_tags_1[] = {
|
|
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
|
};
|
|
static asn_TYPE_tag2member_t asn_MAP_PDCP_Parameters_tag2el_1[] = {
|
|
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* supportedROHC-Profiles at 3780 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* maxNumberROHC-ContextSessions at 3791 */
|
|
};
|
|
static asn_SEQUENCE_specifics_t asn_SPC_PDCP_Parameters_specs_1 = {
|
|
sizeof(struct PDCP_Parameters),
|
|
offsetof(struct PDCP_Parameters, _asn_ctx),
|
|
asn_MAP_PDCP_Parameters_tag2el_1,
|
|
2, /* Count of tags in the map */
|
|
asn_MAP_PDCP_Parameters_oms_1, /* Optional members */
|
|
1, 0, /* Root/Additions */
|
|
1, /* Start extensions */
|
|
3 /* Stop extensions */
|
|
};
|
|
asn_TYPE_descriptor_t asn_DEF_PDCP_Parameters = {
|
|
"PDCP-Parameters",
|
|
"PDCP-Parameters",
|
|
SEQUENCE_free,
|
|
SEQUENCE_print,
|
|
SEQUENCE_constraint,
|
|
SEQUENCE_decode_ber,
|
|
SEQUENCE_encode_der,
|
|
SEQUENCE_decode_xer,
|
|
SEQUENCE_encode_xer,
|
|
SEQUENCE_decode_uper,
|
|
SEQUENCE_encode_uper,
|
|
0, /* Use generic outmost tag fetcher */
|
|
asn_DEF_PDCP_Parameters_tags_1,
|
|
sizeof(asn_DEF_PDCP_Parameters_tags_1)
|
|
/sizeof(asn_DEF_PDCP_Parameters_tags_1[0]), /* 1 */
|
|
asn_DEF_PDCP_Parameters_tags_1, /* Same as above */
|
|
sizeof(asn_DEF_PDCP_Parameters_tags_1)
|
|
/sizeof(asn_DEF_PDCP_Parameters_tags_1[0]), /* 1 */
|
|
0, /* No PER visible constraints */
|
|
asn_MBR_PDCP_Parameters_1,
|
|
2, /* Elements count */
|
|
&asn_SPC_PDCP_Parameters_specs_1 /* Additional specs */
|
|
};
|
|
|