subscribe to our Youtube
13361 questions
15887 answers
25700 comments
50425 members
There is a bug in the script /usr/bin/check_operator_selection_state.sh (in versions 7.01.4 and 7.02.1 at least). It runs the mctl command on the primary modem in all cases, not the modem that is passed in through the command line (3-1 or 1-1.2).
it should say
if [ $modem_id = 3-1 ]; then
mctl -m modem -r
else
mctl -m modem2 -r
fi