summaryrefslogtreecommitdiffstats
path: root/osmo-gsup-hlr/src
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-gsup-hlr/src')
-rw-r--r--osmo-gsup-hlr/src/hlr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/osmo-gsup-hlr/src/hlr.c b/osmo-gsup-hlr/src/hlr.c
index 96e211a..744d966 100644
--- a/osmo-gsup-hlr/src/hlr.c
+++ b/osmo-gsup-hlr/src/hlr.c
@@ -387,11 +387,9 @@ static int rx_upd_loc_req(struct osmo_gsup_conn *conn,
/* Cancel in old VLR/SGSN, if new VLR/SGSN differs from old */
if (luop->is_ps == false &&
strcmp(subscr->vlr_number, vlr_number)) {
- /* FIXME: start location cancel towards old VLR */
lu_op_tx_cancel_old(luop);
} else if (luop->is_ps == true &&
strcmp(subscr->sgsn_number, sgsn_number)) {
- /* FIXME: start location cancel towards old VLR */
lu_op_tx_cancel_old(luop);
} else
#endif