I am working with signled door sesnor and it supports ZigBee 3.0 as it has an install code and mac address on the side of the sensor in the form of a QR code. When I run the ZigBee CLI in ZC mode and use the commands bdb start and bdb ic add <code> <mac addr> the sensor doesn't join the network it looks like their is a TCLK failure. The RTT logs have the following statements and Wireshark trace is below. If the bdb legacy enable command is used then the sensor joins the network without issue.
<00> info> app: Device update received (short: 0x782F, long: b0ce1814000e8942, status: 1)
<00> info> app: Device update received (short: 0x782F, long: b0ce1814000e8942, status: 1)
<00> info> app: New device commissioned or rejoined (short: 0x782F)
<00> info> app: Device authorization event received (short: 0x782F, long: b0ce1814000e8942, authorization type: 0, authorization status: 0)
<00> info> app: Device authorization event received (short: 0x782F, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Child left the network (long: b0ce1814, rejoin flag: 0)
<00> info> app: Device authorization event received (short: 0x782F, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Device update received (short: 0x2BC4, long: b0ce1814000e8942, status: 1)
<00> info> app: Device update received (short: 0x2BC4, long: b0ce1814000e8942, status: 1)
<00> info> app: New device commissioned or rejoined (short: 0x2BC4)
<00> info> app: Device authorization event received (short: 0x2BC4, long: b0ce1814000e8942, authorization type: 0, authorization status: 0)
<00> info> app: Device authorization event received (short: 0x2BC4, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Child left the network (long: b0ce1814000e8942, rejoin flag: 0)
<00> info> app: Device authorization event received (short: 0x2BC4, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Device update received (short: 0x0224, long: b0ce1814, status: 1)
<00> info> app: Device update received (short: 0x0224, long: b0ce1814000e8942, status: 1)
<00> info> app: New device commissioned or rejoined (short: 0x0224)
<00> info> app: Device authorization event received (short: 0x0224, long: b0ce1814000e8942, authorization type: 0, authorization status: 0)
<00> info> app: Device authorization event received (short: 0x0224, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Child left the network (long: b0ce1814000e8942, rejoin flag: 0)
<00> info> app: Device authorization event received (short: 0x0224, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Device update received (short: 0x1DD0, long: b0ce1814000e8942, status: 1)
<00> info> app: Device update received (short: 0x1DD0, long: b0ce1814000e8942, status: 1)
<00> info> app: New device commissioned or rejoined (short: 0x1DD0)
<00> info> app: Device authorization event received (short: 0x1DD0, long: b0ce1814, authorization type: 0, authorization status: 0)
<00> info> app: Device authorization event received (short: 0x1DD0, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Child left the network (long: b0ce1814000e8942, rejoin flag: 0)
<00> info> app: Device authorization event received (short: 0x1DD0, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Device update received (short: 0x6D8D, long: b0ce1814000e8942, status: 1)
<00> info> app: Device update received (short: 0x6D8D, long: b0ce1814000e8942, status: 1)
<00> info> app: New device commissioned or rejoined (short: 0x6D8D)
<00> info> app: Device authorization event received (short: 0x6D8D, long: b0ce1814000e8942, authorization type: 0, authorization status: 0)
<00> info> app: Device authorization event received (short: 0x6D8D, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Child left the network (long: b0ce1814, rejoin flag: 0)
<00> info> app: Device authorization event received (short: 0x6D8D, long: b0ce1814000e8942, authorization type: 1, authorization status: 1)
<00> info> app: Device update received (short: 0x4226, long: b0ce1814000e8942, status: 1)
<00> info> app: Device update received (short: 0x4226, long: b0ce1814000e8942, status: 1)
<00> info> app: New device commissioned or rejoined (short: 0x4226)
Thoughts?