mbed-os/connectivity/cellular/tests/UNITTESTS/doubles
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
..
ATHandler_stub.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
ATHandler_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
AT_CellularContext_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularDevice_stub.cpp modify method signatures to pass astyle tests 2022-05-10 14:27:54 +02:00
AT_CellularDevice_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
AT_CellularInformation_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularNetwork_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularNetwork_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
AT_CellularSMS_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularStack_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_ControlPlane_netif_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CMakeLists.txt Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
CellularContext_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularDevice_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularDevice_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
CellularStateMachine_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularStateMachine_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
CellularUtil_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularUtil_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
myCellularContext.h Unit tests: Fix style in cellular myCellularContext.h stub 2021-08-02 13:47:57 +01:00
myCellularDevice.h Unit tests: Move cellular target_h stubs 2021-08-02 13:47:57 +01:00