Mikrotik LHGG + EM160R-GL mbim error

I use this script to restart modem

:local device “lte1”
:local uptime ([/interface lte monitor [find name=$device] once as-value]->“session-uptime”)
:local reset false

:if ([ :typeof $uptime ] = “nothing”) do={
:log warning “$device Reset”
:set reset true
}

:if ($reset = true) do={
:log warning “Resetting $device …”
/interface disable $device
/delay 1s
/interface enable $device
}

Hi!
I have exactly the same problem on EM160R_GL and Mikrotik RBM11G
At the start of the router, the modem will not up the link and does not received an IP address. It’s on wait the registered status.
Disabling and then enabling the modem interface resolves the issue.

Firmware’s:
Мodem - EM160RGLAUR02A09M4G and EM160RGLAUR02A10M4G
Router - RouterOS from 7.1.5 to 7.8

Help with a problem!
Thank you in advance!

exactly same problem with mikrotik rbm11g

Same problem too
how to solve it?