Why are all MAC callback functions in I-CUBE-LRWAN moved to lora.c ("inside the stack") and statically defined? (in Stackforce this is not the case)
While working on a standard OTAA Rejoin procedure for our application I've noticed the LoRaMAC callback primitives are all fixed in the LORA_Init() function. When I want to catch the event the MAC layer signals the reception (or not) of a server ACK ...