You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cellular_comm_interface, which handles low level transfers between the modem and the cellular library, has provisions to report errors on receive / transmit (ie. caused by buffer overruns, etc.)
However, the pktio layer currently disregards this status information
Hello @tpecar-ltek. I've applied the feature request tag to this request and forwarded it to the cellular library team.
We will need to map from the CellularCommInterfaceError_t type to the CellularError_t type. Feel free to do so and open a pull request if you would like. Otherwise we will prioritize your request and add it to a future release.
tpecar-ltek
changed the title
[Enchancement] In-band handling of cellular_comm_interface errors
[Feature Request] In-band handling of cellular_comm_interface errors
Dec 28, 2022
The
cellular_comm_interface
, which handles low level transfers between the modem and the cellular library, has provisions to report errors on receive / transmit (ie. caused by buffer overruns, etc.)However, the
pktio
layer currently disregards this status informationFreeRTOS-Cellular-Interface/source/cellular_pktio.c
Lines 590 to 592 in 936d4f7
FreeRTOS-Cellular-Interface/source/cellular_pktio.c
Lines 1290 to 1292 in 936d4f7
It would be beneficial if the errors on the low-level layer could be propagated back to the user API.
The text was updated successfully, but these errors were encountered: