STM32WB OpenThread UDP send completion status
Is there any plans to support some sort of Transmission Complete Status after sending a UDP packet?
I am noticing that packets are failing to transmit and silently dropped by the WB M0 with no notification passed up to the M4 that this has occurred.
In the main OpenThread implementation, otUdpSend responds correctly once a packet has been sent or dropped, but I believe your implementation is only
indicating the packet was successfully queued by the M0.
I can see that packets have been dropped by the otMacCounters field mTxErrBusyChannel incrementing but as these count lower level IPv6 and 802.15.4 packets
I cannot reliably query this to detect a failed transmission.
Having a reliable notification that a transmission was successful or failed will allow us to have more reliable communication between nodes.