aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-18 15:39:27 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-27 03:52:44 +0200
commitda76052407e0d0bb670c458d66766d18b638c31f (patch)
treec121c6f2777e1cac1135e6fba1be32e5fa482626 /include/openbsc
parent367fc48aca9c5e6b3dcd703c7b391e39a9126730 (diff)
vlr: LU FSM: enable Retrieve_IMEISV_If_Required
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/vlr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openbsc/vlr.h b/include/openbsc/vlr.h
index 17cb2ae35..09e2ff46a 100644
--- a/include/openbsc/vlr.h
+++ b/include/openbsc/vlr.h
@@ -211,7 +211,8 @@ struct vlr_instance {
struct gsup_client *gsup_client;
struct vlr_ops ops;
struct {
- bool retrieve_imeisv;
+ bool retrieve_imeisv_early;
+ bool retrieve_imeisv_ciphered;
bool assign_tmsi;
bool check_imei_rqd;
int auth_tuple_max_use_count;