<div dir="ltr">Hi all,<br><br>I am using the following:<br>1. EM9191 modem (5NR/LTE).<br>2. Centos 7.8, kernel 4.19.128 aarch64 architecture.<br>3. <span style="color:rgb(0,0,0);white-space:pre-wrap">mbimcli 1.14.2 (</span><span style="color:rgb(0,0,0);white-space:pre-wrap">Copyright (2013-2014) Aleksander Morgado)</span><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span><br>I have encountered the next disconnection issue :<br><br>1. Connect by running the mbimcli commands manually (added them in the end of the post), fetch the ip,dns and etc info and set the wwan0 interface manually in linux:<br>ip address add X.X.X.X/30 dev wwan0<br>ip link set dev wwan0 up<br>ip route add default dev wwan0<br><br>[root@localhost /]# mbimcli -p -d /dev/cdc-wdm0 --query-connection-state<br>[/dev/cdc-wdm0] Connection status:<br>              Session ID: '0'<br>        Activation state: 'activated'<br>        Voice call state: 'none'<br>                 IP type: 'ipv4'<br>            Context type: 'internet'<br>           Network error: 'unknown'<br>[root@localhost /]# <br><br>2. Run pings test to google and see that everything is fine.<br><br>3. After roughly 6-7K of pings, (around 1.5-2 hours) the pings reply response is missing, the communication is lost.<br>The connection state says 'deactivated':<br> [root@localhost /]# mbimcli -p -d /dev/cdc-wdm0 --query-connection-state<br>[/dev/cdc-wdm0] Connection status:<br>              Session ID: '0'<br>        Activation state: 'deactivated'<br>        Voice call state: 'none'<br>                 IP type: 'default'<br>            Context type: 'none'<br>           Network error: 'unknown'<br>[root@localhost /]#<br><br><br>What could possibly be the reason for such behavior?<br>Tested it on 2 EM9191 modems,different SIM providers, same result.<br><br><br><u><br>The connection commands i use:<br></u><br>[root@localhost /]# mbimcli -p -d /dev/cdc-wdm0 --query-radio-state --no-close<br>[/dev/cdc-wdm0] Radio state retrieved:<br>             Hardware Radio State: 'on'<br>             Software Radio State: 'on'<br>[/dev/cdc-wdm0] Session not closed:<br>            TRID: '4'<br>[root@localhost /]# mbimcli -p -d /dev/cdc-wdm0 --query-subscriber-ready-status --no-open=4 --no-close<br>[/dev/cdc-wdm0] Subscriber ready status retrieved:<br>              Ready state: 'initialized'<br>            Subscriber ID: 'XXXXXXXXXXXX'<br>                SIM ICCID: 'XXXXXXXXXXXX'<br>               Ready info: 'none'<br>        Telephone numbers: (0) 'unknown'<br>[/dev/cdc-wdm0] Session not closed:<br>            TRID: '6'<br>[root@localhost /]# mbimcli -p -d /dev/cdc-wdm0 --query-registration-state --no-open=6 --no-close<br>[/dev/cdc-wdm0] Registration status:<br>                 Network error: 'unknown'<br>                Register state: 'home'<br>                 Register mode: 'automatic'<br>        Available data classes: 'lte, custom'<br>        Current cellular class: 'gsm'<br>                   Provider ID: '42501'<br>                 Provider name: 'Partner'<br>                  Roaming text: 'unknown'<br>            Registration flags: 'packet-service-automatic-attach'<br>[/dev/cdc-wdm0] Session not closed:<br>            TRID: '8'<br>[root@localhost /]# mbimcli -p -d /dev/cdc-wdm0 --query-packet-service-state --no-open=8 --no-close<br>[/dev/cdc-wdm0] Packet service status:<br>                 Network error: 'unknown'<br>          Packet service state: 'attached'<br>        Available data classes: 'custom'<br>                  Uplink speed: '1200000000 bps'<br>                Downlink speed: '3200000000 bps'<br>[/dev/cdc-wdm0] Session not closed:<br>            TRID: '10'<br>[root@localhost /]# mbimcli -p -d /dev/cdc-wdm0 --connect=apn='<a href="http://publicip.net.il">publicip.net.il</a>' , ip-type='ipv4' --no-open=10 --no-close<br>[/dev/cdc-wdm0] Successfully connected<br><br>[/dev/cdc-wdm0] Connection status:<br>              Session ID: '0'<br>        Activation state: 'activated'<br>        Voice call state: 'none'<br>                 IP type: 'ipv4'<br>            Context type: 'internet'<br>           Network error: 'unknown'<br><br>[/dev/cdc-wdm0] IPv4 configuration available: 'address, gateway, dns, mtu'<br>     IP [0]: 'X.X.X.X/30'<br>    Gateway: 'X.X.X.169'<br>    DNS [0]: '82.102.139.10'<br>    DNS [1]: '82.102.139.20'<br>        MTU: '1500'<br><br>[/dev/cdc-wdm0] IPv6 configuration available: 'none'<br>[/dev/cdc-wdm0] Session not closed:<br>            TRID: '13'<br>[root@localhost /]#<br><br><br>Thanks in advance,<br>Roman.</div>