Cosmetic: mention OS#4491 in location cancel code

Change-Id: Idce0816172b92699d86ba3574a4fded0b73333cf
This commit is contained in:
Oliver Smith 2020-04-15 14:37:41 +02:00
parent 08358b2752
commit 0c27a4c2d1
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ static int rx_upd_loc_req(struct osmo_gsup_conn *conn,
/* TODO: Set subscriber tracing = deactive in VLR/SGSN */
#if 0
/* Cancel in old VLR/SGSN, if new VLR/SGSN differs from old */
/* Cancel in old VLR/SGSN, if new VLR/SGSN differs from old (FIXME: OS#4491) */
if (luop->is_ps == false &&
strcmp(subscr->vlr_number, vlr_number)) {
lu_op_tx_cancel_old(luop);

View File

@ -194,7 +194,7 @@ void lu_op_tx_ack(struct lu_operation *luop)
lu_op_free(luop);
}
/*! Send Cancel Location to old VLR/SGSN */
/*! Send Cancel Location to old VLR/SGSN (FIXME: OS#4491) */
void lu_op_tx_cancel_old(struct lu_operation *luop)
{
struct osmo_gsup_message gsup;