ME910 support

Fork of MTS-Cellular by MultiTech

Revision:
81:6d601e345d0f
Parent:
76:6eeffc10739d
--- a/Cellular/CellularFactory.cpp	Wed Sep 09 18:12:52 2015 +0000
+++ b/Cellular/CellularFactory.cpp	Thu Sep 07 16:11:14 2017 +0000
@@ -43,6 +43,7 @@
     while (true) {
         string mNumber;
         model = sendCommand(io, "ATI4", 3000);
+        logTrace("Modem reported model: %s", model.c_str());
         if (uip) {
             if (model.find("HE910") != string::npos) {
                 type = Cellular::MTSMC_H5_IP;
@@ -75,6 +76,9 @@
             } else if (model.find("LE910-NAG") != string::npos) {
                 type = Cellular::MTSMC_LAT1;
                 mNumber = "LE910-NAG";
+            } else if(model.find("ME910C1-NV") != string::npos) {
+                type = Cellular::MTSMC_LAT3;
+                mNumber = "ME910C-NV";
             } else if (model.find("LE910-SVG") != string::npos) {
                 type = Cellular::MTSMC_LVW2;
                 mNumber = "LE910-SVG";