In that case, you can do everything by UCI commands.
- To make the APN change you must follow the following steps.
First, look at the configuration
#uci show simcard
next, you will need to enter your desired APN:
#uci set simcard.sim1.apn=’your apn’
Final steps:
#uci commit
#luci-reload
I would also like to point out that if you have auto APN set up then you need to disable it additionally.
#uci set simcard.sim1.auto_apn=’0’
- To view the blacklist and modify it you must follow the steps below.
First, apply the command to check the list.
#uci show operctl
Then you can apply the commands to delete the operators. This must be done one by one with each configuration. For example Orange
#uci set operctl.@operlist[0].name='Orange'
#uci set operctl.@operlist[0].mcc_mnc='20801'