mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- all RAN code, CI code, configuration files, dockerfiles, in CSSL v1.0
- all deployment code (openshift, charts, ancillary files like shell
scripts), in MIT
- documentation in CC-BY-4.0
- exceptions might apply and are listed in NOTICE
- there is a new LICENSES folder with all licenses
- CONTRIBUTIONS.md has been updated accordingly
For automated changes based on OAI PL v1.1:
perl -i~ -0pe 's/\/\*.*Licensed to the OpenAirInterface.*openairinterface.org\n#?/\/*\n * SPDX-License-Identifier: LicenseRef-CSSL-1.0\n/s' **/*.{c,h,cpp}
perl -i~ -0pe 's/\/\*.*Licensed to the OpenAirInterface.*openairinterface.org\n#?/\/*\n * SPDX-License-Identifier: LicenseRef-CSSL-1.0\n/s' **/*.ts
perl -i~ -0pe 's/<!--.*Licensed to the OpenAirInterface.*openairinterface.org\n.*-->/<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->/s' **/*.xml
The rest (cmake, files with missing license, cmake) manually.
115 lines
3.2 KiB
XML
115 lines
3.2 KiB
XML
<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->
|
|
|
|
<testCaseList>
|
|
<htmlTabRef>rfsim-4glte-fdd05mhz-noS1</htmlTabRef>
|
|
<htmlTabName>Monolithic eNB - FDD 05MHz - noS1</htmlTabName>
|
|
<htmlTabIcon>wrench</htmlTabIcon>
|
|
|
|
<testCase>
|
|
<class>Pull_Local_Registry</class>
|
|
<desc>Pull Images from Local Registry</desc>
|
|
<node>localhost</node>
|
|
<images>oai-enb-asan oai-lte-ue-asan</images>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Create_Workspace</class>
|
|
<desc>Create new Workspace</desc>
|
|
<node>localhost</node>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Deploy_Object</class>
|
|
<desc>Deploy OAI 4G eNB RF sim (FDD 05MHz)</desc>
|
|
<node>localhost</node>
|
|
<yaml_path>ci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz_noS1</yaml_path>
|
|
<services>oai_enb0</services>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>IdleSleep</class>
|
|
<desc>Sleep</desc>
|
|
<idle_sleep_time_in_sec>10</idle_sleep_time_in_sec>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Deploy_Object</class>
|
|
<desc>Deploy OAI 4G LTE-UE RF sim (FDD 05MHz)</desc>
|
|
<node>localhost</node>
|
|
<yaml_path>ci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz_noS1</yaml_path>
|
|
<services>oai_ue0</services>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>IdleSleep</class>
|
|
<desc>Sleep</desc>
|
|
<idle_sleep_time_in_sec>30</idle_sleep_time_in_sec>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Ping</class>
|
|
<desc>Ping Traffic-Gen from LTE-UE</desc>
|
|
<id>rfsim4g_ue</id>
|
|
<node>localhost</node>
|
|
<svr_id>rfsim4g_enb_nos1</svr_id>
|
|
<svr_node>localhost</svr_node>
|
|
<ping_args>-c 20</ping_args>
|
|
<ping_packetloss_threshold>5</ping_packetloss_threshold>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Ping</class>
|
|
<desc>Ping LTE-UE from eNB</desc>
|
|
<id>rfsim4g_enb_nos1</id>
|
|
<node>localhost</node>
|
|
<svr_id>rfsim4g_ue</svr_id>
|
|
<svr_node>localhost</svr_node>
|
|
<ping_args>-c 20</ping_args>
|
|
<ping_packetloss_threshold>5</ping_packetloss_threshold>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Iperf</class>
|
|
<desc>Iperf UDP DL</desc>
|
|
<id>rfsim4g_ue</id>
|
|
<node>localhost</node>
|
|
<svr_id>rfsim4g_enb_nos1</svr_id>
|
|
<svr_node>localhost</svr_node>
|
|
<iperf_args>-u -t 30 -b 2M -R</iperf_args>
|
|
<iperf_packetloss_threshold>25</iperf_packetloss_threshold>
|
|
<iperf_bitrate_threshold>80</iperf_bitrate_threshold>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Iperf</class>
|
|
<desc>Iperf UDP UL</desc>
|
|
<id>rfsim4g_ue</id>
|
|
<node>localhost</node>
|
|
<svr_id>rfsim4g_enb_nos1</svr_id>
|
|
<svr_node>localhost</svr_node>
|
|
<iperf_args>-u -t 30 -b 1M</iperf_args>
|
|
<iperf_packetloss_threshold>25</iperf_packetloss_threshold>
|
|
<iperf_bitrate_threshold>80</iperf_bitrate_threshold>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Undeploy_Object</class>
|
|
<always_exec>true</always_exec>
|
|
<desc>Undeploy all OAI 4G stack</desc>
|
|
<node>localhost</node>
|
|
<yaml_path>ci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz_noS1</yaml_path>
|
|
<analysis>
|
|
<services>oai_enb0=EndsWithBye oai_ue0</services>
|
|
</analysis>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Clean_Test_Server_Images</class>
|
|
<always_exec>true</always_exec>
|
|
<desc>Clean Test Images on Test Server</desc>
|
|
<node>localhost</node>
|
|
<images>oai-enb-asan oai-lte-ue-asan</images>
|
|
</testCase>
|
|
|
|
</testCaseList>
|