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

Dependencies:   WncControllerK64F

Revision:
25:52bad4105cac
Parent:
9:9f0578ff157a
Child:
30:0b1a174c0d4f
diff -r 78d2aed96783 -r 52bad4105cac WNCInterface.cpp
--- a/WNCInterface.cpp	Tue Dec 06 22:51:30 2016 +0000
+++ b/WNCInterface.cpp	Thu Mar 09 01:00:12 2017 +0000
@@ -93,13 +93,13 @@
     M_LOCK;
     if( debug ) {
         _dbgout = debug;
-        _pwnc = new WncControllerK64F_fk::WncControllerK64F::WncControllerK64F(&wncPinList, &mdmUart, debug);
+        _pwnc = new WncControllerK64F_fk::WncControllerK64F(&wncPinList, &mdmUart, debug);
 #if WNC_DEBUG == 1
     _pwnc->enableDebug(1,1);
 #endif
         }
     else
-        _pwnc = new WncControllerK64F_fk::WncControllerK64F::WncControllerK64F(&wncPinList, &mdmUart, NULL);
+        _pwnc = new WncControllerK64F_fk::WncControllerK64F(&wncPinList, &mdmUart, NULL);
 
     if( apn==NULL )
         apn = APN_DEFAULT;