Skip to content
Snippets Groups Projects

Squash scan results of the same channel & tsp

Merged Filip Matusiak requested to merge fm-fix-scan into devel
1 unresolved thread

Signed-off-by: Filip Matusiak filip.matusiak@iopsys.eu

Merge request reports

Pipeline #86372 passed

Pipeline passed for 47e0c27b on fm-fix-scan

Merged by Jakob OlssonJakob Olsson 2 years ago (Feb 28, 2023 4:06pm UTC)

Loading

Pipeline #87078 passed

Pipeline passed for 47e0c27b on devel

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
2889 2897
2890 /* add channel element to the list */
2891 list_add(&ch->list, &op->channel_scanlist);
2892 op->num_channels_scanned++;
2898 /* channel */
2899 ch->channel = tlv->channel;
2893 2900
2894 /* channel */
2895 ch->channel = tlv->channel;
2901 /* Initialize nbrlist for this channel of current measurement */
2902 ch->num_neighbors = 0;
2903 INIT_LIST_HEAD(&ch->nbrlist);
2904 }
2896 2905
2897 2906 /* tsp */
2907 // TODO: compare tsp before squashing neighbors
  • merged

  • Please register or sign in to reply
    Loading