aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-26 07:33:08 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-26 07:33:08 +0000
commitc9279e576400c70c69d09c6b667fd2c5c57bcca8 (patch)
treefdd4cf78c1e8090ea8a4a52d16775324457bb488 /epan/dissectors/packet-rrc.c
parent385735aaf0d33e3d45fa76fc12e7db004a873b5d (diff)
Dissect RRC-container in RelocationResourceAllocation successful outcome.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31082 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rrc.c')
-rw-r--r--epan/dissectors/packet-rrc.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/epan/dissectors/packet-rrc.c b/epan/dissectors/packet-rrc.c
index b71859769b..655cd2b6cf 100644
--- a/epan/dissectors/packet-rrc.c
+++ b/epan/dissectors/packet-rrc.c
@@ -112149,8 +112149,6 @@ dissect_rrc_dummy_remove_unused_code_warnings(tvbuff_t *tvb _U_, int offset _U_,
case 0:
dissect_rrc_UL_PhysChCapabilityFDD_r6( tvb, offset, actx , tree, hf_index);
dissect_rrc_UE_Positioning_GANSS_Data( tvb, offset, actx , tree, hf_index);
- dissect_rrc_ToTargetRNC_Container( tvb, offset, actx , tree, hf_index);
- dissect_rrc_TargetRNC_ToSourceRNC_Container( tvb, offset, actx , tree, hf_index);
break;
default:
break;
@@ -143358,7 +143356,7 @@ void proto_register_rrc(void) {
NULL, HFILL }},
/*--- End of included file: packet-rrc-hfarr.c ---*/
-#line 161 "packet-rrc-template.c"
+#line 159 "packet-rrc-template.c"
{ &hf_test,
{ "RAB Test", "rrc.RAB.test",
FT_UINT8, BASE_DEC, NULL, 0,
@@ -148164,7 +148162,7 @@ void proto_register_rrc(void) {
&ett_rrc_UL_RFC3095_Context,
/*--- End of included file: packet-rrc-ettarr.c ---*/
-#line 172 "packet-rrc-template.c"
+#line 170 "packet-rrc-template.c"
};
@@ -148238,7 +148236,7 @@ void proto_register_rrc(void) {
/*--- End of included file: packet-rrc-dis-reg.c ---*/
-#line 184 "packet-rrc-template.c"
+#line 182 "packet-rrc-template.c"
}