diff options
| author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2021-05-31 16:52:29 +0300 | 
|---|---|---|
| committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2021-05-31 16:55:25 +0300 | 
| commit | bc2875140ba6a91eaeab8e9626a212986dcf5d4d (patch) | |
| tree | fed63fa776088659855a9ae3b2c7f5d221ec3a25 /include/mts | |
| parent | 10633362bed1a888168f17fa1edf639990c15c50 (diff) | |
| download | libmts-io-bc2875140ba6a91eaeab8e9626a212986dcf5d4d.tar.gz libmts-io-bc2875140ba6a91eaeab8e9626a212986dcf5d4d.tar.bz2 libmts-io-bc2875140ba6a91eaeab8e9626a212986dcf5d4d.zip | |
[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2
Switched to the separate fields for SIM MCC and SIM MNC
after a code review.
Diffstat (limited to 'include/mts')
| -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 | 
