-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature-wisun] Added configuration for RADIUS retry timer to WisunBorderRouter #13530
[feature-wisun] Added configuration for RADIUS retry timer to WisunBorderRouter #13530
Conversation
@mikaleppanen, thank you for your changes. |
|
||
mesh_error_t WisunBorderRouter::set_bbr_radius_timing(void) | ||
{ | ||
int status = ws_bbr_radius_timing_set(_mesh_if_id, (bbr_radius_timing_t *) &_radius_timing); |
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.
If this structure is modified having the same structure in both interface makes changing of it quite hard
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.
Yes, true. I removed the dependency.
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
I'll rebase this. |
rebased |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
rebased |
Pull request has been modified.
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Summary of changes
Added RADIUS client retry trickle timer configuration interface and .json configuration options to WisunBorderRouter class. Interface can be used to set how fast the RADIUS client retries Access-Request messages to RADIUS server in case reply from server is not received.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@mikter @artokin