#include "lora-device-address.h"
#include "lora-frame-header.h"
#include "lora-logical-channel-helper.h"
#include "lora-logical-channel.h"
#include "lorawan-mac-header.h"
#include "lorawan-mac.h"
#include "satellite-ut-mac.h"
#include <ns3/random-variable-stream.h>
#include <ns3/traced-value.h>
#include <list>
#include <stdint.h>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ns3::LorawanMacEndDevice::LoraRetxParameters |
Structure representing the parameters that will be used in the retransmission procedure. More... | |
class | ns3::LorawanMacEndDevice |
Class representing the MAC layer of a LoRaWAN device. More... | |
Namespaces | |
ns3 | |
SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |