Skip to content

Commit 5854781

Browse files
committed
schema fix; 64415 update
1 parent e61d36a commit 5854781

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

json/model_64410.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"name": "Errors",
317317
"type": "string",
318318
"size": 32,
319-
"access": "RO"
319+
"access": "R"
320320
},
321321
{
322322
"desc": "Number of profile points supported.",

json/model_64411.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@
522522
"type": "uint16"
523523
}
524524
],
525-
526525
"groups": [
527526
{
528527
"comments": [
@@ -613,7 +612,8 @@
613612
],
614613
"type": "group"
615614
}
616-
]
615+
],
616+
"type": "group"
617617
}
618618
],
619619
"type": "group"

json/model_64415.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,63 +68,61 @@
6868
}
6969
]
7070
},
71-
{
72-
"label": "Certificate Directory",
73-
"desc": "Directory where the test certificates are stored",
74-
"name": "CertDir",
75-
"size": 48,
76-
"access": "RW",
77-
"type": "string"
78-
},
7971
{
8072
"label": "COMM-004 Certificate",
8173
"desc": "Select COMM-004 certificate type",
82-
"name": "COMM-004",
74+
"name": "COMM004Cert",
8375
"type": "enum16",
8476
"size": 1,
8577
"access": "RW",
8678
"symbols": [
79+
{
80+
"desc": "Default Certificate",
81+
"label": "DEFAULT",
82+
"name": "Default Certificate",
83+
"value": 0
84+
},
8785
{
8886
"desc": "Chain Length Two Certificate",
8987
"label": "COMM-004A",
9088
"name": "COMM_004A",
91-
"value": 0
89+
"value": 1
9290
},
9391
{
9492
"desc": "Chain Length Three Certificate",
9593
"label": "COMM-004B",
9694
"name": "COMM_004B",
97-
"value": 1
95+
"value": 2
9896
},
9997
{
10098
"desc": "Chain Length Four Certificate",
10199
"label": "COMM-004C",
102100
"name": "COMM_004C",
103-
"value": 2
101+
"value": 3
104102
},
105103
{
106104
"desc": "Invalid MICA Extended Key Critical Value",
107105
"label": "COMM-004D",
108106
"name": "COMM_004D",
109-
"value": 3
107+
"value": 4
110108
},
111109
{
112110
"desc": "Invalid MICA Name Non-Critical Value",
113111
"label": "COMM-004E",
114112
"name": "COMM_004E",
115-
"value": 4
113+
"value": 5
116114
},
117115
{
118116
"desc": "Invalid MICA Policy Mapping Non-Critical Value",
119117
"label": "COMM-004F",
120118
"name": "COMM_004F",
121-
"value": 5
119+
"value": 6
122120
},
123121
{
124122
"desc": "Self-signed device certificate",
125123
"label": "COMM-004G",
126124
"name": "COMM_004G",
127-
"value": 6
125+
"value": 7
128126
}
129127
]
130128
}

0 commit comments

Comments
 (0)