Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
promise
OpenXG-RAN
Commits
e3264917
Commit
e3264917
authored
Sep 04, 2020
by
Remi Hardy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
cb650a1a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
17 deletions
+3
-17
ci-scripts/cots_ue_ctl.yaml
ci-scripts/cots_ue_ctl.yaml
+1
-1
ci-scripts/main.py
ci-scripts/main.py
+1
-1
ci-scripts/xml_files/fr1_ran_ue_proc.xml
ci-scripts/xml_files/fr1_ran_ue_proc.xml
+1
-15
No files found.
ci-scripts/cots_ue_ctl.yaml
View file @
e3264917
9
283sdfas7
:
#oppo
9
d690a12
:
#oppo
-
adb shell input keyevent KEYCODE_POWER
-
adb shell input swipe 300 700 300
0
-
adb shell am start -a android.settings.AIRPLANE_MODE_SETTINGS
...
...
ci-scripts/main.py
View file @
e3264917
...
...
@@ -292,7 +292,7 @@ class OaiCiTest():
if
COTS_UE
.
Check_Exists
(
device_id
):
#switch device to Airplane mode ON (ie Radio OFF)
COTS_UE
.
Set_Airplane
(
device_id
,
'ON'
)
else
else
:
# enable data service
SSH
.
command
(
'stdbuf -o0 adb -s '
+
device_id
+
' shell "svc data enable"'
,
'\$'
,
60
)
...
...
ci-scripts/xml_files/fr1_ran_ue_proc.xml
View file @
e3264917
...
...
@@ -59,13 +59,6 @@
</testCase>
<testCase
id=
"010000"
>
<class>
COTS_UE_Airplane
</class>
<desc>
Toggle COTS Airplane mode ON
</desc>
<cots_id>
oppo
</cots_id>
<cots_run_mode>
ON
</cots_run_mode>
</testCase>
<testCase
id=
"030000"
>
<class>
Initialize_eNB
</class>
<desc>
Initialize eNB
</desc>
...
...
@@ -85,17 +78,10 @@
<air_interface>
nr
</air_interface>
</testCase>
<testCase
id=
"020000"
>
<class>
COTS_UE_Airplane
</class>
<desc>
Toggle COTS Airplane mode OFF
</desc>
<cots_id>
oppo
</cots_id>
<cots_run_mode>
OFF
</cots_run_mode>
</testCase>
<testCase
id=
"000001"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
<idle_sleep_time_in_sec>
10
0
</idle_sleep_time_in_sec>
<idle_sleep_time_in_sec>
2
0
</idle_sleep_time_in_sec>
</testCase>
<testCase
id=
"050000"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment