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. |
||
---|---|---|
.. | ||
ATHandler.cpp | ||
CMakeLists.txt | ||
CellularContext.cpp | ||
CellularDevice.cpp | ||
CellularStateMachine.cpp |