mirror of https://github.com/ARMmbed/mbed-os.git
When parsing SMS, it can happen that we receive CRLF in the SMS payload (happened to me when receiving provider texts). As an example, we can receive: """ Hello <CR><LF> World! """ With previous implementation, second consume_to_stop_tag was stopping in <CR><LF> and rest of the code was failing for obvious reasons. With this commit we consume the full payload as bytes. |
||
---|---|---|
.. | ||
AT_CellularContext.cpp | ||
AT_CellularDevice.cpp | ||
AT_CellularInformation.cpp | ||
AT_CellularNetwork.cpp | ||
AT_CellularSMS.cpp | ||
AT_CellularStack.cpp | ||
AT_ControlPlane_netif.cpp | ||
CMakeLists.txt |