summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2021-05-31 16:52:29 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2021-05-31 16:55:25 +0300
commitbc2875140ba6a91eaeab8e9626a212986dcf5d4d (patch)
treefed63fa776088659855a9ae3b2c7f5d221ec3a25 /src
parent10633362bed1a888168f17fa1edf639990c15c50 (diff)
downloadlibmts-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 'src')
-rw-r--r--src/MTS_IO_ICellularRadio.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MTS_IO_ICellularRadio.cpp b/src/MTS_IO_ICellularRadio.cpp
index 042faf1..0a33b59 100644
--- a/src/MTS_IO_ICellularRadio.cpp
+++ b/src/MTS_IO_ICellularRadio.cpp
@@ -52,7 +52,8 @@ const char *MTS::IO::ICellularRadio::KEY_ICCID = "iccid"; //!< Integrated
const char *MTS::IO::ICellularRadio::KEY_MSL = "msl"; //!< Master Subsidy Lock
const char *MTS::IO::ICellularRadio::KEY_SUPPORTED_CELL_MODES = "supportedCellularModes"; //!< Comma-separated list of all supported cellular modes (2g,3g,4g)
const char *MTS::IO::ICellularRadio::KEY_SIM_CARRIER_CODE = "simCarrierCode"; //!< Unique carrier identifier based on the SIM card information.
-const char *MTS::IO::ICellularRadio::KEY_SIM_MCC_MNC = "simMccMnc"; //!< MCC/MNC of the home network from the SIM.
+const char *MTS::IO::ICellularRadio::KEY_SIM_MCC = "simMcc"; //!< MCC of the home network from the SIM.
+const char *MTS::IO::ICellularRadio::KEY_SIM_MNC = "simMnc"; //!< MNC of the home network from the SIM.
//Dynamic Data
const char *MTS::IO::ICellularRadio::KEY_ROAMING = "roaming"; //!< Indicates whether or not using Home Network
const char *MTS::IO::ICellularRadio::KEY_DATETIME = "datetime"; //!< Date and Time from tower