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.
81 lines
2.2 KiB
XML
81 lines
2.2 KiB
XML
<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->
|
|
|
|
<testCaseList>
|
|
<htmlTabRef>rfsim-4glte-fembms</htmlTabRef>
|
|
<htmlTabName>Monolithic eNB - FeMBMS</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 (FeMBMS)</desc>
|
|
<node>localhost</node>
|
|
<yaml_path>ci-scripts/yaml_files/4g_rfsimulator_fembms</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 (FeMBMS)</desc>
|
|
<node>localhost</node>
|
|
<yaml_path>ci-scripts/yaml_files/4g_rfsimulator_fembms</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>Iperf2_Unidir</class>
|
|
<desc>Iperf2 UDP DL</desc>
|
|
<id>rfsim4g_ue_fembms</id>
|
|
<node>localhost</node>
|
|
<svr_id>rfsim4g_enb_fembms</svr_id>
|
|
<svr_node>localhost</svr_node>
|
|
<iperf_args>-u -t 30 -b 2M</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_fembms</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>
|