I am having a problem with the /interface lte info command (routeros v6.37).
When I type this command, the first screen is not complete (operator, rssi missing) and a second after, the screen is refreshed with all the infos. looks like there is some async command to the LTE card, and RouterOS decides to display the screen even if not all data is here.
Screen 1
[foo@bar] > /interface lte info 1
pin-status:
functionality:
manufacturer: Huawei Technologies Co., Ltd.
model: ME909u-521
revision: 12.636.11.01.00
current-operator:
current-cellid: 233758
access-technology: 3G
imei: 860461024676499
imsi: 208201006944402
uicc: 8933201015069444023
Screen 2, one second later
pin-status: no password required
functionality: full
manufacturer: Huawei Technologies Co., Ltd.
model: ME909u-521
revision: 12.636.11.01.00
current-operator: Foo Telecom
current-cellid: 233758
access-technology: 3G
imei: 860461024676499
imsi: 208201006944402
uicc: 8933201015069444023
rssi: -81dBm
This is a problem when the command is issued by a script like /interface lte info 1 once file=lte2.txt: I get the “first screen” in file and I am missing the operator, rssi, etc data.
Reverting to 6.34.6, the problem is not here anymore, all infos are displayed immediately (but sighly differently - not cool for parsing); so it’s not a big deal but it would be nice to correct this one day.. Or to be able to have a /interface lte info 0 file=lte1.txt wait=2 command to write in the file after 2 seconds.