@@ -1579,6 +1579,7 @@ tests:
1579
1579
constraints :
1580
1580
type : octet_string
1581
1581
minLength : 65
1582
+ maxLength : 65
1582
1583
1583
1584
- label :
1584
1585
" Step 38b: TH writes AliroReaderVerificationKey attribute as an octstr
@@ -1608,6 +1609,8 @@ tests:
1608
1609
constraints :
1609
1610
type : octet_string
1610
1611
minLength : 16
1612
+ maxLength : 16
1613
+
1611
1614
- label :
1612
1615
" Step 39b: TH writes AliroReaderGroupIdentifier attribute as octstr
1613
1616
value of length 16 which is different from aliroreadergrpidentifier"
@@ -1635,6 +1638,7 @@ tests:
1635
1638
constraints :
1636
1639
type : octet_string
1637
1640
minLength : 16
1641
+ maxLength : 16
1638
1642
1639
1643
- label :
1640
1644
" Step 40b: TH writes AliroReaderGroupSubIdentifier attribute as octstr
@@ -1665,6 +1669,7 @@ tests:
1665
1669
constraints :
1666
1670
type : list
1667
1671
maxLength : 16
1672
+
1668
1673
- label :
1669
1674
" Step 41b: TH writes
1670
1675
AliroExpeditedTransactionSupportedProtocolVersions attribute as list
@@ -1673,9 +1678,10 @@ tests:
1673
1678
command : " writeAttribute"
1674
1679
attribute : " AliroExpeditedTransactionSupportedProtocolVersions"
1675
1680
arguments :
1676
- value : ["0x1 ", "0x2 "]
1681
+ value : ["\x01 ", "\x02 "]
1677
1682
response :
1678
1683
error : UNSUPPORTED_WRITE
1684
+
1679
1685
- label :
1680
1686
" Step 41c: TH reads AliroExpeditedTransactionSupportedProtocolVersions
1681
1687
attribute from DUT"
@@ -1694,6 +1700,7 @@ tests:
1694
1700
constraints :
1695
1701
type : octet_string
1696
1702
minLength : 16
1703
+ maxLength : 16
1697
1704
1698
1705
- label :
1699
1706
" Step 42b: TH writes AliroGroupResolvingKey attribute as octstr value
@@ -1712,6 +1719,7 @@ tests:
1712
1719
attribute : " AliroGroupResolvingKey"
1713
1720
response :
1714
1721
value : alirogrpresolvingkey
1722
+
1715
1723
- label :
1716
1724
" Step 43a: TH reads AliroSupportedBLEUWBProtocolVersions attribute
1717
1725
from DUT"
@@ -1721,8 +1729,8 @@ tests:
1721
1729
response :
1722
1730
saveAs : alirobleuwbprotocolversion
1723
1731
constraints :
1724
- type : octet_string
1725
- minLength : 16
1732
+ type : list
1733
+ maxLength : 16
1726
1734
1727
1735
- label :
1728
1736
" Step 43b: TH writes AliroSupportedBLEUWBProtocolVersions attribute as
@@ -1731,7 +1739,7 @@ tests:
1731
1739
command : " writeAttribute"
1732
1740
attribute : " AliroSupportedBLEUWBProtocolVersions"
1733
1741
arguments :
1734
- value : " 047a4c992d75368 "
1742
+ value : [ "\x01", "\x02" ]
1735
1743
response :
1736
1744
error : UNSUPPORTED_WRITE
1737
1745
0 commit comments