aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-04-15 14:37:41 +0200
committerOliver Smith <osmith@sysmocom.de>2020-04-16 09:16:27 +0200
commit0c27a4c2d16186d6355fdc348053c7b7fc179963 (patch)
treeacd76a62f2290abfde90875323f5f2355d73b5f0 /src
parent08358b275288e85663ace12e06924414443b1f7c (diff)
Cosmetic: mention OS#4491 in location cancel code
Diffstat (limited to 'src')
-rw-r--r--src/hlr.c2
-rw-r--r--src/luop.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/hlr.c b/src/hlr.c
index e66444d..ac6afc3 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -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);
diff --git a/src/luop.c b/src/luop.c
index 1a2f854..e63ba91 100644
--- a/src/luop.c
+++ b/src/luop.c
@@ -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;