From fe0b84ddaf0d38a46f79a94551f8b3056bc21b41 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Wed, 22 Mar 2017 12:38:03 +0100
Subject: [PATCH] fix: revert ue_eurecom_test_sfr.conf to its previous state

Keys/IDs have been inadvertently changed.
---
 openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf b/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
index 05db6be4d12..84ec59a36bc 100644
--- a/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
+++ b/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
@@ -86,14 +86,14 @@ UE0:
     };
 
     SIM: {
-        MSIN="000001234";
-        USIM_API_K="000102030405060708090A0B0C0D0E0F";
+        MSIN="0100001111";
+        USIM_API_K="fec86ba6eb707ed08905757b1bb44b8f";
         OPC="C42449363BBAD02B66D16BC975D77CC1";
-        MSISDN="000000000000";//"33611123456";
+        MSISDN="33611123456";
     };
 
     # Home PLMN Selector with Access Technology
-    HPLMN= "00101";
+    HPLMN= "20893";
 
     # User controlled PLMN Selector with Access Technology
     UCPLMN_LIST = ();
-- 
GitLab