mbed-os/connectivity/cellular/source/framework/AT
David Alonso de la Torre 9e7e22dd2c Fix AT_CellularSMS::list_messages breaking in text mode when CRLF is contained in SMS payload text
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.
2024-05-11 10:42:46 +02:00
..
AT_CellularContext.cpp Apply suggestion from review 2020-09-23 16:04:23 +02:00
AT_CellularDevice.cpp modify method signatures to pass astyle tests 2022-05-10 14:27:54 +02:00
AT_CellularInformation.cpp Split include/ and source/ for cellular 2020-07-22 11:05:49 +01:00
AT_CellularNetwork.cpp Split include/ and source/ for cellular 2020-07-22 11:05:49 +01:00
AT_CellularSMS.cpp Fix AT_CellularSMS::list_messages breaking in text mode when CRLF is contained in SMS payload text 2024-05-11 10:42:46 +02:00
AT_CellularStack.cpp Split include/ and source/ for cellular 2020-07-22 11:05:49 +01:00
AT_ControlPlane_netif.cpp Split include/ and source/ for cellular 2020-07-22 11:05:49 +01:00
CMakeLists.txt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00