aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
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 /tests/msc_vlr/msc_vlr_test_gsm_ciph.c
parentef9126c4dc4f4dc679449586134ea5167a4e9ea0 (diff)
vlr: LU FSM: enable Retrieve_IMEISV_If_Required
Diffstat (limited to 'tests/msc_vlr/msc_vlr_test_gsm_ciph.c')
-rw-r--r--tests/msc_vlr/msc_vlr_test_gsm_ciph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msc_vlr/msc_vlr_test_gsm_ciph.c b/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
index 1ebf9c653..589f7da94 100644
--- a/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
+++ b/tests/msc_vlr/msc_vlr_test_gsm_ciph.c
@@ -565,7 +565,7 @@ void test_ciph_imeisv()
/* implicit: net->authentication_required = true; */
net->a5_encryption = VLR_CIPH_A5_1;
- net->vlr->cfg.retrieve_imeisv = true;
+ net->vlr->cfg.retrieve_imeisv_ciphered = true;
btw("Location Update request causes a GSUP Send Auth Info request to HLR");
lu_result_sent = RES_NONE;