Skip to content
Snippets Groups Projects

Added code for steering

Closed Nevadita requested to merge steering_final into devel
3 files
+ 381
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -494,7 +494,7 @@ bool is_cmdu_for_us(void *module, uint16_t type)
/* TODO: handle cmdu types relevant for operating profile. */
if (type >= CMDU_TYPE_1905_START && type <= CMDU_TYPE_MAP_START) {
if (type >= CMDU_TYPE_1905_START && type <= CMDU_TYPE_1905_END) {
if (i1905ftable[type].handle)
return true;
} else if (type >= CMDU_TYPE_MAP_START && type <= CMDU_TYPE_MAP_END) {
Loading