if4p5_usrp210_band7_test_20mhz.xml 3.41 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 24 25 26 27
<!--

 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-20</htmlTabRef>
	<htmlTabName>Test-20MHz</htmlTabName>
	<htmlTabIcon>tasks</htmlTabIcon>
	<TestCaseRequestedList>
28
 000001
29 30
	</TestCaseRequestedList>
	<TestCaseExclusionList>
31 32
 040101
 030121 030122 040301 040521 040624 040662 040401 040201 030201 030202
33 34
	</TestCaseExclusionList>

35 36 37 38 39 40
	<testCase id="000001">
		<class>IdleSleep</class>
		<desc>No Test in IF4.5 for FDD-20MHz</desc>
		<idle_sleep_time_in_sec>10</idle_sleep_time_in_sec>
	</testCase>

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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
	<testCase id="030121">
		<class>Initialize_eNB</class>
		<desc>Initialize RRU (FDD/Band7)</desc>
		<Initialize_eNB_args>-O ci-scripts/conf_files/rru.fdd.band7.conf</Initialize_eNB_args>
		<eNB_instance>1</eNB_instance>
	</testCase>

	<testCase id="030122">
		<class>Initialize_eNB</class>
		<desc>Initialize RCC (FDD/Band7/20MHz)</desc>
		<Initialize_eNB_args>-O ci-scripts/conf_files/rcc.band7.tm1.if4p5.lo.100PRB.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>

        <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="040521">
                <class>Ping</class>
                <desc>ping (20MHz - 20 sec)</desc>
                <ping_args>-c 20</ping_args>
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
        </testCase>

        <testCase id="040624">
		<class>Iperf</class>
		<desc>iperf (20MHz - DL/50Mbps/UDP)(30 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 50M -t 30 -i 1</iperf_args>
		<iperf_packetloss_threshold>50</iperf_packetloss_threshold>
		<iperf_profile>single-ue</iperf_profile>
        </testCase>

	<testCase id="040662">
		<class>Iperf</class>
		<desc>iperf (20MHz - UL/10Mbps/UDP)(30 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 10M -t 30 -i 1 -R</iperf_args>
		<iperf_packetloss_threshold>50</iperf_packetloss_threshold>
		<iperf_profile>single-ue</iperf_profile>
	</testCase>

</testCaseList>