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
Michael Black
OpenXG-RAN
Commits
6dcfc1e4
Commit
6dcfc1e4
authored
Oct 10, 2016
by
fnabet
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop1B' of
https://gitlab.eurecom.fr/oai1b/openairinterface5g
into develop1B
parents
679e7f6d
f8061760
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
+1
-1
cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py
...gets/autotests/tools/configure_cots_sony_experia_m4_ue.py
+1
-1
No files found.
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
View file @
6dcfc1e4
...
...
@@ -313,7 +313,7 @@ def SSHSessionWrapper(machine, username, key_file, password, logdir_remote, logd
# \param CleanUpAluLteBox program to terminate AlU Bell Labs LTE Box
# \param ExmimoRfStop String to stop EXMIMO card (specified in test_case_list.xml)
def
cleanOldPrograms
(
oai
,
programList
,
CleanUpAluLteBox
,
ExmimoRfStop
,
logdir
,
logdirOAI5GRepo
):
cmd
=
'sudo -E killall -9 -q -r '
+
programList
cmd
=
'sudo -E killall -
s INT -q -r '
+
programList
+
' ; sleep 5 ; sudo -E killall -
9 -q -r '
+
programList
result
=
oai
.
send
(
cmd
,
True
)
print
"Killing old programs..."
+
result
programArray
=
programList
.
split
()
...
...
cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py
View file @
6dcfc1e4
...
...
@@ -73,7 +73,7 @@ def start_ue () :
time
.
sleep
(
2
)
#Now we check if ppp0 interface is up and running
try
:
cmd
=
'sudo adb -s '
+
device_id
+
' shell netcfg |grep
192.
'
cmd
=
'sudo adb -s '
+
device_id
+
' shell netcfg |grep
UP
'
status
,
out
=
commands
.
getstatusoutput
(
cmd
)
if
(
out
==
''
)
:
print
"Waiting for UE to connect and get IP Address..."
...
...
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