mbox series

[BlueZ,0/4] test-bap: Add Broadcast Source SCC tests

Message ID 20240510142754.3901-1-iulia.tanasescu@nxp.com
Headers show
Series test-bap: Add Broadcast Source SCC tests | expand

Message

Iulia Tanasescu May 10, 2024, 2:27 p.m. UTC
This patch implements unit tests for BAP Broadcast Source BASE
configuration (4.13.1 Broadcast Source Configures Broadcast Audio Stream)

Some fixes in shared/bap.c and shared/l3c.h have also been included
for successful test implementation.

Iulia Tanasescu (4):
  shared/bap: Fix uninitialized field at BASE generation
  shared/lc3: Add missing LC3_QOS_8_1_2_B define
  test-bap: Pass test_setup as test define argument
  test-bap: Add Broadcast Source SCC tests

 src/shared/bap.c |    1 +
 src/shared/lc3.h |    2 +-
 unit/test-bap.c  | 1169 ++++++++++++++++++++++++++++++++++++----------
 3 files changed, 919 insertions(+), 253 deletions(-)


base-commit: f4795bf64dbf8778fc765b7dad1b1bfb365b48d7

Comments

patchwork-bot+bluetooth@kernel.org May 13, 2024, 2 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri, 10 May 2024 17:27:50 +0300 you wrote:
> This patch implements unit tests for BAP Broadcast Source BASE
> configuration (4.13.1 Broadcast Source Configures Broadcast Audio Stream)
> 
> Some fixes in shared/bap.c and shared/l3c.h have also been included
> for successful test implementation.
> 
> Iulia Tanasescu (4):
>   shared/bap: Fix uninitialized field at BASE generation
>   shared/lc3: Add missing LC3_QOS_8_1_2_B define
>   test-bap: Pass test_setup as test define argument
>   test-bap: Add Broadcast Source SCC tests
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/4] shared/bap: Fix uninitialized field at BASE generation
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=33fdb06e7de5
  - [BlueZ,2/4] shared/lc3: Add missing LC3_QOS_8_1_2_B define
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=969ccb526ba9
  - [BlueZ,3/4] test-bap: Pass test_setup as test define argument
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=78bf2ab7bdfd
  - [BlueZ,4/4] test-bap: Add Broadcast Source SCC tests
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ffd538cf7757

You are awesome, thank you!