libvlr: remove unused 'periodic_lu_timer' from struct vlr_subscr

It's never used anywhere in the code.

Change-Id: I1b322b57fa0fd17ae2ebe1a2af2d8a93d81e14f0
This commit is contained in:
Vadim Yanitskiy 2020-01-19 03:59:02 +07:00
parent 95c46b11e9
commit ecfcd99c4b
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ struct vlr_subscr {
char msisdn[GSM23003_MSISDN_MAX_DIGITS+1]; /* 2.1.2 */
char name[VLR_NAME_LENGTH+1]; /* proprietary */
OSMO_LBUF_DECL(hlr, 16); /* 2.4.7 */
uint32_t periodic_lu_timer; /* 2.4.24 */
uint32_t age_indicator; /* 2.17.1 */
/* Authentication Data */