aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-18 15:39:27 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-08-07 16:52:25 +0200
commit54a706cf920d1b5dcfbd5a4697538d16ea18aa98 (patch)
tree18de28a899ae366158482a44dc061a768bb6d807 /include
parentef9126c4dc4f4dc679449586134ea5167a4e9ea0 (diff)
vlr: LU FSM: enable Retrieve_IMEISV_If_Required
Diffstat (limited to 'include')
-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;