openthread / wpantund

Wireless Network Interface Daemon for Low-Power Wireless SoCs
Apache License 2.0
174 stars 110 forks source link

[link metrics] implement link metrics properties #484

Closed piotrkoziar closed 3 years ago

piotrkoziar commented 3 years ago

This PR adds link metrics properties. Related PR into OpenThread: https://github.com/openthread/openthread/pull/6228

google-cla[bot] commented 3 years ago

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

google-cla[bot] commented 3 years ago

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

konradderda commented 3 years ago

@googlebot I consent

piotrkoziar commented 3 years ago

@abtink since https://github.com/openthread/openthread/pull/6228 was merged, can we merge this as well?

piotrkoziar commented 3 years ago

Will rebase and resolve conflicts after https://github.com/openthread/wpantund/pull/486 is merged.

piotrkoziar commented 3 years ago

Rebased and applied suggestion https://github.com/openthread/wpantund/pull/484#discussion_r609076677

abtink commented 3 years ago

The github action CI is broken on master (and on this branch). Seems to be related to the recently merged https://github.com/openthread/openthread/pull/6421. Will soon submit a fix on OT for this.

piotrkoziar commented 3 years ago

Thanks, @abtink!