Fork of MTS-Cellular by
Diff: Cellular/Cellular.cpp
- Revision:
- 59:5535f14e3cc4
- Parent:
- 56:43205bd2752a
- Child:
- 63:f46ef5823ab5
diff -r de5f2c001ab0 -r 5535f14e3cc4 Cellular/Cellular.cpp --- a/Cellular/Cellular.cpp Wed Aug 13 19:47:19 2014 +0000 +++ b/Cellular/Cellular.cpp Wed Aug 13 21:15:05 2014 +0000 @@ -230,9 +230,7 @@ done = true; } else if (result.find("Ok_Info_GprsActivation\r\n") != std::string::npos) { done = true; - } else if (result.find("alive") != std::string::npos) { - done = true; - } + } } }