FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
161 views 0 comments
by anonymous

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 anonymous
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