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.
397 lines
11 KiB
C
397 lines
11 KiB
C
10 years ago
|
/*
|
||
|
* 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 "CSFB-RegistrationParam1XRTT.h"
|
||
|
|
||
|
static int
|
||
|
memb_sid_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
||
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
||
|
const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
|
||
|
size_t size;
|
||
|
|
||
|
if(!sptr) {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: value not given (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
|
||
|
if(st->size > 0) {
|
||
|
/* Size in bits */
|
||
|
size = 8 * st->size - (st->bits_unused & 0x07);
|
||
|
} else {
|
||
|
size = 0;
|
||
|
}
|
||
|
|
||
|
if((size == 15)) {
|
||
|
/* Constraint check succeeded */
|
||
|
return 0;
|
||
|
} else {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: constraint failed (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static int
|
||
|
memb_nid_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
||
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
||
|
const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
|
||
|
size_t size;
|
||
|
|
||
|
if(!sptr) {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: value not given (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
|
||
|
if(st->size > 0) {
|
||
|
/* Size in bits */
|
||
|
size = 8 * st->size - (st->bits_unused & 0x07);
|
||
|
} else {
|
||
|
size = 0;
|
||
|
}
|
||
|
|
||
|
if((size == 16)) {
|
||
|
/* Constraint check succeeded */
|
||
|
return 0;
|
||
|
} else {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: constraint failed (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static int
|
||
|
memb_registrationPeriod_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
||
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
||
|
const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
|
||
|
size_t size;
|
||
|
|
||
|
if(!sptr) {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: value not given (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
|
||
|
if(st->size > 0) {
|
||
|
/* Size in bits */
|
||
|
size = 8 * st->size - (st->bits_unused & 0x07);
|
||
|
} else {
|
||
|
size = 0;
|
||
|
}
|
||
|
|
||
|
if((size == 7)) {
|
||
|
/* Constraint check succeeded */
|
||
|
return 0;
|
||
|
} else {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: constraint failed (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static int
|
||
|
memb_registrationZone_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
||
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
||
|
const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
|
||
|
size_t size;
|
||
|
|
||
|
if(!sptr) {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: value not given (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
|
||
|
if(st->size > 0) {
|
||
|
/* Size in bits */
|
||
|
size = 8 * st->size - (st->bits_unused & 0x07);
|
||
|
} else {
|
||
|
size = 0;
|
||
|
}
|
||
|
|
||
|
if((size == 12)) {
|
||
|
/* Constraint check succeeded */
|
||
|
return 0;
|
||
|
} else {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: constraint failed (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static int
|
||
|
memb_totalZone_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
||
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
||
|
const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
|
||
|
size_t size;
|
||
|
|
||
|
if(!sptr) {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: value not given (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
|
||
|
if(st->size > 0) {
|
||
|
/* Size in bits */
|
||
|
size = 8 * st->size - (st->bits_unused & 0x07);
|
||
|
} else {
|
||
|
size = 0;
|
||
|
}
|
||
|
|
||
|
if((size == 3)) {
|
||
|
/* Constraint check succeeded */
|
||
|
return 0;
|
||
|
} else {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: constraint failed (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static int
|
||
|
memb_zoneTimer_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
||
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
||
|
const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
|
||
|
size_t size;
|
||
|
|
||
|
if(!sptr) {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: value not given (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
|
||
|
if(st->size > 0) {
|
||
|
/* Size in bits */
|
||
|
size = 8 * st->size - (st->bits_unused & 0x07);
|
||
|
} else {
|
||
|
size = 0;
|
||
|
}
|
||
|
|
||
|
if((size == 3)) {
|
||
|
/* Constraint check succeeded */
|
||
|
return 0;
|
||
|
} else {
|
||
|
_ASN_CTFAIL(app_key, td, sptr,
|
||
|
"%s: constraint failed (%s:%d)",
|
||
|
td->name, __FILE__, __LINE__);
|
||
|
return -1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static asn_per_constraints_t asn_PER_memb_sid_constr_2 = {
|
||
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
||
|
{ APC_CONSTRAINED, 0, 0, 15, 15 } /* (SIZE(15..15)) */,
|
||
|
0, 0 /* No PER value map */
|
||
|
};
|
||
|
static asn_per_constraints_t asn_PER_memb_nid_constr_3 = {
|
||
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
||
|
{ APC_CONSTRAINED, 0, 0, 16, 16 } /* (SIZE(16..16)) */,
|
||
|
0, 0 /* No PER value map */
|
||
|
};
|
||
|
static asn_per_constraints_t asn_PER_memb_registrationPeriod_constr_11 = {
|
||
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
||
|
{ APC_CONSTRAINED, 0, 0, 7, 7 } /* (SIZE(7..7)) */,
|
||
|
0, 0 /* No PER value map */
|
||
|
};
|
||
|
static asn_per_constraints_t asn_PER_memb_registrationZone_constr_12 = {
|
||
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
||
|
{ APC_CONSTRAINED, 0, 0, 12, 12 } /* (SIZE(12..12)) */,
|
||
|
0, 0 /* No PER value map */
|
||
|
};
|
||
|
static asn_per_constraints_t asn_PER_memb_totalZone_constr_13 = {
|
||
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
||
|
{ APC_CONSTRAINED, 0, 0, 3, 3 } /* (SIZE(3..3)) */,
|
||
|
0, 0 /* No PER value map */
|
||
|
};
|
||
|
static asn_per_constraints_t asn_PER_memb_zoneTimer_constr_14 = {
|
||
|
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
|
||
|
{ APC_CONSTRAINED, 0, 0, 3, 3 } /* (SIZE(3..3)) */,
|
||
|
0, 0 /* No PER value map */
|
||
|
};
|
||
|
static asn_TYPE_member_t asn_MBR_CSFB_RegistrationParam1XRTT_1[] = {
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, sid),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_BIT_STRING,
|
||
|
memb_sid_constraint_1,
|
||
|
&asn_PER_memb_sid_constr_2,
|
||
|
0,
|
||
|
"sid"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, nid),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_BIT_STRING,
|
||
|
memb_nid_constraint_1,
|
||
|
&asn_PER_memb_nid_constr_3,
|
||
|
0,
|
||
|
"nid"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, multipleSID),
|
||
|
(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,
|
||
|
"multipleSID"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, multipleNID),
|
||
|
(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,
|
||
|
"multipleNID"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, homeReg),
|
||
|
(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,
|
||
|
"homeReg"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, foreignSIDReg),
|
||
|
(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,
|
||
|
"foreignSIDReg"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, foreignNIDReg),
|
||
|
(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,
|
||
|
"foreignNIDReg"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, parameterReg),
|
||
|
(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,
|
||
|
"parameterReg"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, powerUpReg),
|
||
|
(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,
|
||
|
"powerUpReg"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, registrationPeriod),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (9 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_BIT_STRING,
|
||
|
memb_registrationPeriod_constraint_1,
|
||
|
&asn_PER_memb_registrationPeriod_constr_11,
|
||
|
0,
|
||
|
"registrationPeriod"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, registrationZone),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (10 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_BIT_STRING,
|
||
|
memb_registrationZone_constraint_1,
|
||
|
&asn_PER_memb_registrationZone_constr_12,
|
||
|
0,
|
||
|
"registrationZone"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, totalZone),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (11 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_BIT_STRING,
|
||
|
memb_totalZone_constraint_1,
|
||
|
&asn_PER_memb_totalZone_constr_13,
|
||
|
0,
|
||
|
"totalZone"
|
||
|
},
|
||
|
{ ATF_NOFLAGS, 0, offsetof(struct CSFB_RegistrationParam1XRTT, zoneTimer),
|
||
|
(ASN_TAG_CLASS_CONTEXT | (12 << 2)),
|
||
|
-1, /* IMPLICIT tag at current level */
|
||
|
&asn_DEF_BIT_STRING,
|
||
|
memb_zoneTimer_constraint_1,
|
||
|
&asn_PER_memb_zoneTimer_constr_14,
|
||
|
0,
|
||
|
"zoneTimer"
|
||
|
},
|
||
|
};
|
||
|
static ber_tlv_tag_t asn_DEF_CSFB_RegistrationParam1XRTT_tags_1[] = {
|
||
|
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
||
|
};
|
||
|
static asn_TYPE_tag2member_t asn_MAP_CSFB_RegistrationParam1XRTT_tag2el_1[] = {
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* sid at 2944 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* nid at 2945 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* multipleSID at 2946 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* multipleNID at 2947 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* homeReg at 2948 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* foreignSIDReg at 2949 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 }, /* foreignNIDReg at 2950 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (7 << 2)), 7, 0, 0 }, /* parameterReg at 2951 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 8, 0, 0 }, /* powerUpReg at 2952 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (9 << 2)), 9, 0, 0 }, /* registrationPeriod at 2953 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (10 << 2)), 10, 0, 0 }, /* registrationZone at 2954 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (11 << 2)), 11, 0, 0 }, /* totalZone at 2955 */
|
||
|
{ (ASN_TAG_CLASS_CONTEXT | (12 << 2)), 12, 0, 0 } /* zoneTimer at 2956 */
|
||
|
};
|
||
|
static asn_SEQUENCE_specifics_t asn_SPC_CSFB_RegistrationParam1XRTT_specs_1 = {
|
||
|
sizeof(struct CSFB_RegistrationParam1XRTT),
|
||
|
offsetof(struct CSFB_RegistrationParam1XRTT, _asn_ctx),
|
||
|
asn_MAP_CSFB_RegistrationParam1XRTT_tag2el_1,
|
||
|
13, /* Count of tags in the map */
|
||
|
0, 0, 0, /* Optional elements (not needed) */
|
||
|
-1, /* Start extensions */
|
||
|
-1 /* Stop extensions */
|
||
|
};
|
||
|
asn_TYPE_descriptor_t asn_DEF_CSFB_RegistrationParam1XRTT = {
|
||
|
"CSFB-RegistrationParam1XRTT",
|
||
|
"CSFB-RegistrationParam1XRTT",
|
||
|
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_CSFB_RegistrationParam1XRTT_tags_1,
|
||
|
sizeof(asn_DEF_CSFB_RegistrationParam1XRTT_tags_1)
|
||
|
/sizeof(asn_DEF_CSFB_RegistrationParam1XRTT_tags_1[0]), /* 1 */
|
||
|
asn_DEF_CSFB_RegistrationParam1XRTT_tags_1, /* Same as above */
|
||
|
sizeof(asn_DEF_CSFB_RegistrationParam1XRTT_tags_1)
|
||
|
/sizeof(asn_DEF_CSFB_RegistrationParam1XRTT_tags_1[0]), /* 1 */
|
||
|
0, /* No PER visible constraints */
|
||
|
asn_MBR_CSFB_RegistrationParam1XRTT_1,
|
||
|
13, /* Elements count */
|
||
|
&asn_SPC_CSFB_RegistrationParam1XRTT_specs_1 /* Additional specs */
|
||
|
};
|
||
|
|