Hi,
We are using several end-nodes from different manufacturers. So far, manufacturers were sending us DevAddr, DevEUI, NwkSKey, AppSKey, and we were setting the AppEUI on the device. As result, we were adding it to the MT Conduit by
lora-query -a [DevAddr] [Class] [AppEUI] [DevEUI] [NwkSKey] [AppSKey]
Everything is working successfully up to now.
One of the manufacturers sent us only DevAddr, NwkSKey and AppSKey. They say that these informations are sufficient for connecting to the gateway, they say that there is no need to have DevEUI.
In LoRa Alliance White Paper, it also states that DevAddr, NwkSKey and AppSKey are sufficient.
How ABP join to Conduit can be made with only these parameters?
Thanks.