@@ -22,7 +22,7 @@ limitations under the License.
22
22
<field name =" PANChange" mask =" 0x1" />
23
23
</bitmap >
24
24
25
- <cluster apiMaturity = " provisional " >
25
+ <cluster >
26
26
<domain >Network Infrastructure</domain >
27
27
<name >Thread Border Router Management</name >
28
28
<code >0x0452</code >
@@ -33,57 +33,57 @@ limitations under the License.
33
33
34
34
<globalAttribute code =" 0xFFFD" side =" either" value =" 1" />
35
35
36
- <attribute side =" server" code =" 0x0000" name =" BorderRouterName" apiMaturity = " provisional " define =" BORDER_ROUTER_NAME" type =" char_string" length =" 63" >
36
+ <attribute side =" server" code =" 0x0000" name =" BorderRouterName" define =" BORDER_ROUTER_NAME" type =" char_string" length =" 63" >
37
37
<mandatoryConform />
38
38
</attribute >
39
39
40
- <attribute side =" server" code =" 0x0001" name =" BorderAgentID" apiMaturity = " provisional " define =" BORDER_AGENT_ID" type =" octet_string" >
40
+ <attribute side =" server" code =" 0x0001" name =" BorderAgentID" define =" BORDER_AGENT_ID" type =" octet_string" >
41
41
<mandatoryConform />
42
42
</attribute >
43
43
44
- <attribute side =" server" code =" 0x0002" name =" ThreadVersion" apiMaturity = " provisional " define =" THREAD_VERSION" type =" int16u" >
44
+ <attribute side =" server" code =" 0x0002" name =" ThreadVersion" define =" THREAD_VERSION" type =" int16u" >
45
45
<mandatoryConform />
46
46
</attribute >
47
47
48
- <attribute side =" server" code =" 0x0003" name =" InterfaceEnabled" apiMaturity = " provisional " define =" INTERFACE_ENABLED" type =" boolean" default =" 0" >
48
+ <attribute side =" server" code =" 0x0003" name =" InterfaceEnabled" define =" INTERFACE_ENABLED" type =" boolean" default =" 0" >
49
49
<mandatoryConform />
50
50
</attribute >
51
51
52
- <attribute side =" server" code =" 0x0004" name =" ActiveDatasetTimestamp" apiMaturity = " provisional " define =" ACTIVE_DATASET_TIMESTAMP" type =" int64u" isNullable =" true" >
52
+ <attribute side =" server" code =" 0x0004" name =" ActiveDatasetTimestamp" define =" ACTIVE_DATASET_TIMESTAMP" type =" int64u" isNullable =" true" >
53
53
<mandatoryConform />
54
54
</attribute >
55
55
56
- <attribute side =" server" code =" 0x0005" name =" PendingDatasetTimestamp" apiMaturity = " provisional " define =" PENDING_DATASET_TIMESTAMP" type =" int64u" isNullable =" true" >
56
+ <attribute side =" server" code =" 0x0005" name =" PendingDatasetTimestamp" define =" PENDING_DATASET_TIMESTAMP" type =" int64u" isNullable =" true" >
57
57
<mandatoryConform />
58
58
</attribute >
59
59
60
- <command source =" client" code =" 0x00" apiMaturity = " provisional " name =" GetActiveDatasetRequest" response =" DatasetResponse" optional =" false" >
60
+ <command source =" client" code =" 0x00" name =" GetActiveDatasetRequest" response =" DatasetResponse" optional =" false" >
61
61
<description >Command to request the active operational dataset of the Thread network to which the border router is connected. This command must be sent over a valid CASE session</description >
62
62
<access op =" invoke" privilege =" manage" />
63
63
<mandatoryConform />
64
64
</command >
65
65
66
- <command source =" client" code =" 0x01" apiMaturity = " provisional " name =" GetPendingDatasetRequest" response =" DatasetResponse" optional =" false" >
66
+ <command source =" client" code =" 0x01" name =" GetPendingDatasetRequest" response =" DatasetResponse" optional =" false" >
67
67
<description >Command to request the pending dataset of the Thread network to which the border router is connected. This command must be sent over a valid CASE session</description >
68
68
<access op =" invoke" privilege =" manage" />
69
69
<mandatoryConform />
70
70
</command >
71
71
72
- <command source =" server" code =" 0x02" apiMaturity = " provisional " name =" DatasetResponse" optional =" false" >
72
+ <command source =" server" code =" 0x02" name =" DatasetResponse" optional =" false" >
73
73
<description >Generated response to GetActiveDatasetRequest or GetPendingDatasetRequest commands.</description >
74
74
<arg name =" Dataset" type =" octet_string" length =" 254" />
75
75
<mandatoryConform />
76
76
</command >
77
77
78
- <command source =" client" code =" 0x03" apiMaturity = " provisional " name =" SetActiveDatasetRequest" optional =" false" >
78
+ <command source =" client" code =" 0x03" name =" SetActiveDatasetRequest" optional =" false" >
79
79
<description >Command to set or update the active Dataset of the Thread network to which the Border Router is connected.</description >
80
80
<arg name =" ActiveDataset" type =" octet_string" length =" 254" />
81
81
<arg name =" Breadcrumb" type =" int64u" optional =" true" />
82
82
<access op =" invoke" privilege =" manage" />
83
83
<mandatoryConform />
84
84
</command >
85
85
86
- <command source =" client" code =" 0x04" apiMaturity = " provisional " name =" SetPendingDatasetRequest" optional =" true" >
86
+ <command source =" client" code =" 0x04" name =" SetPendingDatasetRequest" optional =" true" >
87
87
<description >Command set or update the pending Dataset of the Thread network to which the Border Router is connected.</description >
88
88
<arg name =" PendingDataset" type =" octet_string" length =" 254" />
89
89
<access op =" invoke" privilege =" manage" />
0 commit comments