mbed-os/connectivity
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
..
FEATURE_BLE Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
cellular 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
docs Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
drivers connectivity: drivers: Update Nuvoton M467 EMAC DMA_IE ctl 2023-07-13 16:21:57 +08:00
libraries Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
lorawan allow to override antenna gain 2023-11-30 14:52:19 +01:00
lwipstack add nullpointer check in LWIP::socket_close 2023-07-05 11:22:22 +02:00
mbedtls Mbed TLS: Fix wrong MPI N in ECP Curve448 curve 2022-05-24 16:24:46 +08:00
nanostack Merge pull request #15406 from IVOES/fix-null-check 2023-05-22 11:35:15 +01:00
netsocket Avoid calling virtual functions from constructors and destructors 2023-04-18 23:18:27 -04:00
nfc Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00
CMakeLists.txt Squashed 'connectivity/nanostack/coap-service/' changes from bbe01736bd..9a9085d4cd 2021-09-23 13:21:08 +03:00