mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 22:57:47 +00:00
[dua] dua registration and re-registration (#5276)
- registration workflow framework - registration and reregistration - registration and reregistration on behalf of children - add pseudo response status for test/certification purpose - add unit test
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ readonly VERBOSE="${VERBOSE:-0}"
|
||||
build_simulation()
|
||||
{
|
||||
local version="$1"
|
||||
local options=("-DOT_THREAD_VERSION=${version}" "-DBUILD_TESTING=ON")
|
||||
local options=("-DOT_THREAD_VERSION=${version}" "-DBUILD_TESTING=ON" "-DOT_REFERENCE_DEVICE=ON")
|
||||
|
||||
if [[ ${version} == "1.2" ]]; then
|
||||
options+=("-DOT_DUA=ON")
|
||||
|
||||
Reference in New Issue
Block a user