mbed-os/connectivity/cellular/tests/UNITTESTS/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 Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
at_cellulardevice Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
at_cellularinformation Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
at_cellularnetwork Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
at_cellularsms 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 Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
CMakeLists.txt Fix missing newline 2021-05-11 04:22:26 -07:00