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

Revision:
9:76c6dd1434e1
Parent:
8:33c33f7cf84e
Child:
10:2ec59906a24e
--- a/WncController.cpp	Fri Sep 09 16:02:42 2016 +0000
+++ b/WncController.cpp	Fri Sep 09 17:47:55 2016 +0000
@@ -518,7 +518,7 @@
     
     if (numSock < MAX_NUM_WNC_SOCKETS) {
         if (m_sSock[numSock].open == true) {
-            int       i = m_sSock[numSock].readRetries;
+            uint8_t   i = m_sSock[numSock].readRetries;
             uint16_t to = m_sSock[numSock].readRetryWaitMs;
             bool foundData = false;
             size_t numRead;