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>
63 uint32_t fwdLinkCarrierCount,
64 Ptr<SatSuperframeSeq> seq,
92 virtual Ptr<NetDevice>
Install(Ptr<Node> n,
97 uint32_t feederBeamId,
102 Ptr<SatLowerLayerServiceConf> llsConf);
Creates needed objects for GW nodes like SatOrbiterNetDevice objects.
Creates needed objects for LORA GW nodes like SatorbiterNetDevice objects.
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.
TypeId GetInstanceTypeId(void) const
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.