summaryrefslogtreecommitdiff
path: root/src/MTS_IO_GE910Radio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MTS_IO_GE910Radio.cpp')
-rw-r--r--src/MTS_IO_GE910Radio.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/MTS_IO_GE910Radio.cpp b/src/MTS_IO_GE910Radio.cpp
index 61332b5..22a6482 100644
--- a/src/MTS_IO_GE910Radio.cpp
+++ b/src/MTS_IO_GE910Radio.cpp
@@ -41,5 +41,9 @@ GE910Radio::GE910Radio(const std::string& sPort)
ICellularRadio::CODE GE910Radio::setRxDiversity(const Json::Value& jArgs) {
/* Command string for GE radios: N/A */
- return FAILURE;
+ return NOT_APPLICABLE;
}
+
+const std::vector<std::string> GE910Radio::getRegistrationCommands() {
+ return { "CREG", "CGREG" };
+} \ No newline at end of file