openthread / ot-reference-release

BSD 3-Clause "New" or "Revised" License
11 stars 26 forks source link

Include DNS client support for 1.3 OTBR #43

Closed suveshpratapa closed 1 year ago

suveshpratapa commented 1 year ago

Following resolution for this testbed issue https://threadgroup.atlassian.net/browse/TSTBED-254?focusedCommentId=53695

Esko Dijk 
November 21, 2022 at 10:13 AM

Another thing for the DUT (TD_1): it seems to not recognize the ‘dns browse’ command. This can be solved by building the DUT with the 'OT_DNS_CLIENT' flag, so building with -DOT_DNS_CLIENT=ON when building with cmake. Then the 'dns browse' command is available without an Error 35.

Is it possible / reasonable for the DUT to be built using this flag? Current assumption is ‘yes’.  If it is not possible for some reason we may need to take the discussion to TC to resolve.