Skip to content

Commit

Permalink
tests: Bluetooth: controller: updated ISO-AL tests for lost SDUs
Browse files Browse the repository at this point in the history
-- Updated test cases to include missing / lost SDUs.
-- Included tests for receiving only framed padding PDUs.
-- Removed tests linked to sink and source configuration params as these
   were unused and removed.

Signed-off-by: Nirosharn Amarasinghe <[email protected]>
  • Loading branch information
niag-Oticon authored and carlescufi committed Jun 6, 2023
1 parent ff89e98 commit 97935bb
Show file tree
Hide file tree
Showing 3 changed files with 1,972 additions and 668 deletions.
2 changes: 1 addition & 1 deletion tests/bluetooth/ctrl_isoal/src/isoal_test_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void isoal_test_debug_print_rx_sdu(const struct isoal_sink *sink_ctx

PRINT("\n");
PRINT("SDU %04d (%10d) | %12s [%10s] %03d: ",
sdu_frag->sdu.seqn,
sdu_frag->sdu.sn,
sdu_frag->sdu.timestamp,
STATE_TO_STR(sdu_frag->sdu_state),
DU_ERR_TO_STR(sdu_frag->sdu.status),
Expand Down
Loading

0 comments on commit 97935bb

Please sign in to comment.