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
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
oai
openairinterface5G
Commits
5f7e9976
Commit
5f7e9976
authored
9 years ago
by
Rohit Gupta
Browse files
Options
Downloads
Patches
Plain Diff
added to stop exmimo2
parent
a364c4fa
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake_targets/tools/exmimo_stop_octave.m
+4
-0
4 additions, 0 deletions
cmake_targets/tools/exmimo_stop_octave.m
cmake_targets/tools/stop_exmimo2
+16
-0
16 additions, 0 deletions
cmake_targets/tools/stop_exmimo2
with
20 additions
and
0 deletions
cmake_targets/tools/exmimo_stop_octave.m
0 → 100644
+
4
−
0
View file @
5f7e9976
n=oarf_get_num_detected_cards;
for i=n-1:0
oarf_stop(i);
end
This diff is collapsed.
Click to expand it.
cmake_targets/tools/stop_exmimo2
0 → 100755
+
16
−
0
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
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