22 #ifndef SATELLITE_GW_HELPER_DVB_H
23 #define SATELLITE_GW_HELPER_DVB_H
27 #include <ns3/satellite-channel.h>
28 #include <ns3/satellite-mac.h>
29 #include <ns3/satellite-ncc.h>
30 #include <ns3/satellite-superframe-sequence.h>
31 #include <ns3/satellite-typedefs.h>
64 uint32_t fwdLinkCarrierCount,
65 Ptr<SatSuperframeSeq> seq,
93 virtual Ptr<NetDevice>
Install(Ptr<Node> n,
98 uint32_t feederBeamId,
103 Ptr<SatLowerLayerServiceConf> llsConf);
Creates needed objects for DVB GW nodes like SatOrbiterNetDevice objects.
virtual Ptr< NetDevice > Install(Ptr< Node > n, uint32_t gwId, uint32_t satId, uint32_t beamId, uint32_t feederSatId, uint32_t feederBeamId, Ptr< SatChannel > fCh, Ptr< SatChannel > rCh, SatPhy::ChannelPairGetterCallback cbChannel, Ptr< SatNcc > ncc, Ptr< SatLowerLayerServiceConf > llsConf)
SatGwHelperDvb()
Default constructor.
virtual ~SatGwHelperDvb()
TypeId GetInstanceTypeId(void) const
static TypeId GetTypeId(void)
Get the type ID.
Creates needed objects for GW nodes like SatOrbiterNetDevice objects.
Callback< uint32_t, Ptr< SatControlMessage > > ReserveCtrlMsgCallback
Callback to reserve an id and initially store the control message.
Callback< uint32_t, uint32_t > SendCtrlMsgCallback
Callback to send a control message and allocate a recv ID for it.
Callback< Ptr< SatControlMessage >, uint32_t > ReadCtrlMsgCallback
Callback to read control messages from container storing control messages.
Callback< SatChannelPair::ChannelPair_t, uint32_t, uint32_t > ChannelPairGetterCallback
Callback for retrieving a pair of SatChannel associated to a beam.
Callback< double, SatEnums::ChannelType_t, uint32_t, SatEnums::CarrierBandwidthType_t > CarrierBandwidthConverter_t
Callback for carrier bandwidths.
SatArqSequenceNumber is handling the sequence numbers for the ARQ process.
Random access setting options.