Hi,
I am trying to implement Zigbee mesh and read out the routing table of the local router. So far we achieved to get the device neighbor table by zb_zdo_mgmt_lqi_req which works fine.
Is there a similar method to get the routing table? We have found a response struct called zb_zdo_routing_table_record_s to a mgmt_rtg_resp. However we havent found any function in the API returning such a struct.
Thanks a lot for your help