Remove debug code

svn path=/trunk/; revision=30772
This commit is contained in:
Anders Broman 2009-10-30 16:25:11 +00:00
parent 77377a9d22
commit 1a2f69aa03
2 changed files with 2 additions and 32 deletions

View File

@ -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)

View File

@ -2439,22 +2439,7 @@ dissect_x2ap_TargeteNBtoSource_eNBTransparentContainer(tvbuff_t *tvb _U_, int of
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);