aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-10-30 16:25:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-10-30 16:25:11 +0000
commit1a2f69aa0358b814dca25377c35f468ce0a61123 (patch)
treeaef73b9cc021f11fb67ae157bef46d0b8d71d5d4 /asn1
parent77377a9d22e48effd6ddfe5e31ab90d76f8975ca (diff)
Remove debug code
svn path=/trunk/; revision=30772
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x2ap/x2ap.cnf17
1 files changed, 1 insertions, 16 deletions
diff --git a/asn1/x2ap/x2ap.cnf b/asn1/x2ap/x2ap.cnf
index da44c57021..61ea15d692 100644
--- a/asn1/x2ap/x2ap.cnf
+++ b/asn1/x2ap/x2ap.cnf
@@ -94,22 +94,7 @@ ProtocolIE-ContainerPairList
if (!parameter_tvb)
return offset;
- TRY {
- dissect_lte_rrc_HandoverCommand_PDU(parameter_tvb, actx->pinfo, tree);
- }
- CATCH(BoundsError) {
- g_warning("BoundsError");
- show_exception(parameter_tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
- }
- CATCH(ReportedBoundsError) {
- g_warning("ReportedBoundsError");
- show_exception(parameter_tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
- }
- CATCH_ALL{
- g_warning("CATCH_ALL");
- show_exception(parameter_tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
- }
- ENDTRY;
+ dissect_lte_rrc_HandoverCommand_PDU(parameter_tvb, actx->pinfo, tree);
#.TYPE_ATTR
ProtocolExtensionID TYPE = FT_UINT8 DISPLAY = BASE_DEC STRINGS = VALS(x2ap_ProtocolIE_ID_vals)