aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/rrc.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-03-04 19:59:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-03-04 19:59:56 +0000
commit254ba09e7a549a946883118b6478d64b9a414ad5 (patch)
treedcf4fb1cfd854b182f7c4c3c3e9629a686162970 /asn1/rrc/rrc.cnf
parent2db386dfd4880a58cf45493ba9367967921241a0 (diff)
From Neil Piercy:
Embedded RRC messages not dissected. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300 svn path=/trunk/; revision=27606
Diffstat (limited to 'asn1/rrc/rrc.cnf')
-rw-r--r--asn1/rrc/rrc.cnf12
1 files changed, 12 insertions, 0 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index 52489b13cb..5307294609 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -70,6 +70,8 @@ SysInfoTypeSB2 @si.sb2
HandoverToUTRANCommand @irat.ho_to_utran_cmd
InterRATHandoverInfo @irat.irat_ho_info
UE-RadioAccessCapabilityInfo @ue_radio_access_cap_info
+ToTargetRNC-Container @s_to_trnc_cont
+TargetRNC-ToSourceRNC-Container @t_to_srnc_cont
#.END
#.FN_PARS UTRAN-GANSSReferenceTime/ue-GANSSTimingOfCellFrames FN_VARIANT = _64b
@@ -566,3 +568,13 @@ UE-RadioAccessCapabilityInfo @ue_radio_access_cap_info
}
%(DEFAULT_BODY)s
+#.FN_BODY TargetRNC-ToSourceRNC-Container/dL-DCCHmessage VAL_PTR = &dl_dcch_message_tvb
+ tvbuff_t *dl_dcch_message_tvb=NULL;
+
+%(DEFAULT_BODY)s
+
+ if (dl_dcch_message_tvb)
+ call_dissector(rrc_dl_dcch_handle,dl_dcch_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
+
+#.END
+