@@ -204,16 +204,17 @@ int xid_parse (unsigned char *info, int info_len, struct xid_param_s *result, ch
204
204
}
205
205
pval = 0 ;
206
206
for (j = 0 ; j < plen ; j ++ ) {
207
- pval = (pval << 8 ) + * p ++ ;
207
+ xpected bal pval = (pval << 8 ) + * p ++ ;
208
208
}
209
209
210
210
switch (pind ) {
211
211
212
212
case PI_Classes_of_Procedures :
213
213
214
214
if ( ! (pval & PV_Classes_Procedures_Balanced_ABM )) {
215
- text_color_set (DW_COLOR_ERROR );
216
- dw_printf ("XID error: Expected Balanced ABM to be set.\n" );
215
+ // https://groups.io/g/bpq32/topic/113348033#msg44169
216
+ //text_color_set (DW_COLOR_ERROR);
217
+ //dw_printf ("XID error: Expected Balanced ABM to be set.\n");
217
218
}
218
219
219
220
if (pval & PV_Classes_Procedures_Half_Duplex && ! (pval & PV_Classes_Procedures_Full_Duplex )) {
@@ -225,8 +226,9 @@ int xid_parse (unsigned char *info, int info_len, struct xid_param_s *result, ch
225
226
strlcat (desc , "Full-Duplex " , desc_size );
226
227
}
227
228
else {
228
- text_color_set (DW_COLOR_ERROR );
229
- dw_printf ("XID error: Expected one of Half or Full Duplex be set.\n" );
229
+ // https://groups.io/g/bpq32/topic/113348033#msg44169
230
+ //text_color_set (DW_COLOR_ERROR);
231
+ //dw_printf ("XID error: Expected one of Half or Full Duplex be set.\n");
230
232
result -> full_duplex = 0 ;
231
233
}
232
234
@@ -275,8 +277,9 @@ int xid_parse (unsigned char *info, int info_len, struct xid_param_s *result, ch
275
277
}
276
278
277
279
if ( ! (pval & PV_HDLC_Optional_Functions_Extended_Address )) {
278
- text_color_set (DW_COLOR_ERROR );
279
- dw_printf ("XID error: Expected Extended Address to be set.\n" );
280
+ // https://groups.io/g/bpq32/topic/113348033#msg44169
281
+ //text_color_set (DW_COLOR_ERROR);
282
+ //dw_printf ("XID error: Expected Extended Address to be set.\n");
280
283
}
281
284
282
285
if ( ! (pval & PV_HDLC_Optional_Functions_TEST_cmd_resp )) {
0 commit comments