summaryrefslogtreecommitdiff
path: root/src/MTS_IO_ICellularRadio.cpp
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-01-11 11:26:50 -0600
committerJohn Klug <john.klug@multitech.com>2023-01-11 11:26:50 -0600
commite661044a43345f7cac947c3bb6178a2c045028f6 (patch)
tree904f32734e0e2dff8ecccbf83264b8bf8a8cecc1 /src/MTS_IO_ICellularRadio.cpp
parent81c924e1b30efabd5e5a7c712998b989917b2a8e (diff)
parent430506fb7757d6736988d75c8ea53c85f6c97da9 (diff)
downloadlibmts-io-e661044a43345f7cac947c3bb6178a2c045028f6.tar.gz
libmts-io-e661044a43345f7cac947c3bb6178a2c045028f6.tar.bz2
libmts-io-e661044a43345f7cac947c3bb6178a2c045028f6.zip
Verizon IMSI detection merge1.0.33
Diffstat (limited to 'src/MTS_IO_ICellularRadio.cpp')
-rw-r--r--src/MTS_IO_ICellularRadio.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MTS_IO_ICellularRadio.cpp b/src/MTS_IO_ICellularRadio.cpp
index 7453662..05af28d 100644
--- a/src/MTS_IO_ICellularRadio.cpp
+++ b/src/MTS_IO_ICellularRadio.cpp
@@ -97,6 +97,9 @@ const char *MTS::IO::ICellularRadio::KEY_MIP_REVTUN = "revTun";
const char *MTS::IO::ICellularRadio::KEY_MIP_MNAAASS = "mnAaaSs"; //!< Mobile Node Authentication, Authorization, and Accounting Server Shared Secret
const char *MTS::IO::ICellularRadio::KEY_MIP_MNHASS = "mnHaSs"; //!< Mobile Node Home Agent Shared Secret
+const char *MTS::IO::ICellularRadio::KEY_PDP_CONTEXT_APN = "apn";
+const char *MTS::IO::ICellularRadio::KEY_PDP_CONTEXT_IPMODE = "ipMode";
+
const char *MTS::IO::ICellularRadio::VALUE_TYPE_GSM = "GSM";
const char *MTS::IO::ICellularRadio::VALUE_TYPE_LTE = "LTE";
const char *MTS::IO::ICellularRadio::VALUE_TYPE_CDMA = "CDMA";