if4p5_usrp210_band7_test_10mhz.xml 3.12 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<!--

 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>
24 25
	<htmlTabRef>test-if4p5-10</htmlTabRef>
	<htmlTabName>Test-IF4.5-10MHz</htmlTabName>
26
	<htmlTabIcon>tasks</htmlTabIcon>
27
	<TestCaseRequestedList>
28
 030201
29
 040101
30 31 32 33 34 35 36 37
 030111 030112 040301 040511 040614 040652 040401 040201 030201 030202
	</TestCaseRequestedList>
	<TestCaseExclusionList>
	</TestCaseExclusionList>

	<testCase id="030111">
		<class>Initialize_eNB</class>
		<desc>Initialize RRU (FDD/Band7)</desc>
Raphael Defosseux's avatar
Raphael Defosseux committed
38
		<Initialize_eNB_args>-O ci-scripts/conf_files/rru.fdd.band7.conf --RUs.[0].max_rxgain 120</Initialize_eNB_args>
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
		<eNB_instance>1</eNB_instance>
	</testCase>

	<testCase id="030112">
		<class>Initialize_eNB</class>
		<desc>Initialize RCC (FDD/Band7/10MHz)</desc>
		<Initialize_eNB_args>-O ci-scripts/conf_files/rcc.band7.tm1.if4p5.lo.50PRB.usrpb210.conf</Initialize_eNB_args>
		<eNB_instance>0</eNB_instance>
	</testCase>

	<testCase id="030201">
		<class>Terminate_eNB</class>
		<desc>Terminate RCC</desc>
		<eNB_instance>0</eNB_instance>
	</testCase>

	<testCase id="030202">
		<class>Terminate_eNB</class>
		<desc>Terminate RRU</desc>
		<eNB_instance>1</eNB_instance>
	</testCase>

	<testCase id="040101">
		<class>Initialize_UE</class>
		<desc>Initialize UE</desc>
	</testCase>

	<testCase id="040201">
		<class>Terminate_UE</class>
		<desc>Terminate UE</desc>
	</testCase>

71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
	<testCase id="040301">
		<class>Attach_UE</class>
		<desc>Attach UE</desc>
	</testCase>

	<testCase id="040401">
		<class>Detach_UE</class>
		<desc>Detach UE</desc>
	</testCase>

	<testCase id="040511">
		<class>Ping</class>
		<desc>ping (10MHz - 20 sec)</desc>
		<ping_args>-c 20</ping_args>
		<ping_packetloss_threshold>5</ping_packetloss_threshold>
	</testCase>

	<testCase id="040614">
89 90 91 92 93
		<class>Iperf</class>
		<desc>iperf (10MHz - DL/32Mbps/UDP)(30 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 32M -t 30 -i 1</iperf_args>
		<iperf_packetloss_threshold>50</iperf_packetloss_threshold>
		<iperf_profile>single-ue</iperf_profile>
94
	</testCase>
95 96 97

	<testCase id="040652">
		<class>Iperf</class>
98 99 100
		<desc>iperf (10MHz - UL/5Mbps/UDP)(30 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 5M -t 30 -i 1 -R</iperf_args>
		<iperf_packetloss_threshold>60</iperf_packetloss_threshold>
101 102 103 104
		<iperf_profile>single-ue</iperf_profile>
	</testCase>

</testCaseList>