DECT NR+ HARQ communication and testing

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

Parents
  • Hi,

    Can you provide more details about your measurement setup?

    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 )?


    What exactly are you trying to achieve/test?

    Best regards,
    Dejan

  • Hi,

    I just want to see the impact of HARQ enabled or not with my transmissions.
    I want to play with the existing setup and use the existing code base to start my own investigating and development based on that.

    The change and difference with using different Feedback fields for example is my goal.

    I am used to use ZTEST suite for example and create a test setup which demonstrate the different use-cases  and trigger definitily ERROR Transmissions which can be used to monitor HARQ in action (over the air) - with sniffer and/or logic analyzer.

    For the product use case I need than to pick a specific solution / result of the research on that topic.
    And maybe create different show-cases based on application scenarios.

    kind regards

Reply
  • Hi,

    I just want to see the impact of HARQ enabled or not with my transmissions.
    I want to play with the existing setup and use the existing code base to start my own investigating and development based on that.

    The change and difference with using different Feedback fields for example is my goal.

    I am used to use ZTEST suite for example and create a test setup which demonstrate the different use-cases  and trigger definitily ERROR Transmissions which can be used to monitor HARQ in action (over the air) - with sniffer and/or logic analyzer.

    For the product use case I need than to pick a specific solution / result of the research on that topic.
    And maybe create different show-cases based on application scenarios.

    kind regards

Children
No Data
Related