mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
136bdb6e2a
This commit completely removes the local Domain Unicast Address (DUA) registration feature flag (OPENTHREAD_CONFIG_DUA_ENABLE) and all of its associated implementation, public APIs, CLI commands, Spinel property handlers, and certification tests. Thread 1.2 FTD Border Router/Router DUA proxying features for MTD children (OPENTHREAD_CONFIG_TMF_PROXY_DUA_ENABLE) are preserved and updated to only compile/instantiate components when proxy DUA features are active. Detailed Changes: - Remove default definition of OPENTHREAD_CONFIG_DUA_ENABLE from misc.h. - Remove OT_DUA and openthread_config_dua_enable from CMake/GN configs. - Remove otThreadSetFixedDuaInterfaceIdentifier and otThreadGetFixedDuaInterfaceIdentifier from include/openthread/thread.h and implementation src/core/api/thread_api.cpp. - Remove CLI DUA interpreter from src/cli/cli.cpp. - Remove SPINEL_CAP_DUA capability and SPINEL_PROP_THREAD_DUA_ID Spinel property handlers and dispatchers from NCP. - Strip local DUA management features (conflict checking, SLAAC DUA interface identifiers, and dad info settings) from DuaManager, MLE, Address Resolver, and settings. - Clean up Notifier, TimeTicker, and TMF dispatcher guards. - Clean up -DOT_DUA=ON compilation flags across build/test scripts. - Delete obsolete DUA certification tests: - v1_2_test_domain_unicast_address - v1_2_test_domain_unicast_address_registration - v1_2_test_dua_handle_address_error
88 lines
2.0 KiB
YAML
88 lines
2.0 KiB
YAML
ot_path: "/home/pi/repo/openthread"
|
|
ot_build:
|
|
max_number: 64
|
|
ot:
|
|
- tag: OT11
|
|
version: '1.1'
|
|
number: 33
|
|
subpath: build/ot11/simulation
|
|
cflags:
|
|
- "-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8"
|
|
options:
|
|
- "-DOT_REFERENCE_DEVICE=ON"
|
|
- "-DOT_COMMISSIONER=ON"
|
|
- "-DOT_JOINER=ON"
|
|
- tag: OT12
|
|
version: '1.2'
|
|
number: 10
|
|
subpath: build/ot12/simulation
|
|
cflags:
|
|
- "-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8"
|
|
options:
|
|
- "-DOT_REFERENCE_DEVICE=ON"
|
|
- "-DOT_MLR=ON"
|
|
- "-DOT_COMMISSIONER=ON"
|
|
- "-DOT_JOINER=ON"
|
|
- "-DOT_CSL_RECEIVER=ON"
|
|
- "-DOT_LINK_METRICS_SUBJECT=ON"
|
|
- "-DOT_LINK_METRICS_INITIATOR=ON"
|
|
- tag: OT13
|
|
version: '1.3'
|
|
number: 10
|
|
subpath: build/ot13/simulation
|
|
cflags:
|
|
- "-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8"
|
|
options:
|
|
- "-DOT_REFERENCE_DEVICE=ON"
|
|
- "-DOT_MLR=ON"
|
|
- "-DOT_COMMISSIONER=ON"
|
|
- "-DOT_JOINER=ON"
|
|
- "-DOT_CSL_RECEIVER=ON"
|
|
- "-DOT_LINK_METRICS_SUBJECT=ON"
|
|
- "-DOT_LINK_METRICS_INITIATOR=ON"
|
|
otbr:
|
|
- tag: OTBR12
|
|
version: '1.2'
|
|
number: 4
|
|
docker_image: otbr-reference-device-1.2
|
|
build_args:
|
|
- REFERENCE_DEVICE=1
|
|
- BORDER_ROUTING=0
|
|
- BACKBONE_ROUTER=1
|
|
- NAT64=0
|
|
- WEB_GUI=0
|
|
- REST_API=0
|
|
- OT_COMMISSIONER=1
|
|
options:
|
|
- "-DOTBR_DUA_ROUTING=ON"
|
|
- "-DOT_MLR=ON"
|
|
rcp_subpath: build/ot12/simulation
|
|
rcp_options:
|
|
- "-DOT_LINK_METRICS_SUBJECT=ON"
|
|
- tag: OTBR13
|
|
version: '1.3'
|
|
number: 4
|
|
docker_image: otbr-reference-device-1.3
|
|
build_args:
|
|
- REFERENCE_DEVICE=1
|
|
- BORDER_ROUTING=1
|
|
- BACKBONE_ROUTER=1
|
|
- NAT64=0
|
|
- WEB_GUI=0
|
|
- REST_API=0
|
|
- EXTERNAL_COMMISSIONER=1
|
|
options:
|
|
- "-DOTBR_DUA_ROUTING=ON"
|
|
- "-DOT_MLR=ON"
|
|
rcp_subpath: build/ot13/simulation
|
|
rcp_options:
|
|
- "-DOT_LINK_METRICS_SUBJECT=ON"
|
|
ssh:
|
|
username: pi
|
|
password: raspberry
|
|
port: 22
|
|
sniffer:
|
|
number: 2
|
|
server_port_base: 50051
|
|
discovery_ifname: eth0
|