Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Balaji Kolla
openairinterface5G
Commits
387edbdf
Commit
387edbdf
authored
8 years ago
by
Rohit Gupta
Browse files
Options
Downloads
Patches
Plain Diff
minor fixes to test scripts for Sony Experia
parent
3471c652
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py
+1
-1
1 addition, 1 deletion
...gets/autotests/tools/configure_cots_sony_experia_m4_ue.py
cmake_targets/autotests/tools/iperf_script_phone
+2
-1
2 additions, 1 deletion
cmake_targets/autotests/tools/iperf_script_phone
with
3 additions
and
2 deletions
cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py
+
1
−
1
View file @
387edbdf
...
...
@@ -29,7 +29,7 @@ from lib_autotest import *
def
signal_handler
(
signal
,
frame
):
print
(
'
You pressed Ctrl+C!
'
)
print
(
'
Resetting the UE to detached state
'
)
print
(
'
Exiting now...
'
)
timeout
=
10
exit_flag
=
1
sys
.
exit
(
0
)
...
...
This diff is collapsed.
Click to expand it.
cmake_targets/autotests/tools/iperf_script_phone
+
2
−
1
View file @
387edbdf
...
...
@@ -20,7 +20,8 @@ sleep $timeout
while
true
;
do
cmd
=
`
sudo
adb
-s
$device_id
shell netcfg |grep 192.
`
if
[
-z
"
$cmd
"
]
;
then
print
"Wating for UE to connect and get IP Address..."
echo
"Wating for UE to connect and get IP Address..."
sleep
1
else
echo
"UE is not connected. IP Address settings are...
$cmd
"
break
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment