Skip to content

Commit 37cc1ff

Browse files
Cristib05cfriedt
authored andcommitted
samples: net: openthread: border_router: Enable OT network diagnostics
Enablement of network diagnostics vendor info feature. Updated nxp border router project config Signed-off-by: Cristian Bulacu <[email protected]>
1 parent 1a7e0dc commit 37cc1ff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

samples/net/openthread/border_router/overlay-ot-rcp-host-wifi-nxp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER_BASE_SERVICE_NAME="NXP-BorderRouter"
4444
#Table in memory with at least 75 entries.
4545
#75 entries for conformance, 10 extra for other purposes, if any.
4646
CONFIG_NET_MAX_MCAST_ROUTES=85
47+
48+
# Network diagnostics
49+
CONFIG_OPENTHREAD_NET_DIAG_VENDOR_NAME="NXP"
50+
CONFIG_OPENTHREAD_NET_DIAG_VENDOR_MODEL="RW612"
51+
CONFIG_OPENTHREAD_NET_DIAG_VENDOR_SW_VERSION="v1.0.0"

samples/net/openthread/border_router/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,4 @@ CONFIG_OPENTHREAD_MLR=y
124124
CONFIG_OPENTHREAD_DNS_CLIENT=y
125125
CONFIG_OPENTHREAD_DNS_CLIENT_OVER_TCP=y
126126
CONFIG_OPENTHREAD_TCP_ENABLE=y
127+
CONFIG_OPENTHREAD_NETDIAG_VENDOR_INFO=y

0 commit comments

Comments
 (0)