We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a46788 commit b302e3dCopy full SHA for b302e3d
connectivity/drivers/cellular/GEMALTO/CINTERION/GEMALTO_CINTERION_CellularStack.cpp
@@ -59,7 +59,7 @@ void GEMALTO_CINTERION_CellularStack::urc_sis()
59
}
60
if (urc_code == 0) {
61
int urc_info_id = _at.read_int();
62
- if (urc_info_id == 48) {
+ if (urc_info_id == 48 || urc_info_id == 20) {
63
tr_info("Socket closed %d", sock_id);
64
sock->closed = true;
65
if (sock->_cb) {
0 commit comments