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

Dependencies:   WncControllerK64F

Revision:
30:0b1a174c0d4f
Parent:
28:dceb8da78e6d
--- a/WNCInterface.h	Fri Mar 24 22:02:33 2017 +0000
+++ b/WNCInterface.h	Thu Apr 18 21:29:12 2019 +0000
@@ -149,6 +149,9 @@
    */
   void doDebug(int val);  //doing this so I can get to the wnc controller pointer
   
+  static int16_t getRSSI(); // to get the RSSI  - Nate
+  static int16_t get3gBer(); // to get the ber  - Nate
+  static string * readCellNeighbor_wnc();// Reads cell towwr neightbow - Nate
   
 private:
   static WncController_fk::WncIpStats myNetStats;     //maintaint the network statistics