diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml index 9af5e0c7..af248035 100644 --- a/message_definitions/v1.0/common.xml +++ b/message_definitions/v1.0/common.xml @@ -7768,7 +7768,13 @@ - Report current used cellular network status + Cellular network status as reported by a particular modem. + + This is primarily intended for logging, but a GCS may choose to display link_tx_rate and link_rx_rate. + + Note that a value of 0 in the id field indicates that the sender does not support reporting of multiple modems. + Message data should be from a single modem, but that is not guaranteed. + Cellular modem status Failure reason when status in in CELLULAR_STATUS_FLAG_FAILED Cellular network radio type: gsm, cdma, lte... @@ -7776,6 +7782,18 @@ Mobile country code. If unknown, set to UINT16_MAX Mobile network code. If unknown, set to UINT16_MAX Location area code. If unknown, set to 0 + + Cellular modem instance number. Indexed from 1. + Download rate. + Upload rate. + ID of the currently connected cell tower. This must be NULL terminated if the length is less than 9 human-readable chars, and without the null termination (NULL) byte if the length is exactly 9 chars. + LTE frequency band number. + LTE radio frequency. + The channel number (CN). Absolute radio-frequency (ARFCN) / E-UTRA (EARFCN) / UTRA (UARFCN) / New radio (NR_CH). + On 3G is Received Signal Code Power (RSCP). On LTE is Reference Signal Received Power (RSRP). On 5G is New Radio Reference Signal Received Power (NR_RSRP). + Transmitter (modem) signal absolute power level. + On 3G is Receiver Quality (RxQual). On LTE is Reference Signal Received Quality (RSRQ). On 5G is New Radio Reference Signal Received Quality (NR_RSRQ). + Signal to interference plus noise ratio (SINR). Status of the Iridium SBD link.