Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
5f7e9976
Commit
5f7e9976
authored
Dec 19, 2015
by
Rohit Gupta
Browse files
added to stop exmimo2
parent
a364c4fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
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