<!--

 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>rfsim-5gnr-f1</htmlTabRef>
        <htmlTabName>CU-DU F1 split</htmlTabName>
        <htmlTabIcon>wrench</htmlTabIcon>
        <TestCaseRequestedList>
 111111
 100021
 000021
 000022
 000023
 020021
 030020
 030021
 030022
 040001
 040002
 030021
 030022
 100021
        </TestCaseRequestedList>
        <TestCaseExclusionList></TestCaseExclusionList>

        <testCase id="111111">
                <class>Pull_Local_Registry</class>
                <desc>Pull Images from Local Registry</desc>
                <test_svr_id>0</test_svr_id>
                <images_to_pull>oai-gnb-asan oai-nr-cuup-asan oai-nr-ue-asan</images_to_pull>
        </testCase>

        <testCase id="000021">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CoreNetwork</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <services>mysql oai-amf oai-smf oai-upf oai-ext-dn</services>
                <nb_healthy>5</nb_healthy>
        </testCase>

        <testCase id="000022">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CU+DU+UE RF sim SA</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <services>oai-cu oai-du oai-nr-ue</services>
                <nb_healthy>8</nb_healthy>
        </testCase>

        <testCase id="000023">
                <class>Attach_UE</class>
                <desc>Attach OAI UE (Wait for IP)</desc>
                <id>rfsim5g_ue</id>
        </testCase>

        <testCase id="020021">
                <class>Ping</class>
                <desc>Ping ext-dn from all NR-UEs</desc>
                <id>rfsim5g_ue</id>
                <ping_args> -c 20 192.168.72.135 -i0.25</ping_args>
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
        </testCase>

        <testCase id="030020">
                <class>Custom_Command</class>
                <desc>Simulate a DL radio channel with noise (3 dB)</desc>
                <node>localhost</node>
                <command>echo channelmod modify 0 noise_power_dB 3 | nc --send-only 192.168.71.181 8091</command>
                <command_fail>yes</command_fail>
        </testCase>

        <testCase id="030021">
                <class>Iperf</class>
                <desc>Iperf (DL/5Mbps/UDP)(30 sec)</desc>
                <iperf_args>-u -b 5M -t 30 -R</iperf_args>
                <id>rfsim5g_ue</id>
                <svr_id>rfsim5g_ext_dn</svr_id>
                <iperf_packetloss_threshold>5</iperf_packetloss_threshold>
                <iperf_bitrate_threshold>90</iperf_bitrate_threshold>
        </testCase>

        <testCase id="030022">
                <class>Iperf</class>
                <desc>Iperf (UL/3Mbps/UDP)(30 sec)</desc>
                <iperf_args>-u -b 3M -t 30</iperf_args>
                <id>rfsim5g_ue</id>
                <svr_id>rfsim5g_ext_dn</svr_id>
                <iperf_packetloss_threshold>5</iperf_packetloss_threshold>
                <iperf_bitrate_threshold>90</iperf_bitrate_threshold>
        </testCase>

        <testCase id="040001">
          <class>Custom_Command</class>
          <desc>Trigger Reestablishment</desc>
          <command>echo ci force_reestab | nc -N 192.168.71.140 9090 | grep -E 'Reset RLC counters of UE RNTI [0-9a-f]{4} to trigger reestablishment'</command>
          <command_fail>yes</command_fail>
        </testCase>

        <testCase id="040002">
          <class>Custom_Command</class>
          <desc>Verify Reestablishment</desc>
          <command>echo ci get_reestab_count | nc -N 192.168.71.140 9090 | grep -E 'UE RNTI [0-9a-f]{4} reestab 1'</command>
          <command_fail>yes</command_fail>
        </testCase>

        <testCase id="040021">
                <class>Custom_Command</class>
                <desc>Simulate a disruption of DL radio channel (ploss 55)(5 sec)</desc>
                <node>localhost</node>
                <command>echo channelmod modify 0 ploss 55 | nc -N 192.168.71.181 8091 &amp;&amp; sleep 5</command>
                <command_fail>yes</command_fail>
        </testCase>

        <testCase id="040022">
                <class>Custom_Command</class>
                <desc>Get UE sync state (UE ID 0)</desc>
                <node>localhost</node>
                <command>echo ciUE sync_state 0 | nc -N 192.168.71.181 8091 | grep -E UE_NOT_SYNC</command>
                <command_fail>yes</command_fail>
        </testCase>

        <testCase id="040023">
                <class>Custom_Command</class>
                <desc>Restoration of the original DL channel conditions (ploss 0)(5 sec)</desc>
                <node>localhost</node>
                <command>echo channelmod modify 0 ploss 0 | nc -N 192.168.71.181 8091 &amp;&amp; sleep 5</command>
                <command_fail>yes</command_fail>
        </testCase>

        <testCase id="040024">
                <class>Custom_Command</class>
                <desc>Get UE sync state (UE ID 0)</desc>
                <node>localhost</node>
                <command>echo ciUE sync_state 0 | nc -N 192.168.71.181 8091 | grep -E UE_CONNECTED &amp;&amp; sleep 10</command>
                <command_fail>yes</command_fail>
        </testCase>

        <testCase id="100021">
                <class>UndeployGenObject</class>
                <desc>Undeploy all OAI 5G stack</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <d_retx_th>30,30,100,100</d_retx_th>
                <u_retx_th>30,30,100,100</u_retx_th>
        </testCase>

</testCaseList>