aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/rrc.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-01-15 06:54:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-01-15 06:54:30 +0000
commit0c454791f5d5ced35c487943c2bde8f3ce734f66 (patch)
tree412ad8e0a84bc1271837e2ce1dda5fa137222c7c /asn1/rrc/rrc.cnf
parentac7dfec61d44ea07ac941df813895151ab1e8f5a (diff)
From Neil Piercy:
Dissect RRC NAS Message PDUs. svn path=/trunk/; revision=24095
Diffstat (limited to 'asn1/rrc/rrc.cnf')
-rw-r--r--asn1/rrc/rrc.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index ec64563a82..1b771e2411 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -24,3 +24,13 @@ MSCH-Message @msch
#.END
+#.FN_BODY NAS-Message VAL_PTR = &nas_message_tvb
+ tvbuff_t *nas_message_tvb=NULL;
+
+%(DEFAULT_BODY)s
+
+ if (nas_message_tvb)
+ call_dissector(gsm_a_dtap_handle,nas_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
+
+#.END
+