mangle_tt_sri_sm: Yet another retunrError case that was unhandled

This commit is contained in:
Harald Welte 2013-09-05 13:08:26 +02:00
parent f8eb8ef2dd
commit 1bb06fae9c
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ get_tcap_operation({returnResult, Rec}) ->
get_tcap_operation(Rec);
get_tcap_operation({returnResultNotLast, Rec}) ->
get_tcap_operation(Rec);
get_tcap_operation({returnError, _Rec}) ->
{returnError, undefined};
% map.erl
get_tcap_operation(#'MapSpecificPDUs_begin_components_SEQOF_basicROS_invoke'{opcode=Op}) ->
{invoke, Op};