-
Notifications
You must be signed in to change notification settings - Fork 235
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
[pd] add API strings for idle state #2364
Conversation
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.
LGTM 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2364 +/- ##
===========================================
- Coverage 55.77% 45.66% -10.11%
===========================================
Files 87 100 +13
Lines 6890 11890 +5000
Branches 0 870 +870
===========================================
+ Hits 3843 5430 +1587
- Misses 3047 6170 +3123
- Partials 0 290 +290 ☔ View full report in Codecov by Sentry. |
@@ -52,6 +52,7 @@ | |||
#define OTBR_DHCP6_PD_STATE_NAME_DISABLED "disabled" | |||
#define OTBR_DHCP6_PD_STATE_NAME_STOPPED "stopped" | |||
#define OTBR_DHCP6_PD_STATE_NAME_RUNNING "running" | |||
#define OTBR_DHCP6_PD_STATE_NAME_IDLE "idle" |
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.
add doxgen?
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.
I think this symbol is not exposed? And we have no doxgen within this file?
53685be
to
32588e9
Compare
e4301c4
to
9cafa1e
Compare
9cafa1e
to
fc67e81
Compare
No description provided.