From 8ecb83caf734f573666ca01a1864a44e6df820fd Mon Sep 17 00:00:00 2001 From: Serhii Kostiuk Date: Tue, 18 Feb 2020 17:36:27 +0200 Subject: [MTX-3232] Add "supportedCellularModes" value to the radio-query --static Defined "KEY_SUPPORTED_CELL_MODES" for a new field in radio-query --static output. This new field will return a comma-separated list of cellular modes (2g,3g,4g) that are supported by the modem. --- include/mts/MTS_IO_ICellularRadio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h index 57d6f53..f03bd2e 100644 --- a/include/mts/MTS_IO_ICellularRadio.h +++ b/include/mts/MTS_IO_ICellularRadio.h @@ -126,6 +126,7 @@ namespace MTS { static const char *KEY_CARRIER; //!< Cellular Service Provider (Home Network) static const char *KEY_ICCID; //!< Integrated Circuit Card Identifier static const char *KEY_MSL; //!< Master Subsidy Lock + static const char *KEY_SUPPORTED_CELL_MODES; //!< Comma-separated list of all supported cellular modes (2g,3g,4g) //Network Status Data -- cgit v1.2.3