aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 17:40:53 +0200
commitfa68ccde69b20afe471c0f2190d198e0f358434f (patch)
tree10b5afe51f507a2e2abb593aa823790377c9ae74 /include
parent38885dbc968148eb83b74fc8c3bc5fbeb9a39451 (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;