-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: None
-
Component/s: MQTT-SN
-
None
The radius field on SEARCHGW is 1 byte, and the general 1.2 description agrees:
The Radius field is 1-octet long and indicates the value of the broadcast radius. The value 0x00 means "broadcast to all nodes in the network".
But in the Forwarder encapsulation, the Radius is two bytes of the control byte. I've not found a reason for the discrepancy, if it is one. I started looking at the source code of the reference implementation to see if I can understand the use better there.