From 09ccb6308ed60893e0f7ab22d2731b76c8cf938b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 5 May 2016 21:05:17 +0200 Subject: LU: remote oudated FIXME comments --- osmo-gsup-hlr/src/hlr.c | 2 -- 1 file changed, 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 -- cgit v1.2.3