Hi Guys,
I want to to reset USB module if lte inteface is not “call in progress”. I’m trying following script to record status but it runs in loop
For ppp-client it was OK with following script
/interface ppp-client monitor ppp-out1 once do={:if ($status != “connected”) do= {:log warning “PPP Link Down, reboot system”; /system reboots}}
But in lte there is no monitor option. Any suggestion on how I can record status and reboot the router if it is not “call in progress”
