bluetoe icon indicating copy to clipboard operation
bluetoe copied to clipboard

test::radio::simulate_connection_event_response() does not take acknowledge correctly into account

Open TorstenRobitzki opened this issue 2 years ago • 1 comments

It's possible to set any SN or NSN in the simulated received PDUs, the result will be the same. To test correct behavior for the acknowledge scheme on a higher layer, it would be useful, if the test radio, also resends unacknowledged data.

(it's possible to comment out the content of unconnected_base_t<>::next_sequences() without breaking any test).

TorstenRobitzki avatar Sep 25 '23 12:09 TorstenRobitzki

LL/CON/PER/BI-02-C in ll_control_tests.cpp might be simplified when this is fixed.

TorstenRobitzki avatar Sep 26 '23 12:09 TorstenRobitzki