#include "satellite-enums.h"
#include "satellite-frame-conf.h"
#include "satellite-mac-tag.h"
#include <ns3/header.h>
#include <ns3/mac48-address.h>
#include <ns3/nstime.h>
#include <ns3/object.h>
#include <ns3/simulator.h>
#include <map>
#include <ostream>
#include <set>
#include <stdint.h>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | ns3::SatArqAckMessage |
The packet for the Automatic Repeat reQuest (ARQ) acknowledgment (ACK) messages. More... | |
class | ns3::SatCmtMessage |
This control message is used to give time, power and frequency correction to UTs. More... | |
class | ns3::SatCnoReportMessage |
C/N0 (CNI) estimation report message. More... | |
class | ns3::SatControlMessage |
Abstract satellite control message class. More... | |
class | ns3::SatControlMsgContainer |
The container to store control messages. More... | |
class | ns3::SatControlMsgTag |
This class implements a tag that is used to identify control messages (packages). More... | |
class | ns3::SatCrMessage |
The packet for the Capacity Request (CR) messages. More... | |
class | ns3::SatHandoverRecommendationMessage |
Handover recommendation control message (Tagged by SatControlMsgTag with type value SAT_HR_CTRL_MSG) More... | |
class | ns3::SatLogoffMessage |
This control message is used to inform the UT that it has been deconnected by GW (Tagged by SatControlMsgTag with type value SAT_LOGOFF_CTRL_MSG) More... | |
class | ns3::SatLogonMessage |
This control message is used to inform the GW that a UT wants to connect (Tagged by SatControlMsgTag with type value SAT_LOGON_CTRL_MSG) More... | |
class | ns3::SatLogonResponseMessage |
This control message is used to inform the UT of a connection success (Tagged by SatControlMsgTag with type value SAT_LOGON_RESPONSE_CTRL_MSG) More... | |
class | ns3::SatNcrMessage |
This control message is used to broadcast NCR date to UTs. More... | |
class | ns3::SatRaMessage |
Random access load control message (Tagged by SatControlMsgTag with type value SAT_RA_CTRL_MSG) More... | |
class | ns3::SatSliceSubscriptionMessage |
This control message is used to inform the UT it has to subscribe to a new slice. More... | |
class | ns3::SatTbtpMessage |
The packet for the Terminal Burst Time Plan (TBTP) messages. More... | |
class | ns3::SatTimuMessage |
TIM unicast control message (Tagged by SatControlMsgTag with type value SAT_TIMU_CTRL_MSG) More... | |
Namespaces | |
ns3 | |
SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |