Alessandro Aimi
Alessandro Aimi
The max packet sizes in lorawan-mac-helper.cc are the ones for the MACPayload as defined in [regional parameter specs (section 2.4.6)](https://resources.lora-alliance.org/technical-specifications/rp002-1-0-4-regional-parameters). These are the ones that must be respected, payload +...
Are you sure the callback in `GatewayLorawanMac::Receive` is the one giving you problems? Gateways' callbacks are set in [`forwarder-helper`](https://github.com/signetlabdei/lorawan/blob/be7884b18bc6032b7cb7cb19369b68504ee6e2b1/helper/forwarder-helper.cc#L81), not in `network-server-helper`. The callback that gives you problems may be...
Hi, what do you mean by "support"? This module does not depend on the other ns-3 modules you mention because they are not strictly required to simulate a LoRa/LoRaWAN network....
Closing for lack of activity