From ee027a31d213cd6b8d4bc7ccc265d008f18d6582 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 20 Jul 2010 18:02:21 +0200 Subject: [PATCH] Actually end the MAP dialogue at the end of the location update --- map_loc_upd.lad | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/map_loc_upd.lad b/map_loc_upd.lad index 9d1bfa5..6a4086e 100644 --- a/map_loc_upd.lad +++ b/map_loc_upd.lad @@ -55,9 +55,10 @@ libmap_srv libtcap_srv "TC-RESULT-L.req(UpdLoc)" libmap_srv hlr "MAP-DELIMITER.ind" hlr libmap_srv "MAP-DELIMITER.req" -libmap_srv libtcap_srv "TC-CONTINUE.req" -libtcap_srv libtcap_cl "TC-CONTINUE(UpdLocResL)" +libmap_srv libtcap_srv "TC-END.req" +libtcap_srv libtcap_cl "TC-END(UpdLocResL)" -libtcap_cl libmap_cl "TC-CONTUNUE.ind" +libtcap_cl libmap_cl "TC-END.ind" libtcap_cl libmap_cl "TC-RESULT-L.ind(UpdLoc)" libmap_cl sgsn_msc "MAP-RESULT-L.ind(UpdLoc)" +libmap_cl sgsn_msc "MAP-CLOSE.ind"