diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-07-13 07:36:27 -0500 |
---|---|---|
committer | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-07-13 07:36:27 -0500 |
commit | 57b06af5b3e4e3c139cefbebb9fe76a8191c82ec (patch) | |
tree | d9288e1871d6a40f34f0ee0289864e6e03a0daf5 /include/mts | |
parent | cb427be9a092b0968aee1a42a2bc805735c9c8f2 (diff) | |
download | libmts-io-57b06af5b3e4e3c139cefbebb9fe76a8191c82ec.tar.gz libmts-io-57b06af5b3e4e3c139cefbebb9fe76a8191c82ec.tar.bz2 libmts-io-57b06af5b3e4e3c139cefbebb9fe76a8191c82ec.zip |
Add support for US Cellular devices1.0.2
Diffstat (limited to 'include/mts')
-rw-r--r-- | include/mts/MTS_IO_CellularRadio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h index 9d93162..0ec4ac8 100644 --- a/include/mts/MTS_IO_CellularRadio.h +++ b/include/mts/MTS_IO_CellularRadio.h @@ -229,6 +229,7 @@ namespace MTS { static const std::string VALUE_CARRIER_VERIZON; static const std::string VALUE_CARRIER_AERIS; static const std::string VALUE_CARRIER_SPRINT; + static const std::string VALUE_CARRIER_USCELLULAR; static const std::string VALUE_CARRIER_ATT; static const std::string VALUE_CARRIER_TMOBILE; |