This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
[DCS Patch 4/5] port dynamic channel selection from rdkb flow #694
Merged
kantera800
merged 13 commits into
master
from
feature/port-dynamic-channel-selection-from-rdkb-flow
Jan 23, 2020
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1e51e07
hotfix: fix clear_channel_scan_results()
itayx 240a575
hotfix: spamming logs removed and fixed incorrect logs
itayx fa3b015
agent: monitor_thread: process nl events
itayx 2dba264
agent: monitor_thread: handle channel scan events
itayx 1af42a1
agent: monitor_thread: handle channel scan trigger CMDU
itayx a6150fa
controller & agent: master & slave: DCS channel scan
itayx 0e9ac58
controller: son_management: DCS channel scan stubs
itayx 742b206
controller: son_management: DCS channel scan
itayx 921fed4
controller: bml: DCS channel scan setup
itayx 08dccb7
controller: bml: DCS channel scan, set/get enable
itayx b48fbcd
controller: bml: DCS channel scan, set/get params
itayx 99f62e6
controller: bml: DCS channel scan, start single scan
itayx c51544b
controller: bml: DCS channel scan, get results
itayx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By looking at the rest of the file I wonder why we have to resort to explicitly calling delete here, though that's not related to this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kantera800
I'm not sure myself if this is needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from looking at the code remove_socket just isn't strong enough