diff --git a/tests/nexus/build.sh b/tests/nexus/build.sh index b4e98e77b..c9eacde63 100755 --- a/tests/nexus/build.sh +++ b/tests/nexus/build.sh @@ -46,15 +46,9 @@ fi case $1 in trel) - trel=ON fifteenfour=OFF ;; - multi-radio) - trel=ON - fifteenfour=ON - ;; *) - trel=ON fifteenfour=ON ;; esac @@ -65,7 +59,7 @@ echo "========================================================================== cd "${top_builddir}" || die "cd failed" cmake -GNinja -DOT_PLATFORM=nexus -DOT_COMPILE_WARNING_AS_ERROR=ON \ -DOT_THREAD_VERSION=1.4 -DOT_APP_CLI=OFF -DOT_APP_NCP=OFF -DOT_APP_RCP=OFF \ - -DOT_15_4=${fifteenfour} -DOT_TREL=${trel} \ + -DOT_15_4=${fifteenfour} \ -DOT_PROJECT_CONFIG="${top_srcdir}/tests/nexus/openthread-core-nexus-config.h" \ "${top_srcdir}" || die ninja || die diff --git a/tests/nexus/openthread-core-nexus-config.h b/tests/nexus/openthread-core-nexus-config.h index 6ce4969fa..87929a4d0 100644 --- a/tests/nexus/openthread-core-nexus-config.h +++ b/tests/nexus/openthread-core-nexus-config.h @@ -151,6 +151,7 @@ #define OPENTHREAD_CONFIG_TMF_NETDATA_SERVICE_ENABLE 1 #define OPENTHREAD_CONFIG_TMF_NETDIAG_CLIENT_ENABLE 1 #define OPENTHREAD_CONFIG_TMF_SNOOP_CACHE_ENTRY_TIMEOUT 3 +#define OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE 1 #define OPENTHREAD_CONFIG_TREL_MANAGE_DNSSD_ENABLE 1 #define OPENTHREAD_CONFIG_TREL_USE_HEAP_ENABLE 1 #define OPENTHREAD_CONFIG_UPTIME_ENABLE 1