We are using an Lara R211 modem an are experiencing issues where calls start to fail after some time due to the following CEER error:
AT+CEER?
+CEER: "CC setup error", 388, "CS connection release triggered by MM"
We tried to change the carrier but that does not work anymore (AT+COPS
). The only way to recover the modem seems to be resetting it (via pin).
CEER 388
? Is there anything we try to do or is resetting the modem the appropriate approach here? We were never able to fully fixed the underlaying issue but have been able to find a workaround that mitigates the issues we were facing:
python-modem
fork to using modem-manager
.modem-manager
allowed us to reset the modem much faster (i.e. for CEER 388).