RUTX11 fw RUTX_R_00.07.05 no longer support ubus call sim change

Since flash to RUTX_R_00.07.05 , this command no longer works - " ubus call sim change " or “ubus call sim get” command.
I there some other command can run in a script via ssh to initiate a sim change? or is there a possibility to have a button or quick way o select sim in use?

Hello,

Indeed, the commads you have mentioned are no longer valid in the newer firmware version. Now, you can use the following commands:

# get current SIM slot
ubus call gsm.modem0 get_sim_slot
# swap to other SIM slot
ubus call gsm.modem0 change_sim_slot
# change to specific SIM slot
ubus call gsm.modem0 set_sim_slot '{"index":1}'

Apologies for any inconvenience this may have caused.

Kind Regards,

Thank you for that, resolved issue.

1 Like

This topic was automatically closed after 15 days. New replies are no longer allowed.