summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-22 10:51:06 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2019-06-22 13:53:16 +0300
commitda53c2f6955e748862066f727997965f7b9c6849 (patch)
tree3d2fc3bf9228387162c70e9c6b824909429d2ccb /include
parent07d0ee6ea892dea71911478fad2c530de41e059b (diff)
downloadlibmts-io-da53c2f6955e748862066f727997965f7b9c6849.tar.gz
libmts-io-da53c2f6955e748862066f727997965f7b9c6849.tar.bz2
libmts-io-da53c2f6955e748862066f727997965f7b9c6849.zip
[MTS-MTQ] SIM status and PIN unlock procedures
Defined the JSON object fields for SIM Status Summary data
Diffstat (limited to 'include')
-rw-r--r--include/mts/MTS_IO_ICellularRadio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h
index 5d2295b..531e0e0 100644
--- a/include/mts/MTS_IO_ICellularRadio.h
+++ b/include/mts/MTS_IO_ICellularRadio.h
@@ -160,6 +160,12 @@ namespace MTS {
static const char *KEY_MIP_MNAAASS; //!< Mobile Node Authentication, Authorization, and Accounting Server Shared Secret
static const char *KEY_MIP_MNHASS; //!< Mobile Node Home Agent Shared Secret
+ //SIM Status Summary data
+ static const char *KEY_IS_SIM_INSERTED; //!< SIM card insertion indicator. True when a SIM card is inserted
+ static const char *KEY_IS_SIM_LOCKED; //!< SIM card lock status indicator. True when a SIM card is locked by PIN / PUK / other code
+ static const char *KEY_SIM_LOCK_STATUS; //!< SIM card lock status string. Either "READY", "SIM PIN", "SIM PUK" or other state
+ static const char *KEY_ATTEMPTS_PIN; //!< The number of attempts left to unlock the SIM card using PIN code
+ static const char *KEY_ATTEMPTS_PUK; //!< The number of attempts left to unlock the SIM card using PUK code
//Values - Type
static const char *VALUE_TYPE_LTE;