From 5bd81ae95d665ff07e99ca5d28c5bd9c8a48fe69 Mon Sep 17 00:00:00 2001
From: Robert Schmidt <robert.schmidt@openairinterface.org>
Date: Tue, 23 Aug 2022 15:19:27 +0200
Subject: [PATCH] Define T1 Offload scenario file

---
 ci-scripts/xml_files/t1_offload_test.xml | 54 ++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 ci-scripts/xml_files/t1_offload_test.xml

diff --git a/ci-scripts/xml_files/t1_offload_test.xml b/ci-scripts/xml_files/t1_offload_test.xml
new file mode 100644
index 00000000000..44a259d74c9
--- /dev/null
+++ b/ci-scripts/xml_files/t1_offload_test.xml
@@ -0,0 +1,54 @@
+<!--
+ Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The OpenAirInterface Software Alliance licenses this file to You under
+ the OAI Public License, Version 1.1  (the "License"); you may not use this file
+ except in compliance with the License.
+ You may obtain a copy of the License at
+
+      http://www.openairinterface.org/?page_id=698
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ For more information about the OpenAirInterface (OAI) Software Alliance:
+      contact@openairinterface.org
+-->
+
+<testCaseList>
+	<htmlTabRef>test-t1-offload</htmlTabRef>
+	<htmlTabName>Test T1 Offload</htmlTabName>
+	<htmlTabIcon>tasks</htmlTabIcon>
+	<repeatCount>1</repeatCount>
+	<TestCaseRequestedList>000001 000002 000003 000004</TestCaseRequestedList>
+	<TestCaseExclusionList></TestCaseExclusionList>
+
+	<testCase id="000001">
+		<class>Run_NRulsimTest</class>
+		<desc>Run T1 Offload nr_ulsim</desc>
+		<physim_run_args>-n2 -s30 -m9 -r50 -R106 -o1</physim_run_args>
+	</testCase>
+
+	<testCase id="000002">
+		<class>Run_NRulsimTest</class>
+		<desc>Run T1 Offload nr_ulsim</desc>
+		<physim_run_args>-n2 -s30 -m9 -r106 -R106 -o1</physim_run_args>
+	</testCase>
+
+	<testCase id="000003">
+		<class>Run_NRulsimTest</class>
+		<desc>Run T1 Offload nr_ulsim</desc>
+		<physim_run_args>-n2 -s30 -m16 -r106 -R106 -o1</physim_run_args>
+	</testCase>
+
+	<testCase id="000004">
+		<class>Run_NRulsimTest</class>
+		<desc>Run T1 Offload nr_ulsim</desc>
+		<physim_run_args>-n2 -s30 -m9 -r273 -R273 -o1</physim_run_args>
+	</testCase>
+
+</testCaseList>
-- 
GitLab