22#ifndef SATELLITE_GW_HELPER_LORA_H
23#define SATELLITE_GW_HELPER_LORA_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"
62 uint32_t fwdLinkCarrierCount,
63 Ptr<SatSuperframeSeq> seq,
91 virtual Ptr<NetDevice>
Install(Ptr<Node> n,
96 uint32_t feederBeamId,
101 Ptr<SatLowerLayerServiceConf> llsConf);
SatGwHelper()
Default constructor.
virtual ~SatGwHelperLora()
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)
SatGwHelperLora()
Default constructor.
static TypeId GetTypeId(void)
Get the type ID.
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.