diff options
author | John Klug <john.klug@multitech.com> | 2023-01-11 11:26:50 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-01-11 11:26:50 -0600 |
commit | e661044a43345f7cac947c3bb6178a2c045028f6 (patch) | |
tree | 904f32734e0e2dff8ecccbf83264b8bf8a8cecc1 /include/mts/MTS_IO_TelitRadio.h | |
parent | 81c924e1b30efabd5e5a7c712998b989917b2a8e (diff) | |
parent | 430506fb7757d6736988d75c8ea53c85f6c97da9 (diff) | |
download | libmts-io-e661044a43345f7cac947c3bb6178a2c045028f6.tar.gz libmts-io-e661044a43345f7cac947c3bb6178a2c045028f6.tar.bz2 libmts-io-e661044a43345f7cac947c3bb6178a2c045028f6.zip |
Verizon IMSI detection merge1.0.33
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r-- | include/mts/MTS_IO_TelitRadio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h index a06da54..d198969 100644 --- a/include/mts/MTS_IO_TelitRadio.h +++ b/include/mts/MTS_IO_TelitRadio.h @@ -73,6 +73,8 @@ namespace MTS { virtual CODE fumoWriteGroupsABD(int fd, UpdateCb& stepCb); //virtual CODE fumoWriteGroupC(int fd, UpdateCb& stepCb); + const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) override; + static bool isContainsSignChar(const std::string& str); private: |