aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/vlr.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-29 18:12:37 +0100
committerMax <msuraev@sysmocom.de>2017-12-29 18:12:37 +0100
commit7772c7de55df91e4e5aa7173fd86f38293ca04f2 (patch)
treef5a3553d517216c7f302264f583ba136f65b9249 /include/osmocom/msc/vlr.h
parent753c15de2f00e24f76ac9b01a20e1e2ff0f86ce2 (diff)
VLR: remove unused parameter
The expire_lu is never used but is printed for every subscriber. Let's remove it to avoid confusion. Change-Id: I6f7ad1670836384d1e6a58f47a13464fdbbf8509
Diffstat (limited to 'include/osmocom/msc/vlr.h')
-rw-r--r--include/osmocom/msc/vlr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h
index 1b365a944..d68b7be2b 100644
--- a/include/osmocom/msc/vlr.h
+++ b/include/osmocom/msc/vlr.h
@@ -136,7 +136,6 @@ struct vlr_subscr {
bool la_allowed;
int use_count;
- time_t expire_lu; /* FIXME: overlap with periodic_lu_timer/age_indicator */
struct osmo_fsm_inst *lu_fsm;
struct osmo_fsm_inst *auth_fsm;