summaryrefslogtreecommitdiff
path: root/src/MTS_IO_EG95Radio.cpp
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2023-01-31 13:54:52 -0600
committerJeff Hatch <jhatch@multitech.com>2023-01-31 13:54:52 -0600
commitb504ed673fa55ae1a429fd468079ee8c16c4a04a (patch)
tree620e1d7509ddfe0e9b7102485ce01a0ff4549964 /src/MTS_IO_EG95Radio.cpp
parent430506fb7757d6736988d75c8ea53c85f6c97da9 (diff)
parent23d702dfaaa6ef20a02e410a09ae6f67e967464f (diff)
downloadlibmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.gz
libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.bz2
libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.zip
Merge branch 'ym/GP-1733/add_sequans_support' into 'master'
[GP-1733] mPower R.6.3.X: L6G1 Support See merge request !53
Diffstat (limited to 'src/MTS_IO_EG95Radio.cpp')
-rw-r--r--src/MTS_IO_EG95Radio.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MTS_IO_EG95Radio.cpp b/src/MTS_IO_EG95Radio.cpp
index 83d6489..8dc79a3 100644
--- a/src/MTS_IO_EG95Radio.cpp
+++ b/src/MTS_IO_EG95Radio.cpp
@@ -52,4 +52,8 @@ ICellularRadio::CODE EG95Radio::getSupportedCellularModes(CELLULAR_MODES &networ
}
return SUCCESS;
+}
+
+const std::vector<std::string> EG95Radio::getRegistrationCommands() {
+ return { "CREG", "CGREG", "CEREG" };
} \ No newline at end of file