I have a question regarding to the network start-up process of the collector in Non-beacon mode. From cllc.c, I can not find where the status Cllc_coordStates_scanEdCnf is set.
There is only one call of switchState(Cllc_coordStates_scanEdCnf) in Cllc_startNetwork, but it is in the case of CONFIG_FH_ENABLE = true. A UART printf debug log can also verify the case is never called in Non-beacon mode.
However, the UART log also shows case Cllc_coordStates_scanEdCnf in processState is entered after the active scan confirm is received, which really confused me.
Can you please help locate where the Cllc_coordStates_scanEdCnf is set in the code?
BR,
Shuyang