Workaround for ZTE 667 on hAP

Good evening,

i tried to use ZTE 667 for internet connection on a hAP(951).
It works, but with one problem. When the router is powered up the interface does not exist.
You must perform a soft reboot in order to get connected.
If you hard reboot (disconnect power), the ZTE 667 disappears.
I believe that this happens because ZTE 667 needs more time to boot than tha hAP.
I also tried to connect it to hAP, through a powered USB hub and it also worked, even after a hard reboot.

I wrote a script to correct it but a patch would be appreciated.

:if ([interface find type=“lte”]!=“”) do={:log warning “LTE interface found”} else={
:log warning “LTE Interface not found. Reboot in 60 Seconds”
delay 60
/system reboot
}