From 43fc24b24f96b3d8dd5abb69f668ac1ddb82c070 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 14 Jul 2013 20:12:39 +0200 Subject: fix syntax error --- src/map_helper.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map_helper.erl b/src/map_helper.erl index f25a5f6..a2e7ebf 100644 --- a/src/map_helper.erl +++ b/src/map_helper.erl @@ -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"; -- cgit v1.2.3