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
216 views 0 comments
by
Hello,

How can I query the secondary modem in the RUTX12 using either gsmctl or JSON-RPC calls? There is no documentation on the Wiki for this.

I would like to monitor things like Connection State, SINR, bytes sent/received etc. for the secondary modem as well.

Thanks,
Sandip

1 Answer

+1 vote
by anonymous

Hello,

To answer your question on how to access and monitor second modem using gsmctl, you need to provide modem ID using gsmctl command:

gsmctl -O 3-1 -q --Will show signal strength of modem1

gsmctl -O 1-1.2 -q --Will show signal strength of modem2

You can find out about your modem ID by using command:

ubus call gcont get '{"array":"modems"}'

Regards.