-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third_party/ot-br-posix/repo](https://github.com/openthread/ot-br-posix) from `9bdaa91` to `bd15f71`. - [Release notes](https://github.com/openthread/ot-br-posix/releases) - [Commits](openthread/ot-br-posix@9bdaa91...bd15f71) --- updated-dependencies: - dependency-name: third_party/ot-br-posix/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d131c0b
commit 1096896
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
17 files
+8 −1 | .github/workflows/macOS.yml | |
+52 −4 | src/agent/application.cpp | |
+68 −0 | src/agent/application.hpp | |
+56 −91 | src/border_agent/border_agent.cpp | |
+12 −24 | src/border_agent/border_agent.hpp | |
+4 −0 | src/mdns/mdns.cpp | |
+4 −0 | src/mdns/mdns.hpp | |
+2 −2 | src/mdns/mdns_avahi.cpp | |
+2 −2 | src/mdns/mdns_mdnssd.cpp | |
+3 −1 | src/openwrt/ubus/otubus.cpp | |
+38 −5 | src/sdp_proxy/advertising_proxy.cpp | |
+15 −8 | src/sdp_proxy/advertising_proxy.hpp | |
+24 −3 | src/sdp_proxy/discovery_proxy.cpp | |
+19 −4 | src/sdp_proxy/discovery_proxy.hpp | |
+2 −1 | src/trel_dnssd/trel_dnssd.cpp | |
+4 −2 | src/trel_dnssd/trel_dnssd.hpp | |
+1 −1 | third_party/openthread/repo |