EC25-E using QMI interface stop working

I had successfully installed and tested the SIXfab LET module with the EC25-E, and I can get an IP address and I’m able to ping any internet IP.

However, after a few minutes, the wwan0 interface loses the IP address and disconnects, and by checking the status of the interface with ifconfig, it shows me this

wwan0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)

uame -r
4.19.58-v7+, I’m using a Raspberry Pi 3B and I’m not able to upgrade the Os, as the QMI will not work on newer kernels.
BTW, I’m using this in combination with a LoRA Hat

lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 51, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 52, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 4: Dev 55, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 55, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 5: Dev 63, If 0, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 5: Dev 63, If 1, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 5: Dev 63, If 2, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 5: Dev 63, If 3, Class=Vendor Specific Class, Driver=option, 480M
|__ Port 5: Dev 63, If 4, Class=Vendor Specific Class, Driver=qmi_wwan, 480M

Any recommendation to fix this issue?

Thanks