iridiumsbd: update logic for detecting if the modem is not responsive

This commit is contained in:
Igor Mišić
2023-02-15 10:25:24 +01:00
committed by Beat Küng
parent 5be0adc779
commit 4f8de500af
5 changed files with 23 additions and 40 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
uint64 timestamp # time since system start (microseconds)
uint64 last_heartbeat # timestamp of the last successful sbd session
uint64 last_successful_at_cmd # timestamp of the last successful AT command
uint16 tx_buf_write_index # current size of the tx buffer
uint16 rx_buf_read_index # the rx buffer is parsed up to that index
uint16 rx_buf_end_index # current size of the rx buffer