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

Dependencies:   WncControllerK64F

Revision:
25:52bad4105cac
Parent:
24:78d2aed96783
--- a/Socket/TCPSocketConnection.cpp	Tue Dec 06 22:51:30 2016 +0000
+++ b/Socket/TCPSocketConnection.cpp	Thu Mar 09 01:00:12 2017 +0000
@@ -65,7 +65,7 @@
  
     if( s == WncController_fk::WncController::WNC_ON ) {
       M_LOCK;
-      if( WNCInterface::_pwnc->write(0, (const std::uint8_t*)data, length) )
+      if( WNCInterface::_pwnc->write(0, (const uint8_t*)data, length) )
         ret = length;
       M_ULOCK;
       }