I added functionality to get the RSSI, BER, and Cell Neighbor for reporting connection issues to M2X

Revision:
31:5db38ccccd1d
Parent:
29:69ada8524b4a
Child:
32:6512f41ac6f0
--- a/WncController.h	Fri Sep 23 14:55:35 2016 +0000
+++ b/WncController.h	Fri Oct 07 18:36:42 2016 +0000
@@ -404,7 +404,8 @@
     bool at_gettimedate_wnc(struct WncDateTime * tod);
     bool at_ping_wnc(const char * ip);
     bool at_geticcid_wnc(string * iccid);
-
+    bool at_power_save_off_wnc(void);
+    
     // Utility methods
     void sendCmd(const char * cmd, bool crLf);
     void sendCmd(const char * cmd, unsigned n, unsigned wait_uS, bool crLf);