mirror of https://github.com/sipwise/libtcap.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
193 lines
5.6 KiB
193 lines
5.6 KiB
/*
|
|
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
|
|
* From ASN.1 module "TCAPMessages"
|
|
* found in "../asn1/tcap.asn"
|
|
*/
|
|
|
|
#include "BackwardServiceInteractionInd.h"
|
|
|
|
static int
|
|
memb_conferenceTreatmentIndicator_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
|
const OCTET_STRING_t *st = (const OCTET_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;
|
|
}
|
|
|
|
size = st->size;
|
|
|
|
if((size == 1)) {
|
|
/* 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_callCompletionTreatmentIndicator_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
|
const OCTET_STRING_t *st = (const OCTET_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;
|
|
}
|
|
|
|
size = st->size;
|
|
|
|
if((size == 1)) {
|
|
/* 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_holdTreatmentIndicator_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
|
const OCTET_STRING_t *st = (const OCTET_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;
|
|
}
|
|
|
|
size = st->size;
|
|
|
|
if((size == 1)) {
|
|
/* 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_ectTreatmentIndicator_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
|
|
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
|
|
const OCTET_STRING_t *st = (const OCTET_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;
|
|
}
|
|
|
|
size = st->size;
|
|
|
|
if((size == 1)) {
|
|
/* 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_TYPE_member_t asn_MBR_BackwardServiceInteractionInd_1[] = {
|
|
{ ATF_POINTER, 4, offsetof(struct BackwardServiceInteractionInd, conferenceTreatmentIndicator),
|
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
|
|
+1, /* EXPLICIT tag at current level */
|
|
&asn_DEF_OCTET_STRING,
|
|
memb_conferenceTreatmentIndicator_constraint_1,
|
|
0, /* PER is not compiled, use -gen-PER */
|
|
0,
|
|
"conferenceTreatmentIndicator"
|
|
},
|
|
{ ATF_POINTER, 3, offsetof(struct BackwardServiceInteractionInd, callCompletionTreatmentIndicator),
|
|
(ASN_TAG_CLASS_CONTEXT | (2 << 2)),
|
|
+1, /* EXPLICIT tag at current level */
|
|
&asn_DEF_OCTET_STRING,
|
|
memb_callCompletionTreatmentIndicator_constraint_1,
|
|
0, /* PER is not compiled, use -gen-PER */
|
|
0,
|
|
"callCompletionTreatmentIndicator"
|
|
},
|
|
{ ATF_POINTER, 2, offsetof(struct BackwardServiceInteractionInd, holdTreatmentIndicator),
|
|
(ASN_TAG_CLASS_CONTEXT | (3 << 2)),
|
|
+1, /* EXPLICIT tag at current level */
|
|
&asn_DEF_OCTET_STRING,
|
|
memb_holdTreatmentIndicator_constraint_1,
|
|
0, /* PER is not compiled, use -gen-PER */
|
|
0,
|
|
"holdTreatmentIndicator"
|
|
},
|
|
{ ATF_POINTER, 1, offsetof(struct BackwardServiceInteractionInd, ectTreatmentIndicator),
|
|
(ASN_TAG_CLASS_CONTEXT | (4 << 2)),
|
|
+1, /* EXPLICIT tag at current level */
|
|
&asn_DEF_OCTET_STRING,
|
|
memb_ectTreatmentIndicator_constraint_1,
|
|
0, /* PER is not compiled, use -gen-PER */
|
|
0,
|
|
"ectTreatmentIndicator"
|
|
},
|
|
};
|
|
static ber_tlv_tag_t asn_DEF_BackwardServiceInteractionInd_tags_1[] = {
|
|
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
|
};
|
|
static asn_TYPE_tag2member_t asn_MAP_BackwardServiceInteractionInd_tag2el_1[] = {
|
|
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 0, 0, 0 }, /* conferenceTreatmentIndicator at 360 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* callCompletionTreatmentIndicator at 364 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 2, 0, 0 }, /* holdTreatmentIndicator at 368 */
|
|
{ (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 3, 0, 0 } /* ectTreatmentIndicator at 372 */
|
|
};
|
|
static asn_SEQUENCE_specifics_t asn_SPC_BackwardServiceInteractionInd_specs_1 = {
|
|
sizeof(struct BackwardServiceInteractionInd),
|
|
offsetof(struct BackwardServiceInteractionInd, _asn_ctx),
|
|
asn_MAP_BackwardServiceInteractionInd_tag2el_1,
|
|
4, /* Count of tags in the map */
|
|
0, 0, 0, /* Optional elements (not needed) */
|
|
3, /* Start extensions */
|
|
5 /* Stop extensions */
|
|
};
|
|
asn_TYPE_descriptor_t asn_DEF_BackwardServiceInteractionInd = {
|
|
"BackwardServiceInteractionInd",
|
|
"BackwardServiceInteractionInd",
|
|
SEQUENCE_free,
|
|
SEQUENCE_print,
|
|
SEQUENCE_constraint,
|
|
SEQUENCE_decode_ber,
|
|
SEQUENCE_encode_der,
|
|
SEQUENCE_decode_xer,
|
|
SEQUENCE_encode_xer,
|
|
0, 0, /* No PER support, use "-gen-PER" to enable */
|
|
0, /* Use generic outmost tag fetcher */
|
|
asn_DEF_BackwardServiceInteractionInd_tags_1,
|
|
sizeof(asn_DEF_BackwardServiceInteractionInd_tags_1)
|
|
/sizeof(asn_DEF_BackwardServiceInteractionInd_tags_1[0]), /* 1 */
|
|
asn_DEF_BackwardServiceInteractionInd_tags_1, /* Same as above */
|
|
sizeof(asn_DEF_BackwardServiceInteractionInd_tags_1)
|
|
/sizeof(asn_DEF_BackwardServiceInteractionInd_tags_1[0]), /* 1 */
|
|
0, /* No PER visible constraints */
|
|
asn_MBR_BackwardServiceInteractionInd_1,
|
|
4, /* Elements count */
|
|
&asn_SPC_BackwardServiceInteractionInd_specs_1 /* Additional specs */
|
|
};
|
|
|