Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a8510e1 authored by Henri Chataing's avatar Henri Chataing
Browse files

gd: Fix cert tests for LeIso

The parameters were not valid according to the specification;
set missing values for the LE Set Cig Parameters command

The tests are not enabled yet as the Connected Isochronous
Stream supported is not enabled in RootCanal.

Test: None
Bug: 253535400
Change-Id: I5da1bdd5d5da4e9232bafc62c8168e3f7f12539a
parent e14287d3
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -127,12 +127,12 @@ class LeIsoTest(gd_base_test.GdBaseTestClass):
        packing = 0
        framing = 0
        max_transport_latency_m_to_s = 0
        max_transport_latency_s_to_m = 0
        max_transport_latency_s_to_m = 7
        cis_id = 0x01
        max_sdu_m_to_s = 100
        max_sdu_m_to_s = 0
        max_sdu_s_to_m = 100
        phy_m_to_s = 0x02
        phy_s_to_m = 0x00
        phy_s_to_m = 0x02
        bn_m_to_s = 0
        bn_s_to_m = 2

@@ -159,13 +159,13 @@ class LeIsoTest(gd_base_test.GdBaseTestClass):
        peripherals_clock_accuracy = 0
        packing = 0
        framing = 0
        max_transport_latency_m_to_s = 0
        max_transport_latency_s_to_m = 0
        max_transport_latency_m_to_s = 30
        max_transport_latency_s_to_m = 30
        cis_id = 0x01
        max_sdu_m_to_s = 100
        max_sdu_s_to_m = 100
        phy_m_to_s = 0x02
        phy_s_to_m = 0x00
        phy_s_to_m = 0x02
        bn_m_to_s = 3
        bn_s_to_m = 1

@@ -193,12 +193,12 @@ class LeIsoTest(gd_base_test.GdBaseTestClass):
        packing = 0
        framing = 1
        max_transport_latency_m_to_s = 0
        max_transport_latency_s_to_m = 0
        max_transport_latency_s_to_m = 21
        cis_id = 0x01
        max_sdu_m_to_s = 100
        max_sdu_m_to_s = 0
        max_sdu_s_to_m = 100
        phy_m_to_s = 0x02
        phy_s_to_m = 0x00
        phy_s_to_m = 0x02
        bn_m_to_s = 0
        bn_s_to_m = 2

@@ -225,13 +225,13 @@ class LeIsoTest(gd_base_test.GdBaseTestClass):
        peripherals_clock_accuracy = 0
        packing = 0
        framing = 1
        max_transport_latency_m_to_s = 0
        max_transport_latency_s_to_m = 0
        max_transport_latency_m_to_s = 6
        max_transport_latency_s_to_m = 6
        cis_id = 0x01
        max_sdu_m_to_s = 100
        max_sdu_s_to_m = 100
        phy_m_to_s = 0x02
        phy_s_to_m = 0x00
        phy_s_to_m = 0x02
        bn_m_to_s = 1
        bn_s_to_m = 1