[Zigbee] Router node implementation
Zigbee PRO specification mentions
I found this function in AN5500:

When I try to implement this function, I get a compiler error for 'undefined reference'. I checked zigbee_core_wb.c and indeed there is no implementation for this function.
The question is, since this function is not available, then how to develop a zigbee router node on STM32WB platform that will allow joining of other routers and end devices to itself in a mesh network?