signetlabdei / lorawan

An ns-3 module for simulation of LoRaWAN networks
GNU General Public License v2.0
185 stars 131 forks source link

SetPacketSizeRandomVariable() method in Periodic helper class #59

Closed Prapi123 closed 4 years ago

Prapi123 commented 4 years ago

Hello,

I have a doubt on method called SetPacketSizeRandomVariable() from PeriodicSender helper. when we a SetPacketSizeRandomVariable(), it will always generate a packet size of basepacket + m_pktSizeRV or it will randomly produce packets like sometimes it produces packets of basepacket size and sometime basepacket + m_pktSizeRV .

Thanks