fr1_ran_ue_proc.xml 3.11 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>
Remi Hardy's avatar
Remi Hardy committed
24 25
	<htmlTabRef>TEST-FR1-TM1</htmlTabRef>
	<htmlTabName>FR1</htmlTabName>
26 27
	<htmlTabIcon>tasks</htmlTabIcon>
	<TestCaseRequestedList>
Remi Hardy's avatar
Remi Hardy committed
28
 010000
29 30
 030000
 040000
31
 010001
Remi Hardy's avatar
Remi Hardy committed
32 33
 000001
 050000
34
 050001
Remi Hardy's avatar
Remi Hardy committed
35 36
 070001
 070000
37 38
 010002
 010003
39
	</TestCaseRequestedList>
Remi Hardy's avatar
Remi Hardy committed
40 41
	<TestCaseExclusionList></TestCaseExclusionList>

42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
	<testCase id="010000">
		<class>Initialize_UE</class>
		<desc>Initialize UE</desc>
	</testCase>

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

	<testCase id="010001">
		<class>Attach_UE</class>
		<desc>Attach UE</desc>
	</testCase>

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


63 64 65
	<testCase id="030000">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB</desc>
Remi Hardy's avatar
Remi Hardy committed
66
		<Initialize_eNB_args>-O ci-scripts/conf_files/enb.band7.tm1.fr1.25PRB.usrpb210.conf</Initialize_eNB_args>
67 68 69
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
		<air_interface>lte</air_interface>
Remi Hardy's avatar
Remi Hardy committed
70 71
   </testCase>

72 73 74

	<testCase id="040000">
		<class>Initialize_eNB</class>
Remi Hardy's avatar
Remi Hardy committed
75 76
		<desc>Initialize gNB</desc>
		<Initialize_eNB_args>-O ci-scripts/conf_files/gnb.band78.tm1.fr1.106PRB.usrpb210.conf -E</Initialize_eNB_args>
77 78 79
		<eNB_instance>1</eNB_instance>
		<eNB_serverId>1</eNB_serverId>
		<air_interface>nr</air_interface>
Remi Hardy's avatar
Remi Hardy committed
80 81
	</testCase>

Remi Hardy's avatar
Remi Hardy committed
82 83 84
	<testCase id="000001">
		<class>IdleSleep</class>
		<desc>Sleep</desc>
Remi Hardy's avatar
Remi Hardy committed
85
		<idle_sleep_time_in_sec>20</idle_sleep_time_in_sec>
Remi Hardy's avatar
Remi Hardy committed
86 87
	</testCase>

Remi Hardy's avatar
Remi Hardy committed
88 89
	<testCase id="050000">
		<class>Ping</class>
90
		<desc>Ping: 20pings in 20sec</desc>
Remi Hardy's avatar
Remi Hardy committed
91
		<ping_args>-c 20</ping_args>
92
		<ping_packetloss_threshold>50</ping_packetloss_threshold>
Remi Hardy's avatar
Remi Hardy committed
93 94
	</testCase>

95 96 97 98
	<testCase id="050001">
		<class>Ping</class>
		<desc>Ping: 5pings in 1sec</desc>
		<ping_args>-c 5 -i 0.2</ping_args>
99
		<ping_packetloss_threshold>50</ping_packetloss_threshold>
100
	</testCase>
101

Remi Hardy's avatar
Remi Hardy committed
102 103 104 105 106
	<testCase id="070000">
		<class>Terminate_eNB</class>
		<desc>Terminate eNB</desc>
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
107
		<air_interface>lte</air_interface>
Remi Hardy's avatar
Remi Hardy committed
108 109 110 111 112 113 114
	</testCase>

	<testCase id="070001">
		<class>Terminate_eNB</class>
		<desc>Terminate gNB</desc>
		<eNB_instance>1</eNB_instance>
		<eNB_serverId>1</eNB_serverId>
115
		<air_interface>nr</air_interface>
116 117 118
	</testCase>

</testCaseList>
Remi Hardy's avatar
Remi Hardy committed
119