aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hlr/hlr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/hlr/hlr.h')
-rw-r--r--include/osmocom/hlr/hlr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/hlr/hlr.h b/include/osmocom/hlr/hlr.h
index 5885600..1269994 100644
--- a/include/osmocom/hlr/hlr.h
+++ b/include/osmocom/hlr/hlr.h
@@ -67,6 +67,13 @@ struct hlr {
/* Bitmask of DB_SUBSCR_FLAG_* */
uint8_t subscr_create_on_demand_flags;
unsigned int subscr_create_on_demand_rand_msisdn_len;
+
+ struct {
+ struct {
+ uint32_t local_attach_max_age;
+ struct llist_head local_site_services;
+ } server;
+ } mslookup;
};
extern struct hlr *g_hlr;