aboutsummaryrefslogtreecommitdiffstats
path: root/src/luop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/luop.c')
-rw-r--r--src/luop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luop.c b/src/luop.c
index ef416ac..2966380 100644
--- a/src/luop.c
+++ b/src/luop.c
@@ -275,7 +275,8 @@ void lu_op_tx_insert_subscr_data(struct lu_operation *luop)
osmo_timer_schedule(&luop->timer, ISD_TIMEOUT_SECS, 0);
}
-/*! Transmit Delete Subscriber Data to new VLR/SGSN */
+/*! Transmit Delete Subscriber Data to new VLR/SGSN.
+ * The luop is not freed. */
void lu_op_tx_del_subscr_data(struct lu_operation *luop)
{
struct osmo_gsup_message gsup;