aboutsummaryrefslogtreecommitdiffstats
path: root/map_loc_upd.lad
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-20 18:02:21 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-20 18:02:21 +0200
commitee027a31d213cd6b8d4bc7ccc265d008f18d6582 (patch)
tree46f595b6f90abe1989453fc655153af35c7261d8 /map_loc_upd.lad
parent9cf91a4f41ea88311f2f2185cd0bc6151b52855d (diff)
Actually end the MAP dialogue at the end of the location update
Diffstat (limited to 'map_loc_upd.lad')
-rw-r--r--map_loc_upd.lad7
1 files 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"