Closed Irving-cl closed 1 month ago
Attention: Patch coverage is 27.77778%
with 52 lines
in your changes missing coverage. Please review.
Project coverage is 45.67%. Comparing base (
2b41187
) to head (a16c442
). Report is 830 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/ncp/posix/infra_if.cpp | 27.77% | 50 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR implements
SendIcmp6Nd
in theInfraIf
module.The method is used to send an ICMPv6 ND message (on host) when NCP calls
otPlatInfraIfSendIcmp6Nd
. In this PR, the method hasn't been called. It will be later integrated withNcpSpinel
. The implementation of this method is the same as OT posix implementation.