DECT NR+ HARQ communication and testing
Hello,
we using two nrf9151 development boards with latest modem firmware version DECT-NR+ (1.0.2) and nrf-connect v2.9.0 and v2.9.1
Using HARQ with phy_type2 and handling is somehow clear and understandable. It is just an enabled Flag, I can see the Code in Ping App.
My Question is targetting the sending good packets and sending bad/broken packets.
For example application layer have an image file I want to send, this will be brake down into 100 packets, just an example calculation...
If the Transmission works fine all 100 packets are received, no HARQ mechanism is started, no harq process is running etc.
With injecting broken packets in the 100 packets, say every 10 packet is broken for a test case, how would I do that ?
Assuming a harq process is started etc. etc. Is there some undocumented API call or
can I flip some bits while the data is in the buffer after CRC is calculated of the packet?
Maybe I am thinking to complicated here and there is simple solution: transmit_with_packet_error( buffer, length, every_8_bit_flip )?
kind regards