aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ranap/ranap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-05 20:21:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-05 20:21:19 +0000
commitd19c901b52cee39c71dbc0e0cb8653e4dd9dcec4 (patch)
tree07dd211af41429b0210d1674c701db89e3286cd4 /asn1/ranap/ranap.cnf
parent226a976d8843fe7cebfbe6bb52a39709cefc807c (diff)
Make a new PER function dissect_per_enumerated() and use it for the two places in RANAP where
extensions has been made to enumerations. asn2eth should be updated to use it. svn path=/trunk/; revision=17474
Diffstat (limited to 'asn1/ranap/ranap.cnf')
-rw-r--r--asn1/ranap/ranap.cnf11
1 files changed, 11 insertions, 0 deletions
diff --git a/asn1/ranap/ranap.cnf b/asn1/ranap/ranap.cnf
index 86a393b532..bab451ea84 100644
--- a/asn1/ranap/ranap.cnf
+++ b/asn1/ranap/ranap.cnf
@@ -90,6 +90,17 @@ VAL_PTR = &parameter_tvb
return offset;
dissect_e212_mcc_mnc(parameter_tvb, tree, 0);
+#.FN_BODY PagingCause
+# Remove once asn2eth is fixed to handle PER Enummeration extensions
+ offset = dissect_per_enumerated(tvb, offset, pinfo, tree, hf_index,
+ 0, 4, NULL, NULL, TRUE, 0, 0);
+
+#.FN_BODY Event
+# Remove once asn2eth is fixed to handle PER Enummeration extensions
+ offset = dissect_per_enumerated(tvb, offset, pinfo, tree, hf_index,
+ 0, 2, NULL, NULL, TRUE, 0, 0);
+
+
#.END
#.TYPE_ATTR
ProtocolExtensionID TYPE = FT_UINT8 DISPLAY = BASE_DEC STRINGS = VALS(ranap_ProtocolIE_ID_vals) \ No newline at end of file