#include "lora-device-address.h"
#include "lora-frame-header.h"
#include "lorawan-mac-end-device-class-a.h"
#include "lorawan-mac-header.h"
#include <ns3/ipv4-header.h>
#include <ns3/net-device.h>
#include <ns3/object.h>
#include <ns3/pointer.h>
#include <iostream>
#include <list>
#include <map>
#include <ostream>
#include <stdint.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | ns3::LoraEndDeviceStatus |
This class represents the Network Server's knowledge about an End Device in the LoRaWAN network it is administering. More... | |
struct | ns3::LoraEndDeviceStatus::PacketInfoPerGw |
Structure saving information regarding the packet reception in each gateway. More... | |
struct | ns3::LoraEndDeviceStatus::ReceivedPacketInfo |
Structure saving information regarding all packet receptions. More... | |
struct | ns3::LoraEndDeviceStatus::Reply |
Structure representing the reply that the network server will send this device at the first opportunity. More... | |
Namespaces | |
ns3 | |
SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |