Skip to content
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

openthread posix platform config missing setting to fully enable TREL #19

Open
3oris opened this issue Sep 13, 2024 · 0 comments
Open

Comments

@3oris
Copy link

3oris commented Sep 13, 2024

In https://github.com/SiliconLabs/simplicity_sdk/blob/sisdk-2024.6/protocol/openthread/platform-abstraction/posix/openthread-core-silabs-posix-config.h#L41 ff and the likes

OTBR_TREL=ON is missing from the documentation on certified OTBRs (at least for thread 1.4). It doesn't suffice to use the openthread-core-silabs-posix-config.h in an original https://github.com/openthread/ot-br-posix checkout (as advised in your release PDFs).

You have to use at least

sudo INFRA_IF_NAME=eth0 \
     RELEASE=1 REFERENCE_DEVICE=1 BACKBONE_ROUTER=1 BORDER_ROUTING=1 NAT64=1 DNS64=1 \
     OTBR_OPTIONS="-DOT_THREAD_VERSION=1.4 \
                   -DOT_PLATFORM_CONFIG=openthread-core-silabs-posix-config.h \
                   -DOTBR_DUA_ROUTING=ON OTBR_TREL=ON -DOTBR_DNSSD_DISCOVERY_PROXY=ON -DOTBR_SRP_ADVERTISING_PROXY=ON" \

Please see: openthread/ot-br-posix#2484

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant