#!/bin/bashecho"This script stops exmimo2 as it might be transmitting signal by itself if lte-softmodem terminates incorrectly"if["$OPENAIR_DIR"==""];thenecho"Is the OPENAIR_DIR path set correctly? Exiting now"exitfi
#load the modulesudo-E$OPENAIR_DIR/cmake_targets/tools/init_exmimo2#now we stop the card from transmitting anythingcd$OPENAIR_DIR/targets/binsudo-E octave $OPENAIR_DIR/cmake_targets/tools/exmimo_stop_octave.m