drivers: modem: gsm: +CSQ shouldn't give sem_response

The +CSQ: is followed by 'OK' or 'ERROR', so its handler
should not give sem_response.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2022-02-20 17:21:35 +08:00 committed by Marti Bolivar
parent 6bf44c5af5
commit 176bd02a56

View file

@ -408,8 +408,6 @@ MODEM_CMD_DEFINE(on_cmd_atcmdinfo_rssi_csq)
LOG_INF("RSSI: %d", rssi);
}
k_sem_give(&gsm.sem_response);
return 0;
}
#endif