aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap/inap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-12-15 06:31:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-12-15 06:31:18 +0000
commit393a236663c6a9646fe50c4ce6fe4f6a078483c5 (patch)
treef153e481cd1cd08bfd369779fc6c71eb64552021 /asn1/inap/inap.cnf
parent07f9348849048380a33d3f9fac1e735dc119d19b (diff)
From Vasil Velichkov:
Bug 4330 - Add dissection of HighLayerCompatibility parameter in CAMEL/INAP InitialDP operation. svn path=/trunk/; revision=31272
Diffstat (limited to 'asn1/inap/inap.cnf')
-rw-r--r--asn1/inap/inap.cnf13
1 files changed, 13 insertions, 0 deletions
diff --git a/asn1/inap/inap.cnf b/asn1/inap/inap.cnf
index 6bffe6af71..1d84b6eaba 100644
--- a/asn1/inap/inap.cnf
+++ b/asn1/inap/inap.cnf
@@ -288,6 +288,19 @@ dissect_isup_called_party_number_parameter(parameter_tvb, tree, NULL);
return offset;
dissect_isup_redirecting_number_parameter(parameter_tvb, tree, NULL);
+#.FN_BODY HighLayerCompatibility VAL_PTR = &parameter_tvb
+/*
+ * -- Indicates the teleservice. For encoding, DSS1 (Q.931) is used.
+ */
+ tvbuff_t *parameter_tvb;
+ proto_tree *subtree;
+%(DEFAULT_BODY)s
+
+ if (!parameter_tvb)
+ return offset;
+
+ subtree = proto_item_add_subtree(actx->created_item, ett_inap_HighLayerCompatibility);
+ dissect_q931_high_layer_compat_ie(parameter_tvb, 0, tvb_length_remaining(parameter_tvb,0), subtree);
#.TYPE_ATTR
CallingPartysCategory TYPE = FT_UINT16 DISPLAY = BASE_DEC STRINGS = VALS(isup_calling_partys_category_value)