summaryrefslogtreecommitdiff
path: root/src/MTS_IO_CE910Radio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MTS_IO_CE910Radio.cpp')
-rw-r--r--src/MTS_IO_CE910Radio.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/MTS_IO_CE910Radio.cpp b/src/MTS_IO_CE910Radio.cpp
index d1cad9b..f0ec560 100644
--- a/src/MTS_IO_CE910Radio.cpp
+++ b/src/MTS_IO_CE910Radio.cpp
@@ -41,5 +41,9 @@ CE910Radio::CE910Radio(const std::string& sPort)
ICellularRadio::CODE CE910Radio::setRxDiversity(const Json::Value& jArgs) {
/* Command string for CE radios: N/A */
- return FAILURE;
+ return NOT_APPLICABLE;
+}
+
+const std::vector<std::string> CE910Radio::getRegistrationCommands() {
+ return { "CREG" };
}