<div dir="ltr">LEDE kernel 4.4.42<div>mmcli 1.7.0</div><div>mc7455 </div><div>tp-link archer c7</div><div><br></div>config interface 'wwan'<br>option device   '/sys/devices/platform/ehci-platform.1/usb2/2-1'<br>option proto    'modemmanager'<br>option apn      'x.xxxxx'<br>option lowpower '0'<div><br></div><div><a href="http://s000.tinyupload.com/download.php?file_id=69300403721780050133&t=6930040372178005013368350">MM debug log</a><br></div><div><br></div><div><div>I have a script running every 30 seconds to see if <a href="http://google.com">google.com</a> is reachable, if it is "ok" is logged, if it is not "crap" is logged and I turn the interface down and bring it back up.  The connection is re-established on a new bearer.  I ran the test overnight and had just two disconnects.  But I do not see anything telling in the MM debug log.</div><div><br></div><div>Most interesting is that this AM the moment I started to leverage the connection - it started dropping again after very few disconnects overnight.</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><i># cat reconn.sh </i></div></div><div><div><i>#!/bin/bash</i></div></div><div><div><i><br></i></div></div><div><div><i>while :</i></div></div><div><div><i>do</i></div></div><div><div><i><br></i></div></div><div><div><i>wget --spider <a href="http://www.google.com">http://www.google.com</a> || (logger "crap"; ifdown wwan; sleep 5; ifup wwan)</i></div></div><div><div><i><br></i></div></div><div><div><i>logger "ok"</i></div></div><div><div><i><br></i></div></div><div><div><i>sleep 30</i></div></div><div><div><i><br></i></div></div><div><div><i>done</i></div></div></blockquote><div><br></div><div><a href="http://s000.tinyupload.com/download.php?file_id=00368766078297344263&t=0036876607829734426362263">connection monitor log</a><br></div><div><br></div><div><b>Summary of disconnect events:</b></div><div><br></div><div><div>cat log | grep -i crap</div><div>Sat Feb  4 03:29:35 2017 user.notice root: crap</div><div>Sat Feb  4 05:01:46 2017 user.notice root: crap</div><div>Sat Feb  4 08:30:55 2017 user.notice root: crap</div><div>Sat Feb  4 08:32:30 2017 user.notice root: crap</div><div>Sat Feb  4 08:34:06 2017 user.notice root: crap</div><div>Sat Feb  4 08:46:18 2017 user.notice root: crap</div><div>Sat Feb  4 08:46:58 2017 user.notice root: crap</div></div><div><br></div><div>Any help is always appreciated.</div></div>