FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14164 questions

16818 answers

27654 comments

54095 members

0 votes
148 views 0 comments
by
admin01 cellular service=auto ;cellular band=auto

This is my SMS to configure the bands in auto, but I would to fix in manual the bands B7, B20, B38 and umts bands 1800 and 2100. How will be my SMS to my SIM of my RUTXR1?

1 Answer

0 votes
by

Hi,

For changing bands, you can use UCI commands.

First of all, go to your router and check if with CLI you can find the uci syntax for the line where bands are saved.

uci show | grep b7    (or use anything that you've set recently including b20, b38)

This should output you a lot of lines and one of them should look like this:

 [email protected][0].lte='lte_b1' 'lte_b8' 'lte_b41'

But it could be different in your situation.

Then you just use uci commands to set new values, so in your case we want to do it with SMS:

https://wiki.teltonika-networks.com/view/RUTX11_Mobile_Utilities#UCI_API_rule

<yourAdminPassword> uci set  [email protected][0].lte='lte_b3' 'lte_b7' 'lte_b20'

then send another sms:<adminPassword> uci commit

and after 10 seconds send this: <adminPassword> luci-reload

This should change your bands.

EB.