Kangping
Kangping
> If the host daemon stopped sending RA, we may not notice it and keep using the saved RA header. Typically, the host daemon will send a RA message with...
> add a test case that Advertising Proxy publishes zero or multiple host addresses @superwhd Are there test cases for publishing zero host addresses?
@AlanLCollins could you share the BR and end device logs?
Hi, could you provide the **OTBR full log**?
@LancerSky Thanks for reporting this issue. > Can I change the const variable OT_NETWORK_BASE_TLV_MAX_LENGTH or redefine it via cmake? No, you shouldn't do that. The value `OT_NETWORK_BASE_TLV_MAX_LENGTH` is defined by...
@EskoDijk Thanks for the information! Looks like we only need to update OpenThread implementation here now, great!
Just submitted https://github.com/openthread/openthread/pull/7089 to include SRP update ID in the log messages.
> The SRP registration was rejected by SRP server because the outstanding service update timeouted. That's strange because Advertising Proxy seems to be publishing the host and service successfully. >...
``` ====================================================================== FAIL: test (__main__.SingleHostAndService) ---------------------------------------------------------------------- Traceback (most recent call last): File "./tests/scripts/thread-cert/border_router/test_advertising_proxy.py", line 173, in test self.check_host_and_service(server, client, '2001::2', 'my-service') File "./tests/scripts/thread-cert/border_router/test_advertising_proxy.py", line 245, in check_host_and_service self.assertEqual(client_service['state'], 'Registered') AssertionError:...
The failure is that the SRP server service TLV is not propagated to Network Data before timeout so that the SRP client doesn't re-register the same services after the SRP...