Skip to content

Commit c1fa3cd

Browse files
openthread: Remove Thread device type from report
Removed Thread device type from the OpenThread report to avoid misunderstandings about which device type is used. We only need information about the feature set. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 993e043 commit c1fa3cd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

subsys/net/openthread/report/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ else()
3333
endif()
3434
ot_report_add_message("+ OpenThread library feature set: ${FEATURE_SET}" TRUE)
3535

36-
if(DEFINED CONFIG_OPENTHREAD_MTD_SED)
37-
set(DEVICE_TYPE "Sleepy End Device (SED)")
38-
elseif(DEFINED CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD)
39-
set(DEVICE_TYPE "Minimal End Device (MED)")
40-
elseif(DEFINED CONFIG_OPENTHREAD_NORDIC_LIBRARY_FTD)
41-
set(DEVICE_TYPE "Full End Device (FED)")
42-
else()
43-
set(DEVICE_TYPE "Unknown")
44-
endif()
45-
ot_report_add_message("+ Thread device type: ${DEVICE_TYPE}" TRUE)
46-
4736
# Check whether OpenThread is built from library or from sources
4837
if(CONFIG_OPENTHREAD_SOURCES)
4938
ot_report_add_message("+ OpenThread library has been built from sources" TRUE)

0 commit comments

Comments
 (0)