fix syntax error

This commit is contained in:
Harald Welte 2013-07-14 20:12:39 +02:00
parent 0174a284e8
commit 43fc24b24f
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ rec4op({local, ?MAP_OP_ALERT_SC_NO_RESULT}) -> {error, 'FIXME'};
rec4op({local, ?MAP_OP_ALERT_SC}) -> 'AlertServiceCentre';
rec4op({local, ?MAP_OP_INFORM_SC}) -> 'InformServiceCentre';
rec4op({local, ?MAP_OP_READY_FOR_SM}) -> 'ReadyForSM-';
rec4op({local, ?MAP_OP_MT_FW_SMS_VGCS}) -> 'MT-ForwardSM-VGCS-';
rec4op({local, ?MAP_OP_MT_FW_SMS_VGCS}) -> 'MT-ForwardSM-VGCS-'.
% FIXME: SS-Operations.asn, SupplementaryServiceOperations, MAP-CallHandlingOperations, MAP-LocationServiceOperations
argres(arg) -> "Arg";