2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-KPM-IEs"
4 * found in "/home/rshacham/e2sm-kpm-v01.02.asn"
5 * `asn1c -fcompound-names`
11 memb_gNB_ID_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13 const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
17 ASN__CTFAIL(app_key, td, sptr,
18 "%s: value not given (%s:%d)",
19 td->name, __FILE__, __LINE__);
25 size = 8 * st->size - (st->bits_unused & 0x07);
30 if((size >= 22 && size <= 32)) {
31 /* Constraint check succeeded */
34 ASN__CTFAIL(app_key, td, sptr,
35 "%s: constraint failed (%s:%d)",
36 td->name, __FILE__, __LINE__);
41 static asn_oer_constraints_t asn_OER_memb_gNB_ID_constr_2 CC_NOTUSED = {
43 -1 /* (SIZE(22..32)) */};
44 static asn_per_constraints_t asn_PER_memb_gNB_ID_constr_2 CC_NOTUSED = {
45 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
46 { APC_CONSTRAINED, 4, 4, 22, 32 } /* (SIZE(22..32)) */,
47 0, 0 /* No PER value map */
49 static asn_oer_constraints_t asn_OER_type_ENGNB_ID_constr_1 CC_NOTUSED = {
52 asn_per_constraints_t asn_PER_type_ENGNB_ID_constr_1 CC_NOTUSED = {
53 { APC_CONSTRAINED | APC_EXTENSIBLE, 0, 0, 0, 0 } /* (0..0,...) */,
54 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
55 0, 0 /* No PER value map */
57 asn_TYPE_member_t asn_MBR_ENGNB_ID_1[] = {
58 { ATF_NOFLAGS, 0, offsetof(struct ENGNB_ID, choice.gNB_ID),
59 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
60 -1, /* IMPLICIT tag at current level */
63 { &asn_OER_memb_gNB_ID_constr_2, &asn_PER_memb_gNB_ID_constr_2, memb_gNB_ID_constraint_1 },
64 0, 0, /* No default value */
68 static const asn_TYPE_tag2member_t asn_MAP_ENGNB_ID_tag2el_1[] = {
69 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* gNB-ID */
71 asn_CHOICE_specifics_t asn_SPC_ENGNB_ID_specs_1 = {
72 sizeof(struct ENGNB_ID),
73 offsetof(struct ENGNB_ID, _asn_ctx),
74 offsetof(struct ENGNB_ID, present),
75 sizeof(((struct ENGNB_ID *)0)->present),
76 asn_MAP_ENGNB_ID_tag2el_1,
77 1, /* Count of tags in the map */
79 1 /* Extensions start */
81 asn_TYPE_descriptor_t asn_DEF_ENGNB_ID = {
85 0, /* No effective tags (pointer) */
86 0, /* No effective tags (count) */
87 0, /* No tags (pointer) */
88 0, /* No tags (count) */
89 { &asn_OER_type_ENGNB_ID_constr_1, &asn_PER_type_ENGNB_ID_constr_1, CHOICE_constraint },
91 1, /* Elements count */
92 &asn_SPC_ENGNB_ID_specs_1 /* Additional specs */