support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Dependents:   HTTPClient_Cellular_HelloWorld Cellular_HelloMQTT MbedSmartRestMain Car_Bon_car_module ... more

Fixed argument name (C++11 compliance)

I tried compiling with a C++11 compliant toolchain and it found a bad argument name in the MDM.h file:

Line 534:

static int _cbCUSD(int type, const char* buf, int len, char* buf);

Should be (to match definition in MDM.cpp):

static int _cbCUSD(int type, const char* buf, int len, char* resp);

(reason: early compilers don't take notice of the argument names, just the types and positions).

support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets. C027, u-blox

3 comments:

25 Aug 2015

Please approve this pull request!

22 Oct 2015

Pleaes approve ASAP as usage of the C027 support library is not possible otherwise

12 Nov 2015

The library has been patched an is usable again - thanks.