aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap/gsmmap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-01-24 22:33:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-01-24 22:33:36 +0000
commit579ec23c60275ac5a1f23c652327db9f8a0e8fdf (patch)
treeb9c237fcfbd9abd8a54fa127592883fa8a4330fa /asn1/gsmmap/gsmmap.cnf
parent2fd03d5baf1bcd612f367c307c5c450b747f76d3 (diff)
Add calling of sms dissector and make ssn number selection preferences.
svn path=/trunk/; revision=13171
Diffstat (limited to 'asn1/gsmmap/gsmmap.cnf')
-rw-r--r--asn1/gsmmap/gsmmap.cnf15
1 files changed, 14 insertions, 1 deletions
diff --git a/asn1/gsmmap/gsmmap.cnf b/asn1/gsmmap/gsmmap.cnf
index 482eb27e63..aae5f4c875 100644
--- a/asn1/gsmmap/gsmmap.cnf
+++ b/asn1/gsmmap/gsmmap.cnf
@@ -17,7 +17,20 @@
#.FIELD_RENAME
RequestedInfo/locationInformation locationInformationFlag
RequestedInfo/subscriberState subscriberStateFlag
-
+#----------------------------------------------------------------------------------------
+#.FN_BODY Sm-RP-UI
+
+ tvbuff_t *tpdu_tvb;
+
+ offset = dissect_ber_octet_string(implicit_tag, pinfo, tree, tvb, offset, hf_index,
+ &tpdu_tvb);
+ /*
+ * dissect the embedded TPDU message
+ */
+
+ dissector_try_port(sms_dissector_table, 0, tpdu_tvb, pinfo, top_tree);
+#.END
+#----------------------------------------------------------------------------------------
#.TYPE_ATTR
Ss-Code TYPE = FT_UINT8 DISPLAY = BASE_DEC STRINGS = VALS(ssCode_vals)
Teleservice TYPE = FT_UINT8 DISPLAY = BASE_DEC STRINGS = VALS(Teleservice_vals)