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
5f7e9976
Commit
5f7e9976
authored
Dec 19, 2015
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added to stop exmimo2
parent
a364c4fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
cmake_targets/tools/exmimo_stop_octave.m
cmake_targets/tools/exmimo_stop_octave.m
+4
-0
cmake_targets/tools/stop_exmimo2
cmake_targets/tools/stop_exmimo2
+16
-0
No files found.
cmake_targets/tools/exmimo_stop_octave.m
0 → 100644
View file @
5f7e9976
n=oarf_get_num_detected_cards;
for i=n-1:0
oarf_stop(i);
end
cmake_targets/tools/stop_exmimo2
0 → 100755
View file @
5f7e9976
#!/bin/bash
echo
"This script stops exmimo2 as it might be transmitting signal by itself if lte-softmodem terminates incorrectly"
if
[
"
$OPENAIR_DIR
"
==
""
]
;
then
echo
"Is the OPENAIR_DIR path set correctly? Exiting now"
exit
fi
#load the module
sudo
-E
$OPENAIR_DIR
/cmake_targets/tools/init_exmimo2
#now we stop the card from transmitting anything
cd
$OPENAIR_DIR
/targets/bin
sudo
-E
octave
$OPENAIR_DIR
/cmake_targets/tools/exmimo_stop_octave.m
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