From 95503ffd52b7a150bb3e35257ad8eb028fca4084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Leroy?= <frederic.leroy@b-com.com> Date: Fri, 26 Aug 2016 11:52:36 +0200 Subject: [PATCH] fix(conf2uedata): update ue_eurecom_test_sfr.conf to match openair develop branch --- openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf b/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf index 42d174bbbf6..e12793c9708 100644 --- a/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf +++ b/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf @@ -86,20 +86,20 @@ UE0: }; SIM: { - MSIN="0000001234"; + MSIN="0100001111"; USIM_API_K="fec86ba6eb707ed08905757b1bb44b8f"; OPC="00000000000000000000000000000000"; MSISDN="33611123456"; }; # Home PLMN Selector with Access Technology - HPLMN= "20810"; + HPLMN= "20893"; # User controlled PLMN Selector with Access Technology UCPLMN_LIST = (); # Operator PLMN List - OPLMN_LIST = ("00101", "20810", "20811", "20813", "310280", "310028"); + OPLMN_LIST = ("00101", "20810", "20811", "20813", "20893", "310280", "310028"); # Operator controlled PLMN Selector with Access Technology OCPLMN_LIST = ("22210", "21401", "21406", "26202", "26204"); -- GitLab