From 430496d59fb9500168417701da66b99ab8b0f2fa Mon Sep 17 00:00:00 2001
From: Remi Hardy <remi.hardy@openairinterface.org>
Date: Wed, 2 Sep 2020 17:52:18 +0200
Subject: [PATCH] v0.1 (temporary) running fr1

---
 ci-scripts/xml_files/fr1_ran_ue_proc.xml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/ci-scripts/xml_files/fr1_ran_ue_proc.xml b/ci-scripts/xml_files/fr1_ran_ue_proc.xml
index 9a4b817318..355bbe0698 100644
--- a/ci-scripts/xml_files/fr1_ran_ue_proc.xml
+++ b/ci-scripts/xml_files/fr1_ran_ue_proc.xml
@@ -28,8 +28,9 @@
  010000
  030000
  040000
- 050000
  020000
+ 000001
+ 050000
  070001
  070000
 
@@ -37,7 +38,7 @@
 	<TestCaseExclusionList></TestCaseExclusionList>
 
 	<testCase id="010000">
-		<class>COTS_UE_Airplane_ON</class>
+		<class>COTS_UE_Airplane</class>
 		<desc>Toggle COTS Airplane mode ON</desc>
 		<cots_id>oppo</cots_id>
 		<cots_run_mode>ON</cots_run_mode>
@@ -63,12 +64,18 @@
 	</testCase>
 
 	<testCase id="020000">
-		<class>COTS_UE_Airplane_OFF</class>
+		<class>COTS_UE_Airplane</class>
 		<desc>Toggle COTS Airplane mode OFF</desc>
 		<cots_id>oppo</cots_id>
 		<cots_run_mode>OFF</cots_run_mode>
 	</testCase>
 
+	<testCase id="000001">
+		<class>IdleSleep</class>
+		<desc>Sleep</desc>
+		<idle_sleep_time_in_sec>100</idle_sleep_time_in_sec>
+	</testCase>
+
 	<testCase id="050000">
 		<class>Ping</class>
 		<desc>ping (5MHz - 20 sec)</desc>
-- 
2.26.2