The Pending Dataset check is wrong: the bitwise or (|) should be bitwise and (&)
Both Pending and Active Dataset Get response checks are too restrict.
The Commissioner CLI always sends MGMT_ACTIVE/PENDING_GET.req for all TLVs even when only a single TLV is requested by the user and thus current implementation is working.
|
) should be bitwise and (&
)The Commissioner CLI always sends MGMT_ACTIVE/PENDING_GET.req for all TLVs even when only a single TLV is requested by the user and thus current implementation is working.