According to document ts005-2-0-0-remote-multicast-setup chapter 4.6. In the McClassBSessionReq if DLFreq == 0, the ping slot frequencies should be hopping.
Am I right that this does not function in the current version of lora basics modem because when I look at the code in lorawan_remote_multicast_setup_package_v2.0.0.c line 1120 function lorawan_api_is_frequency_valid gets called and will return an error if the value is 0.
According to document ts005-2-0-0-remote-multicast-setup chapter 4.6. In the McClassBSessionReq if DLFreq == 0, the ping slot frequencies should be hopping.
Am I right that this does not function in the current version of lora basics modem because when I look at the code in
lorawan_remote_multicast_setup_package_v2.0.0.cline 1120 functionlorawan_api_is_frequency_validgets called and will return an error if the value is 0.