diff options
Diffstat (limited to 'include/mts/MTS_IO_ICellularRadio.h')
| -rw-r--r-- | include/mts/MTS_IO_ICellularRadio.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h index bed4dab..58329c4 100644 --- a/include/mts/MTS_IO_ICellularRadio.h +++ b/include/mts/MTS_IO_ICellularRadio.h @@ -151,7 +151,8 @@ namespace MTS {                  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)                  static const char *KEY_SIM_CARRIER_CODE;  //!< Unique carrier identifier based on the SIM card information. -                static const char *KEY_SIM_MCC_MNC;   //!< MCC/MNC of the home network from the SIM. +                static const char *KEY_SIM_MCC;       //!< MCC of the home network from the SIM. +                static const char *KEY_SIM_MNC;       //!< MNC of the home network from the SIM.                  //Network Status Data | 
