FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13361 questions

15887 answers

25700 comments

50425 members

0 votes
80 views 0 comments
by

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

1 Answer

0 votes
by
Good afternoon,

Thank you for your insights. This problem was noticed and is already fixed and waiting for hotfix release.

Sincerely,
E.G.
Best answer