From 63c0ed7042ca1c75fc95c5f4fba83d351aef7826 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Thu, 16 Feb 2017 10:10:42 +0100 Subject: [PATCH] fix UE default configuration file - fix OPc key - clear EHPLMN_LIST, UE does not start the RA procedure when set to be fixed --- openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf b/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf index e12793c9708..84ec59a36bc 100644 --- a/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf +++ b/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf @@ -88,7 +88,7 @@ UE0: SIM: { MSIN="0100001111"; USIM_API_K="fec86ba6eb707ed08905757b1bb44b8f"; - OPC="00000000000000000000000000000000"; + OPC="C42449363BBAD02B66D16BC975D77CC1"; MSISDN="33611123456"; }; @@ -108,5 +108,7 @@ UE0: FPLMN_LIST = (); # List of Equivalent HPLMNs - EHPLMN_LIST= ("20811", "20813"); +#TODO: UE does not connect if set, to be fixed in the UE +# EHPLMN_LIST= ("20811", "20813"); + EHPLMN_LIST= (); }; -- GitLab