linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] android/pts: Update PICS and PIXITs for AVCTP
@ 2014-04-07 14:45 Sebastian Chlad
  2014-04-07 14:45 ` [PATCH 2/2] android/pts: PTS tests results " Sebastian Chlad
  2014-04-09 17:56 ` [PATCH 1/2] android/pts: Update PICS and PIXITs " Szymon Janc
  0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Chlad @ 2014-04-07 14:45 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Sebastian Chlad

Bumping version of PTS to 5.1 as well as adding the CT role. Since
both roles are enabled for AVRCP, AVCTP should follow the suit.
---
 android/pics-avctp.txt  | 16 ++++++++--------
 android/pixit-avctp.txt |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/android/pics-avctp.txt b/android/pics-avctp.txt
index 41ad4db..3490db5 100644
--- a/android/pics-avctp.txt
+++ b/android/pics-avctp.txt
@@ -1,6 +1,6 @@
 AVCTP PICS for the PTS tool.
 
-PTS version: 5.0
+PTS version: 5.1
 
 * - different than PTS defaults
 # - not yet implemented/supported
@@ -25,7 +25,7 @@ C.1: Mandatory to support only one Protocol Version.
 -------------------------------------------------------------------------------
 Parameter Name	Selected	Description
 -------------------------------------------------------------------------------
-TSPC_AVCTP_1_1	False		Controller (C.1)
+TSPC_AVCTP_1_1	True (*)	Controller (C.1)
 TSPC_AVCTP_1_2	True (*)	Target (C.1)
 -------------------------------------------------------------------------------
 C.1: Mandatory to support at least one of the defined roles.
@@ -37,12 +37,12 @@ C.1: Mandatory to support at least one of the defined roles.
 Parameter Name	Selected	Description
 -------------------------------------------------------------------------------
 TSPC_AVCTP_2_1	False		Message fragmentation (O)
-TSPC_AVCTP_2_2	False (*)	Transaction label management (M)
-TSPC_AVCTP_2_3	False (*)	Packet type field management (M)
-TSPC_AVCTP_2_4	False (*)	Message type field management (M)
-TSPC_AVCTP_2_5	False (*)	PID field management (M)
-TSPC_AVCTP_2_6	False (*)	IPID field mangement (M)
-TSPC_AVCTP_2_7	False (*)	Message information management (M)
+TSPC_AVCTP_2_2	True		Transaction label management (M)
+TSPC_AVCTP_2_3	True		Packet type field management (M)
+TSPC_AVCTP_2_4	True		Message type field management (M)
+TSPC_AVCTP_2_5	True		PID field management (M)
+TSPC_AVCTP_2_6	True		IPID field mangement (M)
+TSPC_AVCTP_2_7	True		Message information management (M)
 TSPC_AVCTP_2_8	False		Event registration for message reception (O)
 TSPC_AVCTP_2_9	False		Event registration for connection request (O)
 TSPC_AVCTP_2_10	False		Event registration for disconnection (O)
diff --git a/android/pixit-avctp.txt b/android/pixit-avctp.txt
index c5782fd..a9b3f4f 100644
--- a/android/pixit-avctp.txt
+++ b/android/pixit-avctp.txt
@@ -1,6 +1,6 @@
 AVCTP PIXIT for the PTS tool.
 
-PTS version: 5.0
+PTS version: 5.1
 
 * - different than PTS defaults
 & - should be set to IUT Bluetooth address
@@ -17,7 +17,7 @@ TSPX_avctp_tester_command_data
 TSPX_avctp_tester_response_data
 TSPX_avctp_iut_command_data
 TSPX_avctp_iut_response_data
-TSPX_bd_addr_iut		08606E414394 (&)
+TSPX_bd_addr_iut		11223344556677 (*&)
 TSPX_pin_code			0000
 TSPX_delete_link_key		FALSE
 TSPX_security_enabled		FALSE
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] android/pts: PTS tests results for AVCTP
  2014-04-07 14:45 [PATCH 1/2] android/pts: Update PICS and PIXITs for AVCTP Sebastian Chlad
@ 2014-04-07 14:45 ` Sebastian Chlad
  2014-04-09 17:56 ` [PATCH 1/2] android/pts: Update PICS and PIXITs " Szymon Janc
  1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Chlad @ 2014-04-07 14:45 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Sebastian Chlad

Re-test against PTS 5.1 as well as adding test for CT role.
---
 android/pts-avctp.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/android/pts-avctp.txt b/android/pts-avctp.txt
index 64fd5fc..d8e7230 100644
--- a/android/pts-avctp.txt
+++ b/android/pts-avctp.txt
@@ -1,7 +1,7 @@
 PTS test results for AVCTP
 
-PTS version: 5.0
-Tested: 18-Mar-2014
+PTS version: 5.1
+Tested: 07-April-2014
 Android version: 4.4.2
 
 Results:
@@ -20,7 +20,7 @@ TC_CT_CCM_BV_03_C	N/A
 TC_CT_CCM_BV_04_C	N/A
 TC_CT_CCM_BI_01_C	N/A
 TC_CT_NFR_BV_01_C	N/A
-TC_CT_NFR_BV_04_C	N/A
+TC_CT_NFR_BV_04_C	PASS	haltest: rc set_volume 5
 TC_CT_FRA_BV_01_C	N/A
 TC_CT_FRA_BV_04_C	N/A
 -------------------------------------------------------------------------------
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] android/pts: Update PICS and PIXITs for AVCTP
  2014-04-07 14:45 [PATCH 1/2] android/pts: Update PICS and PIXITs for AVCTP Sebastian Chlad
  2014-04-07 14:45 ` [PATCH 2/2] android/pts: PTS tests results " Sebastian Chlad
@ 2014-04-09 17:56 ` Szymon Janc
  1 sibling, 0 replies; 3+ messages in thread
From: Szymon Janc @ 2014-04-09 17:56 UTC (permalink / raw)
  To: Sebastian Chlad; +Cc: linux-bluetooth

Hi Sebastian,

On Monday 07 April 2014 16:45:55 Sebastian Chlad wrote:
> Bumping version of PTS to 5.1 as well as adding the CT role. Since
> both roles are enabled for AVRCP, AVCTP should follow the suit.
> ---
>  android/pics-avctp.txt  | 16 ++++++++--------
>  android/pixit-avctp.txt |  4 ++--
>  2 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/android/pics-avctp.txt b/android/pics-avctp.txt
> index 41ad4db..3490db5 100644
> --- a/android/pics-avctp.txt
> +++ b/android/pics-avctp.txt
> @@ -1,6 +1,6 @@
>  AVCTP PICS for the PTS tool.
> 
> -PTS version: 5.0
> +PTS version: 5.1
> 
>  * - different than PTS defaults
>  # - not yet implemented/supported
> @@ -25,7 +25,7 @@ C.1: Mandatory to support only one Protocol Version.
>  ---------------------------------------------------------------------------
> ---- Parameter Name	Selected	Description
>  ---------------------------------------------------------------------------
> ---- -TSPC_AVCTP_1_1	False		Controller (C.1)
> +TSPC_AVCTP_1_1	True (*)	Controller (C.1)
>  TSPC_AVCTP_1_2	True (*)	Target (C.1)
>  ---------------------------------------------------------------------------
> ---- C.1: Mandatory to support at least one of the defined roles.
> @@ -37,12 +37,12 @@ C.1: Mandatory to support at least one of the defined
> roles. Parameter Name	Selected	Description
>  ---------------------------------------------------------------------------
> ---- TSPC_AVCTP_2_1	False		Message fragmentation (O)
> -TSPC_AVCTP_2_2	False (*)	Transaction label management (M)
> -TSPC_AVCTP_2_3	False (*)	Packet type field management (M)
> -TSPC_AVCTP_2_4	False (*)	Message type field management (M)
> -TSPC_AVCTP_2_5	False (*)	PID field management (M)
> -TSPC_AVCTP_2_6	False (*)	IPID field mangement (M)
> -TSPC_AVCTP_2_7	False (*)	Message information management (M)
> +TSPC_AVCTP_2_2	True		Transaction label management (M)
> +TSPC_AVCTP_2_3	True		Packet type field management (M)
> +TSPC_AVCTP_2_4	True		Message type field management (M)
> +TSPC_AVCTP_2_5	True		PID field management (M)
> +TSPC_AVCTP_2_6	True		IPID field mangement (M)
> +TSPC_AVCTP_2_7	True		Message information management (M)
>  TSPC_AVCTP_2_8	False		Event registration for message reception (O)
>  TSPC_AVCTP_2_9	False		Event registration for connection request (O)
>  TSPC_AVCTP_2_10	False		Event registration for disconnection (O)
> diff --git a/android/pixit-avctp.txt b/android/pixit-avctp.txt
> index c5782fd..a9b3f4f 100644
> --- a/android/pixit-avctp.txt
> +++ b/android/pixit-avctp.txt
> @@ -1,6 +1,6 @@
>  AVCTP PIXIT for the PTS tool.
> 
> -PTS version: 5.0
> +PTS version: 5.1
> 
>  * - different than PTS defaults
>  & - should be set to IUT Bluetooth address
> @@ -17,7 +17,7 @@ TSPX_avctp_tester_command_data
>  TSPX_avctp_tester_response_data
>  TSPX_avctp_iut_command_data
>  TSPX_avctp_iut_response_data
> -TSPX_bd_addr_iut		08606E414394 (&)
> +TSPX_bd_addr_iut		11223344556677 (*&)
>  TSPX_pin_code			0000
>  TSPX_delete_link_key		FALSE
>  TSPX_security_enabled		FALSE

Both patches applied, thanks.

-- 
Szymon K. Janc
szymon.janc@gmail.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-09 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 14:45 [PATCH 1/2] android/pts: Update PICS and PIXITs for AVCTP Sebastian Chlad
2014-04-07 14:45 ` [PATCH 2/2] android/pts: PTS tests results " Sebastian Chlad
2014-04-09 17:56 ` [PATCH 1/2] android/pts: Update PICS and PIXITs " Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).