BaseStation NetDevice. More...
#include "bs-net-device.h"
Public Member Functions | |
BaseStationNetDevice () | |
BaseStationNetDevice (Ptr< Node > node, Ptr< WimaxPhy > phy) | |
Constructor. | |
BaseStationNetDevice (Ptr< Node > node, Ptr< WimaxPhy > phy, Ptr< UplinkScheduler > uplinkScheduler, Ptr< BSScheduler > bsScheduler) | |
Constructor. | |
~BaseStationNetDevice () override | |
bool | Enqueue (Ptr< Packet > packet, const MacHeaderType &hdrType, Ptr< WimaxConnection > connection) override |
Enqueue a packet into a connection queue. | |
Ptr< IpcsClassifier > | GetBsClassifier () const |
Ptr< BSScheduler > | GetBSScheduler () const |
uint8_t | GetBwReqOppSize () const |
Ptr< WimaxConnection > | GetConnection (Cid cid) |
Time | GetDcdInterval () const |
Time | GetDlSubframeStartTime () const |
Time | GetInitialRangingInterval () const |
Time | GetIntervalT8 () const |
Ptr< BSLinkManager > | GetLinkManager () const |
uint8_t | GetMaxInvitedRangRetries () const |
uint8_t | GetMaxRangingCorrectionRetries () const |
uint32_t | GetNrDcdSent () const |
uint32_t | GetNrDlSymbols () const |
uint32_t | GetNrUcdSent () const |
uint32_t | GetNrUlSymbols () const |
Time | GetPsDuration () const |
uint8_t | GetRangingOppNumber () const |
uint8_t | GetRangReqOppSize () const |
Ptr< BsServiceFlowManager > | GetServiceFlowManager () const |
Ptr< SSManager > | GetSSManager () const |
Time | GetSymbolDuration () const |
Time | GetUcdInterval () const |
Time | GetUlSubframeStartTime () const |
Ptr< UplinkScheduler > | GetUplinkScheduler () const |
void | InitBaseStationNetDevice () |
initializes the BS net device and sets its parameters to the default values | |
void | MarkRangingOppStart (Time rangingOppStartTime) |
Mark ranging opp start. | |
void | MarkUplinkAllocations () |
Mark uplink allocations. | |
void | SetBsClassifier (Ptr< IpcsClassifier > classifier) |
void | SetBSScheduler (Ptr< BSScheduler > bsSchedule) |
void | SetBwReqOppSize (uint8_t bwReqOppSize) |
void | SetDcdInterval (Time dcdInterval) |
void | SetInitialRangingInterval (Time initialRangInterval) |
void | SetIntervalT8 (Time interval) |
void | SetLinkManager (Ptr< BSLinkManager > linkManager) |
void | SetMaxInvitedRangRetries (uint8_t maxInvitedRangRetries) |
void | SetMaxRangingCorrectionRetries (uint8_t maxRangCorrectionRetries) |
void | SetNrDlSymbols (uint32_t dlSymbols) |
void | SetNrUlSymbols (uint32_t ulSymbols) |
void | SetRangReqOppSize (uint8_t rangReqOppSize) |
void | SetServiceFlowManager (Ptr< BsServiceFlowManager > sfm) |
Set service flow manager. | |
void | SetSSManager (Ptr< SSManager > ssManager) |
void | SetUcdInterval (Time ucdInterval) |
void | SetUplinkScheduler (Ptr< UplinkScheduler > ulScheduler) |
void | Start () override |
Start device. | |
void | Stop () override |
Stop device. | |
Public Member Functions inherited from ns3::WimaxNetDevice | |
WimaxNetDevice () | |
~WimaxNetDevice () override | |
void | AddLinkChangeCallback (Callback< void > callback) override |
Add link change callback function. | |
void | Attach (Ptr< WimaxChannel > channel) |
Attach device to channel. | |
void | CreateDefaultConnections () |
Creates the initial ranging and broadcast connections. | |
void | DoDispose () override |
Destructor implementation. | |
void | ForwardDown (Ptr< PacketBurst > burst, WimaxPhy::ModulationType modulationType) |
Forward a packet down the stack. | |
void | ForwardUp (Ptr< Packet > packet, const Mac48Address &source, const Mac48Address &dest) |
Forward a packet to the next layer above the device. | |
Address | GetAddress () const override |
Get address of the device. | |
Ptr< BandwidthManager > | GetBandwidthManager () const |
Get the bandwidth manager on the device. | |
Address | GetBroadcast () const override |
Get broadcast address. | |
Ptr< WimaxConnection > | GetBroadcastConnection () const |
Get the broadcast connection. | |
Ptr< BurstProfileManager > | GetBurstProfileManager () const |
Get the burst profile manager. | |
Ptr< Channel > | GetChannel () const override |
Get the channel. | |
uint64_t | GetChannel (uint8_t index) const |
Get the channel object by index. | |
Ptr< ConnectionManager > | GetConnectionManager () const |
Get the connection manager of the device. | |
Dcd | GetCurrentDcd () const |
Get the current DCD. | |
Ucd | GetCurrentUcd () const |
Get the current UCD. | |
uint32_t | GetIfIndex () const override |
Get interface index. | |
Ptr< WimaxConnection > | GetInitialRangingConnection () const |
Get the initial ranging connection. | |
Mac48Address | GetMacAddress () const |
Get the MAC address. | |
uint16_t | GetMtu () const override |
Get MTU of the device. | |
virtual Address | GetMulticast () const |
Get multicast address. | |
Address | GetMulticast (Ipv4Address multicastGroup) const override |
Make and return a MAC multicast address using the provided multicast group. | |
Address | GetMulticast (Ipv6Address addr) const override |
Get the MAC multicast address corresponding to the IPv6 address provided. | |
virtual std::string | GetName () const |
Get device name. | |
Ptr< Node > | GetNode () const override |
Get node pointer. | |
uint32_t | GetNrFrames () const |
Get the number of frames. | |
Ptr< WimaxPhy > | GetPhy () const |
Get the physical layer object. | |
virtual Ptr< Channel > | GetPhyChannel () const |
Get the channel (this method is redundant with GetChannel()) | |
NetDevice::PromiscReceiveCallback | GetPromiscReceiveCallback () |
Get promiscuous receive callback function. | |
uint16_t | GetRtg () const |
Get receive/transmit transition gap. | |
uint8_t | GetState () const |
Get the device state. | |
uint16_t | GetTtg () const |
Get transmission/receive transition gap. | |
bool | IsBridge () const override |
Return true if the net device is acting as a bridge. | |
bool | IsBroadcast () const override |
Check if broadcast enabled. | |
bool | IsLinkUp () const override |
Check if link is up. | |
bool | IsMulticast () const override |
Check if multicast enabled. | |
bool | IsPointToPoint () const override |
Check if device is a point-to-point device. | |
bool | IsPromisc () |
Check if device is promiscuous. | |
virtual Address | MakeMulticastAddress (Ipv4Address multicastGroup) const |
Make multicast address. | |
bool | NeedsArp () const override |
Check if device needs ARP. | |
void | NotifyPromiscTrace (Ptr< Packet > p) |
Notify promiscuous trace of a packet arrival. | |
bool | Send (Ptr< Packet > packet, const Address &dest, uint16_t protocolNumber) override |
Send function. | |
bool | SendFrom (Ptr< Packet > packet, const Address &source, const Address &dest, uint16_t protocolNumber) override |
Send a packet. | |
void | SetAddress (Address address) override |
Set address of the device. | |
void | SetBandwidthManager (Ptr< BandwidthManager > bandwidthManager) |
Set the bandwidth manager on the device. | |
void | SetBurstProfileManager (Ptr< BurstProfileManager > burstProfileManager) |
Set the burst profile manager. | |
void | SetChannel (Ptr< WimaxChannel > wimaxChannel) |
Set the channel object. | |
virtual void | SetConnectionManager (Ptr< ConnectionManager > connectionManager) |
Set the connection manager of the device. | |
void | SetCurrentDcd (Dcd dcd) |
Set the current DCD. | |
void | SetCurrentUcd (Ucd ucd) |
Set the current UCD. | |
void | SetIfIndex (const uint32_t index) override |
Set interface index. | |
virtual void | SetLinkChangeCallback (Callback< void > callback) |
Set link change callback function. | |
void | SetMacAddress (Mac48Address address) |
Set the MAC address. | |
bool | SetMtu (const uint16_t mtu) override |
Set MTU value for the device. | |
virtual void | SetName (const std::string name) |
Set device name. | |
void | SetNode (Ptr< Node > node) override |
Set node pointer. | |
void | SetNrFrames (uint32_t nrFrames) |
Set the number of frames. | |
void | SetPhy (Ptr< WimaxPhy > phy) |
Set the physical layer object. | |
void | SetPromiscReceiveCallback (PromiscReceiveCallback cb) override |
Set promiscuous receive callback function. | |
void | SetReceiveCallback () |
Set receive callback function. | |
void | SetReceiveCallback (NetDevice::ReceiveCallback cb) override |
Set receive callback function. | |
void | SetRtg (uint16_t rtg) |
Set receive/transmit transition gap. | |
void | SetState (uint8_t state) |
Set the device state. | |
void | SetTtg (uint16_t ttg) |
Set transmission/receive transition gap. | |
bool | SupportsSendFrom () const override |
Check if device supports the SendFrom method. | |
Public Member Functions inherited from ns3::NetDevice | |
~NetDevice () override | |
Public Member Functions inherited from ns3::Object | |
Object () | |
Constructor. | |
~Object () override | |
Destructor. | |
void | AggregateObject (Ptr< Object > other) |
Aggregate two Objects together. | |
void | Dispose () |
Dispose of this Object. | |
AggregateIterator | GetAggregateIterator () const |
Get an iterator to the Objects aggregated to this one. | |
TypeId | GetInstanceTypeId () const override |
Get the most derived TypeId for this Object. | |
template<typename T > | |
Ptr< T > | GetObject () const |
Get a pointer to the requested aggregated Object. | |
template<> | |
Ptr< Object > | GetObject () const |
Specialization of () for objects of type ns3::Object. | |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
Get a pointer to the requested aggregated Object by TypeId. | |
template<> | |
Ptr< Object > | GetObject (TypeId tid) const |
Specialization of (TypeId tid) for objects of type ns3::Object. | |
void | Initialize () |
Invoke DoInitialize on all Objects aggregated to this one. | |
bool | IsInitialized () const |
Check if the object has been initialized. | |
void | UnidirectionalAggregateObject (Ptr< Object > other) |
Aggregate an Object to another Object. | |
Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Public Member Functions inherited from ns3::ObjectBase | |
virtual | ~ObjectBase () |
Virtual destructor. | |
void | GetAttribute (std::string name, AttributeValue &value, bool permissive=false) const |
Get the value of an attribute, raising fatal errors if unsuccessful. | |
bool | GetAttributeFailSafe (std::string name, AttributeValue &value) const |
Get the value of an attribute without raising errors. | |
void | SetAttribute (std::string name, const AttributeValue &value) |
Set a single attribute, raising fatal errors if unsuccessful. | |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
Set a single attribute without raising errors. | |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
Connect a TraceSource to a Callback with a context. | |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
Connect a TraceSource to a Callback without a context. | |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected with a context. | |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected without a context. | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. | |
Static Public Member Functions inherited from ns3::WimaxNetDevice | |
static TypeId | GetTypeId () |
Get the type ID. | |
Static Public Member Functions inherited from ns3::NetDevice | |
static TypeId | GetTypeId () |
Get the type ID. | |
Static Public Member Functions inherited from ns3::Object | |
static TypeId | GetTypeId () |
Register this type. | |
Static Public Member Functions inherited from ns3::ObjectBase | |
static TypeId | GetTypeId () |
Get the type ID. | |
Private Member Functions | |
Ptr< Packet > | CreateDcd () |
Create DCD. | |
void | CreateDescriptorMessages (bool sendDcd, bool sendUcd) |
creates the channel descriptor MAC management messages DCD and UCD | |
Ptr< Packet > | CreateDlMap () |
Create DL map. | |
void | CreateMapMessages () |
creates the MAC management messages DL-MAP and UL-MAP | |
Ptr< Packet > | CreateUcd () |
Create UCD. | |
Ptr< Packet > | CreateUlMap () |
Create UL map. | |
void | DoDispose () override |
Destructor implementation. | |
void | DoReceive (Ptr< Packet > packet) override |
Receive packet. | |
bool | DoSend (Ptr< Packet > packet, const Mac48Address &source, const Mac48Address &dest, uint16_t protocolNumber) override |
Send packet. | |
void | EndDlSubFrame () |
End DL subframe function. | |
void | EndFrame () |
End frame function. | |
void | EndUlSubFrame () |
End UL subframe function. | |
void | MarkUplinkAllocationEnd (Time allocationEndTime, Cid cid, uint8_t uiuc) |
Mark uplink allocation end. | |
void | MarkUplinkAllocationStart (Time allocationStartTime) |
Mark uplink allocation start. | |
void | RangingOppStart () |
Ranging opp start. | |
void | SendBursts () |
Send burst function. | |
void | SetDlBurstProfiles (Dcd *dcd) |
Send DL burst profiles. | |
void | SetUlBurstProfiles (Ucd *ucd) |
Send UL burst profiles. | |
void | StartDlSubFrame () |
Start DL subframe function. | |
void | StartFrame () |
Start frame function. | |
void | StartUlSubFrame () |
Start UL subframe function. | |
void | UplinkAllocationEnd (Cid cid, uint8_t uiuc) |
Uplink allocation end. | |
void | UplinkAllocationStart () |
Uplink allocation start. | |
Private Attributes | |
uint32_t | m_allocationStartTime |
allocation start time | |
Ptr< IpcsClassifier > | m_bsClassifier |
the base station classifier | |
TracedCallback< Ptr< const Packet > > | m_bsPromiscRxTrace |
The trace source fired for packets successfully received by the device immediately before being forwarded up to higher layers (at the L2/L3 transition). | |
TracedCallback< Ptr< const Packet > > | m_bsRxDropTrace |
The trace source fired when packets coming into the "top" of the device are dropped at the MAC layer during reception. | |
TracedCallback< Ptr< const Packet > > | m_bsRxTrace |
The trace source fired for packets successfully received by the device immediately before being forwarded up to higher layers (at the L2/L3 transition). | |
TracedCallback< Ptr< const Packet > > | m_bsTxDropTrace |
The trace source fired when packets coming into the "top" of the device are dropped at the MAC layer during transmission. | |
TracedCallback< Ptr< const Packet > > | m_bsTxTrace |
The trace source fired when packets come into the "top" of the device at the L3/L2 transition, before being queued for transmission. | |
uint8_t | m_bwReqOppSize |
in symbols | |
CidFactory * | m_cidFactory |
the CID factory | |
uint32_t | m_dcdConfigChangeCount |
DCD config change count. | |
Time | m_dcdInterval |
in seconds | |
Time | m_dlSubframeStartTime |
DL subframe start time. | |
uint32_t | m_framesSinceLastDcd |
frames since last DCD | |
uint32_t | m_framesSinceLastUcd |
frames since last UCD | |
Time | m_initialRangInterval |
in seconds | |
Time | m_intervalT8 |
in milliseconds, wait for DSA/DSC Acknowledge timeout | |
Ptr< BSLinkManager > | m_linkManager |
the link manager | |
uint8_t | m_maxInvitedRangRetries |
maximum invited range retries | |
uint8_t | m_maxRangCorrectionRetries |
maximum range correction retries | |
uint32_t | m_nrDcdSent |
number DCD sent | |
uint16_t | m_nrDlAllocations |
number DL allocations | |
uint32_t | m_nrDlFrames |
number DL frames | |
uint32_t | m_nrDlMapSent |
number DL map sent | |
uint32_t | m_nrDlSymbols |
number of DL symbols | |
uint16_t | m_nrSsRegistered |
number SS registered | |
uint32_t | m_nrUcdSent |
number UCD sent | |
uint16_t | m_nrUlAllocations |
number UL allocations | |
uint32_t | m_nrUlFrames |
number UL frames | |
uint32_t | m_nrUlMapSent |
number UL map sent | |
uint32_t | m_nrUlSymbols |
number of UL symbols | |
Time | m_psDuration |
ps duration | |
uint8_t | m_rangingOppNumber |
current ranging TO number | |
uint8_t | m_rangReqOppSize |
in symbols | |
Ptr< BSScheduler > | m_scheduler |
the base station scheduler | |
Ptr< BsServiceFlowManager > | m_serviceFlowManager |
the service flow manager | |
Ptr< SSManager > | m_ssManager |
the SS manager | |
Time | m_symbolDuration |
symbol duration | |
TracedCallback< Ptr< const Packet >, Mac48Address, Cid > | m_traceBSRx |
the base station receive trace callback | |
uint32_t | m_ucdConfigChangeCount |
UCD config change count. | |
Time | m_ucdInterval |
in seconds | |
uint8_t | m_ulAllocationNumber |
to see UL burst number | |
Time | m_ulSubframeStartTime |
UL subframe start time. | |
Ptr< UplinkScheduler > | m_uplinkScheduler |
the uplink scheduler | |
Additional Inherited Members | |
Public Attributes inherited from ns3::WimaxNetDevice | |
TracedCallback< Ptr< const Packet >, const Mac48Address & > | m_traceRx |
TracedCallback< Ptr< const Packet >, const Mac48Address & > | m_traceTx |
Static Public Attributes inherited from ns3::WimaxNetDevice | |
static uint8_t | m_direction = ~0 |
downlink or uplink | |
static Time | m_frameStartTime = Seconds(0) |
temp, to determine the frame start time at SS side, shall actually be determined by frame start preamble | |
Protected Member Functions inherited from ns3::Object | |
Object (const Object &o) | |
Copy an Object. | |
virtual void | DoInitialize () |
Initialize() implementation. | |
virtual void | NotifyNewAggregate () |
Notify all Objects aggregated to this one of a new Object being aggregated. | |
Protected Member Functions inherited from ns3::ObjectBase | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
Complete construction of ObjectBase; invoked by derived classes. | |
virtual void | NotifyConstructionCompleted () |
Notifier called once the ObjectBase is fully constructed. | |
Related Symbols inherited from ns3::ObjectBase | |
static TypeId | GetObjectIid () |
Ensure the TypeId for ObjectBase gets fully configured to anchor the inheritance tree properly. | |
BaseStation NetDevice.
Definition at line 42 of file bs-net-device.h.
MacPreamble enumeration.
Enumerator | |
---|---|
SHORT_PREAMBLE | |
LONG_PREAMBLE |
Definition at line 55 of file bs-net-device.h.
State enumeration.
Enumerator | |
---|---|
BS_STATE_DL_SUB_FRAME | |
BS_STATE_UL_SUB_FRAME | |
BS_STATE_TTG | |
BS_STATE_RTG |
Definition at line 46 of file bs-net-device.h.
ns3::BaseStationNetDevice::BaseStationNetDevice | ( | ) |
Definition at line 192 of file bs-net-device.cc.
References InitBaseStationNetDevice().
Constructor.
node | the node |
phy | the wimax phy |
Definition at line 238 of file bs-net-device.cc.
References InitBaseStationNetDevice(), ns3::WimaxNetDevice::SetNode(), and ns3::WimaxNetDevice::SetPhy().
ns3::BaseStationNetDevice::BaseStationNetDevice | ( | Ptr< Node > | node, |
Ptr< WimaxPhy > | phy, | ||
Ptr< UplinkScheduler > | uplinkScheduler, | ||
Ptr< BSScheduler > | bsScheduler ) |
Constructor.
node | the node |
phy | the wimax phy |
uplinkScheduler | uplink scheduler |
bsScheduler | bs scheduler |
Definition at line 245 of file bs-net-device.cc.
References InitBaseStationNetDevice(), m_scheduler, m_uplinkScheduler, ns3::WimaxNetDevice::SetNode(), and ns3::WimaxNetDevice::SetPhy().
|
override |
Definition at line 257 of file bs-net-device.cc.
Create DCD.
Definition at line 1042 of file bs-net-device.cc.
References ns3::Create(), ns3::WimaxNetDevice::GetMacAddress(), ns3::WimaxNetDevice::GetNrFrames(), ns3::WimaxNetDevice::GetPhy(), ns3::WimaxNetDevice::GetRtg(), ns3::WimaxNetDevice::GetTtg(), m_dcdConfigChangeCount, ns3::ManagementMessageType::MESSAGE_TYPE_DCD, ns3::OfdmDcdChannelEncodings::SetBaseStationId(), ns3::DcdChannelEncodings::SetBsEirp(), ns3::Dcd::SetChannelEncodings(), ns3::OfdmDcdChannelEncodings::SetChannelNr(), ns3::Dcd::SetConfigurationChangeCount(), ns3::WimaxNetDevice::SetCurrentDcd(), SetDlBurstProfiles(), ns3::DcdChannelEncodings::SetEirxPIrMax(), ns3::OfdmDcdChannelEncodings::SetFrameDurationCode(), ns3::OfdmDcdChannelEncodings::SetFrameNumber(), ns3::DcdChannelEncodings::SetFrequency(), ns3::OfdmDcdChannelEncodings::SetRtg(), and ns3::OfdmDcdChannelEncodings::SetTtg().
Referenced by CreateDescriptorMessages().
|
private |
creates the channel descriptor MAC management messages DCD and UCD
sendDcd | true if send DCD |
sendUcd | true if send UCD |
Definition at line 933 of file bs-net-device.cc.
References CreateDcd(), CreateUcd(), Enqueue(), ns3::WimaxNetDevice::GetBroadcastConnection(), m_framesSinceLastDcd, m_framesSinceLastUcd, m_nrDcdSent, and m_nrUcdSent.
Referenced by CreateMapMessages().
Create DL map.
Definition at line 1007 of file bs-net-device.cc.
References ns3::DlMap::AddDlMapElement(), ns3::Create(), ns3::OfdmDlBurstProfile::DIUC_END_OF_MAP, ns3::WimaxNetDevice::GetMacAddress(), ns3::Cid::InitialRanging(), m_dcdConfigChangeCount, m_nrDlAllocations, m_scheduler, ns3::ManagementMessageType::MESSAGE_TYPE_DL_MAP, ns3::DlMap::SetBaseStationId(), ns3::OfdmDlMapIe::SetCid(), ns3::DlMap::SetDcdCount(), ns3::OfdmDlMapIe::SetDiuc(), ns3::OfdmDlMapIe::SetPreamblePresent(), and ns3::OfdmDlMapIe::SetStartTime().
Referenced by CreateMapMessages().
|
private |
creates the MAC management messages DL-MAP and UL-MAP
Definition at line 885 of file bs-net-device.cc.
References CreateDescriptorMessages(), CreateDlMap(), CreateUlMap(), Enqueue(), ns3::WimaxNetDevice::GetBroadcastConnection(), m_dcdConfigChangeCount, m_nrDlMapSent, m_nrSsRegistered, m_nrUlMapSent, m_ssManager, m_ucdConfigChangeCount, and m_uplinkScheduler.
Referenced by StartDlSubFrame().
Create UCD.
Definition at line 1096 of file bs-net-device.cc.
References ns3::Create(), ns3::WimaxNetDevice::GetPhy(), m_bwReqOppSize, m_rangReqOppSize, m_ucdConfigChangeCount, ns3::ManagementMessageType::MESSAGE_TYPE_UCD, ns3::UcdChannelEncodings::SetBwReqOppSize(), ns3::Ucd::SetChannelEncodings(), ns3::Ucd::SetConfigurationChangeCount(), ns3::WimaxNetDevice::SetCurrentUcd(), ns3::UcdChannelEncodings::SetFrequency(), ns3::Ucd::SetRangingBackoffEnd(), ns3::Ucd::SetRangingBackoffStart(), ns3::UcdChannelEncodings::SetRangReqOppSize(), ns3::Ucd::SetRequestBackoffEnd(), ns3::Ucd::SetRequestBackoffStart(), ns3::OfdmUcdChannelEncodings::SetSbchnlFocContCodes(), ns3::OfdmUcdChannelEncodings::SetSbchnlReqRegionFullParams(), and SetUlBurstProfiles().
Referenced by CreateDescriptorMessages().
Create UL map.
Definition at line 1070 of file bs-net-device.cc.
References ns3::UlMap::AddUlMapElement(), ns3::Create(), m_nrUlAllocations, m_rangingOppNumber, m_ucdConfigChangeCount, m_ulAllocationNumber, m_uplinkScheduler, ns3::ManagementMessageType::MESSAGE_TYPE_UL_MAP, ns3::UlMap::SetAllocationStartTime(), and ns3::UlMap::SetUcdCount().
Referenced by CreateMapMessages().
|
overrideprivatevirtual |
Destructor implementation.
This method is called by Dispose() or by the Object's destructor, whichever comes first.
Subclasses are expected to implement their real destruction code in an overridden version of this method and chain up to their parent's implementation once they are done. i.e, for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose() method.
It is safe to call GetObject() from within this method.
Reimplemented from ns3::Object.
Definition at line 262 of file bs-net-device.cc.
References ns3::WimaxNetDevice::DoDispose(), m_bsClassifier, m_cidFactory, m_linkManager, m_scheduler, m_serviceFlowManager, m_ssManager, and m_uplinkScheduler.
Receive packet.
packet | to send |
Implements ns3::WimaxNetDevice.
Definition at line 690 of file bs-net-device.cc.
References ns3::Simulator::Cancel(), ns3::BandwidthRequestHeader::check_hcs(), ns3::GenericMacHeader::check_hcs(), ns3::Create(), ns3::WimaxNetDevice::ForwardUp(), ns3::WimaxNetDevice::GetBandwidthManager(), ns3::Mac48Address::GetBroadcast(), ns3::BandwidthRequestHeader::GetCid(), ns3::GenericMacHeader::GetCid(), ns3::WimaxNetDevice::GetConnectionManager(), ns3::FragmentationSubheader::GetFc(), ns3::BandwidthRequestHeader::GetHt(), ns3::GenericMacHeader::GetHt(), GetServiceFlowManager(), ns3::GenericMacHeader::GetType(), ns3::ManagementMessageType::GetType(), ns3::MacHeaderType::HEADER_TYPE_BANDWIDTH, ns3::MacHeaderType::HEADER_TYPE_GENERIC, ns3::CidFactory::IsBasic(), ns3::Cid::IsBroadcast(), ns3::Cid::IsInitialRanging(), ns3::CidFactory::IsPrimary(), m_bsRxDropTrace, m_bsRxTrace, m_cidFactory, m_linkManager, m_ssManager, m_traceBSRx, ns3::ManagementMessageType::MESSAGE_TYPE_DSA_ACK, ns3::ManagementMessageType::MESSAGE_TYPE_DSA_REQ, ns3::ManagementMessageType::MESSAGE_TYPE_DSA_RSP, ns3::ManagementMessageType::MESSAGE_TYPE_REG_REQ, ns3::ManagementMessageType::MESSAGE_TYPE_REG_RSP, ns3::ManagementMessageType::MESSAGE_TYPE_RNG_REQ, ns3::ManagementMessageType::MESSAGE_TYPE_RNG_RSP, NS_ASSERT_MSG, NS_FATAL_ERROR, and NS_LOG_INFO.
|
overrideprivatevirtual |
Send packet.
packet | to send |
source | MAC address |
dest | destination MAC address |
protocolNumber | protocol number |
Implements ns3::WimaxNetDevice.
Definition at line 620 of file bs-net-device.cc.
References ns3::Create(), Enqueue(), ns3::ServiceFlow::GetConnection(), ns3::ServiceFlow::GetIsEnabled(), GetServiceFlowManager(), m_bsClassifier, m_bsTxDropTrace, m_bsTxTrace, NS_LOG_INFO, ns3::ServiceFlow::SF_DIRECTION_DOWN, and ns3::ServiceFlow::SF_TYPE_ALL.
|
private |
End DL subframe function.
Definition at line 579 of file bs-net-device.cc.
References BS_STATE_TTG, ns3::Time::GetSeconds(), ns3::WimaxNetDevice::GetTtg(), m_nrDlFrames, m_psDuration, ns3::Simulator::Schedule(), ns3::Seconds(), ns3::WimaxNetDevice::SetState(), and StartUlSubFrame().
Referenced by StartDlSubFrame().
|
private |
End frame function.
Definition at line 614 of file bs-net-device.cc.
References StartFrame().
Referenced by EndUlSubFrame().
|
private |
End UL subframe function.
Definition at line 604 of file bs-net-device.cc.
References BS_STATE_RTG, EndFrame(), ns3::WimaxNetDevice::GetRtg(), ns3::Time::GetSeconds(), m_nrUlFrames, m_psDuration, ns3::Simulator::Schedule(), ns3::Seconds(), and ns3::WimaxNetDevice::SetState().
Referenced by StartUlSubFrame().
|
overridevirtual |
Enqueue a packet into a connection queue.
packet | the packet to be enqueued |
hdrType | the mac header type to be appended to the packet |
connection | the connection to be used |
Implements ns3::WimaxNetDevice.
Definition at line 673 of file bs-net-device.cc.
References ns3::GenericMacHeader::GetSerializedSize(), NS_ASSERT_MSG, ns3::GenericMacHeader::SetCid(), and ns3::GenericMacHeader::SetLen().
Referenced by CreateDescriptorMessages(), CreateMapMessages(), and DoSend().
Ptr< IpcsClassifier > ns3::BaseStationNetDevice::GetBsClassifier | ( | ) | const |
Definition at line 286 of file bs-net-device.cc.
References m_bsClassifier.
Referenced by GetTypeId().
Ptr< BSScheduler > ns3::BaseStationNetDevice::GetBSScheduler | ( | ) | const |
Definition at line 496 of file bs-net-device.cc.
References m_scheduler.
Referenced by GetTypeId().
uint8_t ns3::BaseStationNetDevice::GetBwReqOppSize | ( | ) | const |
Definition at line 382 of file bs-net-device.cc.
References m_bwReqOppSize.
Referenced by GetTypeId().
Ptr< WimaxConnection > ns3::BaseStationNetDevice::GetConnection | ( | Cid | cid | ) |
cid | connection ID |
Definition at line 1156 of file bs-net-device.cc.
References ns3::WimaxNetDevice::GetBroadcastConnection(), ns3::WimaxNetDevice::GetConnectionManager(), ns3::WimaxNetDevice::GetInitialRangingConnection(), ns3::Cid::IsBroadcast(), ns3::Cid::IsInitialRanging(), and NS_ASSERT_MSG.
Time ns3::BaseStationNetDevice::GetDcdInterval | ( | ) | const |
Definition at line 310 of file bs-net-device.cc.
References m_dcdInterval.
Referenced by GetTypeId().
Time ns3::BaseStationNetDevice::GetDlSubframeStartTime | ( | ) | const |
Definition at line 424 of file bs-net-device.cc.
References m_dlSubframeStartTime.
Time ns3::BaseStationNetDevice::GetInitialRangingInterval | ( | ) | const |
Definition at line 298 of file bs-net-device.cc.
References m_initialRangInterval.
Referenced by GetTypeId().
Time ns3::BaseStationNetDevice::GetIntervalT8 | ( | ) | const |
Definition at line 334 of file bs-net-device.cc.
References m_intervalT8.
Referenced by GetTypeId().
Ptr< BSLinkManager > ns3::BaseStationNetDevice::GetLinkManager | ( | ) | const |
Definition at line 478 of file bs-net-device.cc.
References m_linkManager.
Referenced by GetTypeId().
uint8_t ns3::BaseStationNetDevice::GetMaxInvitedRangRetries | ( | ) | const |
Definition at line 358 of file bs-net-device.cc.
References m_maxInvitedRangRetries.
uint8_t ns3::BaseStationNetDevice::GetMaxRangingCorrectionRetries | ( | ) | const |
Definition at line 346 of file bs-net-device.cc.
References m_maxRangCorrectionRetries.
Referenced by GetTypeId().
uint32_t ns3::BaseStationNetDevice::GetNrDcdSent | ( | ) | const |
Definition at line 412 of file bs-net-device.cc.
References m_nrDcdSent.
uint32_t ns3::BaseStationNetDevice::GetNrDlSymbols | ( | ) | const |
Definition at line 394 of file bs-net-device.cc.
References m_nrDlSymbols.
uint32_t ns3::BaseStationNetDevice::GetNrUcdSent | ( | ) | const |
Definition at line 418 of file bs-net-device.cc.
References m_nrUcdSent.
uint32_t ns3::BaseStationNetDevice::GetNrUlSymbols | ( | ) | const |
Definition at line 406 of file bs-net-device.cc.
References m_nrUlSymbols.
Time ns3::BaseStationNetDevice::GetPsDuration | ( | ) | const |
uint8_t ns3::BaseStationNetDevice::GetRangingOppNumber | ( | ) | const |
Definition at line 436 of file bs-net-device.cc.
References m_rangingOppNumber.
uint8_t ns3::BaseStationNetDevice::GetRangReqOppSize | ( | ) | const |
Definition at line 370 of file bs-net-device.cc.
References m_rangReqOppSize.
Referenced by GetTypeId().
Ptr< BsServiceFlowManager > ns3::BaseStationNetDevice::GetServiceFlowManager | ( | ) | const |
Definition at line 454 of file bs-net-device.cc.
References m_serviceFlowManager.
Referenced by DoReceive(), DoSend(), and GetTypeId().
Definition at line 442 of file bs-net-device.cc.
References m_ssManager.
Referenced by GetTypeId().
Time ns3::BaseStationNetDevice::GetSymbolDuration | ( | ) | const |
Definition at line 508 of file bs-net-device.cc.
References m_symbolDuration.
|
static |
Get the type ID.
Definition at line 46 of file bs-net-device.cc.
References GetBsClassifier(), GetBSScheduler(), GetBwReqOppSize(), GetDcdInterval(), GetInitialRangingInterval(), GetIntervalT8(), GetLinkManager(), GetMaxRangingCorrectionRetries(), GetRangReqOppSize(), GetServiceFlowManager(), GetSSManager(), GetUcdInterval(), GetUplinkScheduler(), m_bsPromiscRxTrace, m_bsRxDropTrace, m_bsRxTrace, m_bsTxDropTrace, m_bsTxTrace, m_scheduler, ns3::MakePointerAccessor(), ns3::MakePointerChecker(), ns3::MakeTimeAccessor(), ns3::MakeTimeChecker(), ns3::MakeTraceSourceAccessor(), ns3::MakeUintegerAccessor(), ns3::MakeUintegerChecker(), ns3::Seconds(), SetBsClassifier(), SetBSScheduler(), SetBwReqOppSize(), SetDcdInterval(), SetInitialRangingInterval(), SetIntervalT8(), SetLinkManager(), SetMaxRangingCorrectionRetries(), ns3::TypeId::SetParent(), SetRangReqOppSize(), SetServiceFlowManager(), SetSSManager(), SetUcdInterval(), and SetUplinkScheduler().
Time ns3::BaseStationNetDevice::GetUcdInterval | ( | ) | const |
Definition at line 322 of file bs-net-device.cc.
References m_ucdInterval.
Referenced by GetTypeId().
Time ns3::BaseStationNetDevice::GetUlSubframeStartTime | ( | ) | const |
Definition at line 430 of file bs-net-device.cc.
References m_ulSubframeStartTime.
Ptr< UplinkScheduler > ns3::BaseStationNetDevice::GetUplinkScheduler | ( | ) | const |
Definition at line 466 of file bs-net-device.cc.
References m_uplinkScheduler.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::InitBaseStationNetDevice | ( | ) |
initializes the BS net device and sets its parameters to the default values
Definition at line 198 of file bs-net-device.cc.
References ns3::CreateObject(), m_allocationStartTime, m_bsClassifier, m_bwReqOppSize, m_cidFactory, m_dcdConfigChangeCount, m_dcdInterval, m_dlSubframeStartTime, m_framesSinceLastDcd, m_framesSinceLastUcd, m_initialRangInterval, m_intervalT8, m_linkManager, m_maxInvitedRangRetries, m_maxRangCorrectionRetries, m_nrDcdSent, m_nrDlAllocations, m_nrDlFrames, m_nrDlMapSent, m_nrDlSymbols, m_nrSsRegistered, m_nrUcdSent, m_nrUlAllocations, m_nrUlFrames, m_nrUlMapSent, m_nrUlSymbols, m_psDuration, m_rangingOppNumber, m_rangReqOppSize, m_serviceFlowManager, m_ssManager, m_symbolDuration, m_ucdConfigChangeCount, m_ucdInterval, m_ulAllocationNumber, m_ulSubframeStartTime, ns3::MilliSeconds(), and ns3::Seconds().
Referenced by BaseStationNetDevice(), BaseStationNetDevice(), and BaseStationNetDevice().
void ns3::BaseStationNetDevice::MarkRangingOppStart | ( | Time | rangingOppStartTime | ) |
Mark ranging opp start.
rangingOppStartTime | start time |
Definition at line 1237 of file bs-net-device.cc.
References RangingOppStart(), and ns3::Simulator::Schedule().
|
private |
Mark uplink allocation end.
allocationEndTime | allocation end time |
cid | connection ID |
uiuc |
Definition at line 1206 of file bs-net-device.cc.
References ns3::Simulator::Schedule(), and UplinkAllocationEnd().
Referenced by MarkUplinkAllocations().
void ns3::BaseStationNetDevice::MarkUplinkAllocations | ( | ) |
Mark uplink allocations.
Definition at line 1177 of file bs-net-device.cc.
References ns3::OfdmUlMapIe::GetCid(), ns3::OfdmUlMapIe::GetDuration(), ns3::OfdmUlMapIe::GetStartTime(), ns3::OfdmUlMapIe::GetUiuc(), m_symbolDuration, m_uplinkScheduler, MarkUplinkAllocationEnd(), MarkUplinkAllocationStart(), and ns3::OfdmUlBurstProfile::UIUC_END_OF_MAP.
Referenced by StartUlSubFrame().
|
private |
Mark uplink allocation start.
allocationStartTime | allocation start time |
Definition at line 1200 of file bs-net-device.cc.
References ns3::Simulator::Schedule(), and UplinkAllocationStart().
Referenced by MarkUplinkAllocations().
|
private |
Ranging opp start.
Definition at line 1243 of file bs-net-device.cc.
References m_rangingOppNumber, ns3::Simulator::Now(), NS_LOG_DEBUG, and ns3::Time::S.
Referenced by MarkRangingOppStart().
|
private |
Send burst function.
Definition at line 968 of file bs-net-device.cc.
References ns3::WimaxNetDevice::DIRECTION_DOWNLINK, ns3::WimaxNetDevice::ForwardDown(), ns3::WimaxNetDevice::GetBroadcastConnection(), ns3::WimaxNetDevice::GetBurstProfileManager(), ns3::OfdmDlMapIe::GetCid(), ns3::OfdmDlMapIe::GetDiuc(), ns3::WimaxNetDevice::GetInitialRangingConnection(), ns3::WimaxNetDevice::GetPhy(), m_scheduler, ns3::WimaxPhy::MODULATION_TYPE_BPSK_12, ns3::Simulator::Schedule(), and ns3::Seconds().
Referenced by StartDlSubFrame().
void ns3::BaseStationNetDevice::SetBsClassifier | ( | Ptr< IpcsClassifier > | classifier | ) |
classifier | a classifier to be installed on the BS |
Definition at line 280 of file bs-net-device.cc.
References m_bsClassifier.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetBSScheduler | ( | Ptr< BSScheduler > | bsSchedule | ) |
bsSchedule | the downlink scheduler to be installed on the BS |
Definition at line 490 of file bs-net-device.cc.
References m_scheduler.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetBwReqOppSize | ( | uint8_t | bwReqOppSize | ) |
bwReqOppSize | The bandwidth request opportunity size in symbols |
Definition at line 376 of file bs-net-device.cc.
References m_bwReqOppSize.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetDcdInterval | ( | Time | dcdInterval | ) |
dcdInterval | Time between transmission of DCD messages |
Definition at line 304 of file bs-net-device.cc.
References m_dcdInterval.
Referenced by GetTypeId().
|
private |
Send DL burst profiles.
dcd | burst profile |
Definition at line 1126 of file bs-net-device.cc.
References ns3::Dcd::AddDlBurstProfile(), ns3::WimaxNetDevice::GetBurstProfileManager(), ns3::OfdmDlBurstProfile::SetDiuc(), ns3::OfdmDlBurstProfile::SetFecCodeType(), ns3::OfdmDlBurstProfile::SetLength(), and ns3::OfdmDlBurstProfile::SetType().
Referenced by CreateDcd().
void ns3::BaseStationNetDevice::SetInitialRangingInterval | ( | Time | initialRangInterval | ) |
initialRangInterval | Time between initial ranging regions assigned by the BS |
Definition at line 292 of file bs-net-device.cc.
References m_initialRangInterval.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetIntervalT8 | ( | Time | interval | ) |
interval | the Wait for DSA/DSC Acknowledge timeout |
Definition at line 328 of file bs-net-device.cc.
References m_intervalT8.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetLinkManager | ( | Ptr< BSLinkManager > | linkManager | ) |
linkManager | The link manager installed on the BS |
Definition at line 484 of file bs-net-device.cc.
References m_linkManager.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetMaxInvitedRangRetries | ( | uint8_t | maxInvitedRangRetries | ) |
maxInvitedRangRetries | the number of retries on contention Ranging |
Definition at line 352 of file bs-net-device.cc.
References m_maxInvitedRangRetries.
void ns3::BaseStationNetDevice::SetMaxRangingCorrectionRetries | ( | uint8_t | maxRangCorrectionRetries | ) |
maxRangCorrectionRetries | the number of retries on contention Ranging Requests |
Definition at line 340 of file bs-net-device.cc.
References m_maxRangCorrectionRetries.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetNrDlSymbols | ( | uint32_t | dlSymbols | ) |
dlSymbols | the number of symbols in the downlink sub-frame |
Definition at line 388 of file bs-net-device.cc.
References m_nrDlSymbols.
Referenced by StartFrame().
void ns3::BaseStationNetDevice::SetNrUlSymbols | ( | uint32_t | ulSymbols | ) |
ulSymbols | the number of symbols in the uplink sub-frame |
Definition at line 400 of file bs-net-device.cc.
References m_nrUlSymbols.
Referenced by StartFrame().
void ns3::BaseStationNetDevice::SetRangReqOppSize | ( | uint8_t | rangReqOppSize | ) |
rangReqOppSize | The ranging opportunity size in symbols |
Definition at line 364 of file bs-net-device.cc.
References m_rangReqOppSize.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetServiceFlowManager | ( | Ptr< BsServiceFlowManager > | sfm | ) |
Set service flow manager.
sfm | the service flow manager |
Definition at line 460 of file bs-net-device.cc.
References m_serviceFlowManager.
Referenced by GetTypeId().
ssManager | the SS manager to be installed on the BS |
Definition at line 448 of file bs-net-device.cc.
References m_ssManager.
Referenced by GetTypeId().
void ns3::BaseStationNetDevice::SetUcdInterval | ( | Time | ucdInterval | ) |
ucdInterval | the Time between transmission of UCD messages |
Definition at line 316 of file bs-net-device.cc.
References m_ucdInterval.
Referenced by GetTypeId().
|
private |
Send UL burst profiles.
ucd | burst profile |
Definition at line 1140 of file bs-net-device.cc.
References ns3::Ucd::AddUlBurstProfile(), ns3::WimaxNetDevice::GetBurstProfileManager(), ns3::OfdmUlBurstProfile::SetFecCodeType(), ns3::OfdmUlBurstProfile::SetLength(), ns3::OfdmUlBurstProfile::SetType(), and ns3::OfdmUlBurstProfile::SetUiuc().
Referenced by CreateUcd().
void ns3::BaseStationNetDevice::SetUplinkScheduler | ( | Ptr< UplinkScheduler > | ulScheduler | ) |
ulScheduler | the ulScheduler to be isnstalled on the BS |
Definition at line 472 of file bs-net-device.cc.
References m_uplinkScheduler.
Referenced by GetTypeId().
|
overridevirtual |
Start device.
Implements ns3::WimaxNetDevice.
Definition at line 514 of file bs-net-device.cc.
References ns3::WimaxNetDevice::CreateDefaultConnections(), ns3::WimaxNetDevice::GetBandwidthManager(), ns3::WimaxNetDevice::GetConnectionManager(), ns3::WimaxNetDevice::GetPhy(), ns3::WimaxNetDevice::GetRtg(), ns3::WimaxNetDevice::GetTtg(), m_bwReqOppSize, m_cidFactory, m_linkManager, m_psDuration, m_symbolDuration, m_uplinkScheduler, ns3::Simulator::ScheduleNow(), ns3::WimaxNetDevice::SetReceiveCallback(), ns3::WimaxNetDevice::SetRtg(), ns3::WimaxNetDevice::SetTtg(), and StartFrame().
|
private |
Start DL subframe function.
Definition at line 560 of file bs-net-device.cc.
References ns3::Time::As(), BS_STATE_DL_SUB_FRAME, CreateMapMessages(), ns3::WimaxNetDevice::DIRECTION_DOWNLINK, EndDlSubFrame(), ns3::WimaxNetDevice::GetNrFrames(), ns3::Time::GetSeconds(), ns3::WimaxNetDevice::m_direction, m_dlSubframeStartTime, ns3::WimaxNetDevice::m_frameStartTime, m_nrDlSymbols, m_scheduler, m_symbolDuration, m_uplinkScheduler, ns3::Simulator::Now(), NS_LOG_DEBUG, ns3::Time::S, ns3::Simulator::Schedule(), ns3::Seconds(), SendBursts(), ns3::WimaxNetDevice::SetNrFrames(), and ns3::WimaxNetDevice::SetState().
Referenced by StartFrame().
|
private |
Start frame function.
Definition at line 541 of file bs-net-device.cc.
References ns3::WimaxNetDevice::GetNrFrames(), ns3::WimaxNetDevice::GetPhy(), ns3::WimaxNetDevice::GetRtg(), ns3::Time::GetSeconds(), ns3::WimaxNetDevice::GetTtg(), ns3::WimaxNetDevice::m_frameStartTime, m_psDuration, m_symbolDuration, ns3::Simulator::Now(), NS_LOG_INFO, SetNrDlSymbols(), SetNrUlSymbols(), and StartDlSubFrame().
Referenced by EndFrame(), and Start().
|
private |
Start UL subframe function.
Definition at line 589 of file bs-net-device.cc.
References ns3::Time::As(), BS_STATE_UL_SUB_FRAME, ns3::WimaxNetDevice::DIRECTION_UPLINK, EndUlSubFrame(), ns3::Time::GetSeconds(), ns3::WimaxNetDevice::m_direction, m_nrUlSymbols, m_symbolDuration, m_ulSubframeStartTime, MarkUplinkAllocations(), ns3::Simulator::Now(), NS_LOG_INFO, ns3::Time::S, ns3::Simulator::Schedule(), ns3::Seconds(), and ns3::WimaxNetDevice::SetState().
Referenced by EndDlSubFrame().
|
overridevirtual |
|
private |
Uplink allocation end.
cid | connection ID |
uiuc |
Definition at line 1225 of file bs-net-device.cc.
References ns3::CidFactory::IsBasic(), m_cidFactory, m_linkManager, m_ulAllocationNumber, ns3::Simulator::Now(), NS_LOG_DEBUG, and ns3::Time::S.
Referenced by MarkUplinkAllocationEnd().
|
private |
Uplink allocation start.
Definition at line 1216 of file bs-net-device.cc.
References m_ulAllocationNumber, ns3::Simulator::Now(), NS_LOG_DEBUG, and ns3::Time::S.
Referenced by MarkUplinkAllocationStart().
|
private |
allocation start time
Definition at line 444 of file bs-net-device.h.
Referenced by InitBaseStationNetDevice().
|
private |
the base station classifier
Definition at line 450 of file bs-net-device.h.
Referenced by DoDispose(), DoSend(), GetBsClassifier(), InitBaseStationNetDevice(), and SetBsClassifier().
|
private |
The trace source fired for packets successfully received by the device immediately before being forwarded up to higher layers (at the L2/L3 transition).
This is a promiscuous trace.
Definition at line 484 of file bs-net-device.h.
Referenced by GetTypeId().
|
private |
The trace source fired when packets coming into the "top" of the device are dropped at the MAC layer during reception.
Definition at line 501 of file bs-net-device.h.
Referenced by DoReceive(), and GetTypeId().
|
private |
The trace source fired for packets successfully received by the device immediately before being forwarded up to higher layers (at the L2/L3 transition).
This is a non- promiscuous trace.
Definition at line 493 of file bs-net-device.h.
Referenced by DoReceive(), and GetTypeId().
|
private |
The trace source fired when packets coming into the "top" of the device are dropped at the MAC layer during transmission.
Definition at line 474 of file bs-net-device.h.
Referenced by DoSend(), and GetTypeId().
|
private |
The trace source fired when packets come into the "top" of the device at the L3/L2 transition, before being queued for transmission.
Definition at line 465 of file bs-net-device.h.
Referenced by DoSend(), and GetTypeId().
|
private |
in symbols
Definition at line 408 of file bs-net-device.h.
Referenced by CreateUcd(), GetBwReqOppSize(), InitBaseStationNetDevice(), SetBwReqOppSize(), and Start().
|
private |
the CID factory
Definition at line 442 of file bs-net-device.h.
Referenced by DoDispose(), DoReceive(), InitBaseStationNetDevice(), Start(), and UplinkAllocationEnd().
|
private |
DCD config change count.
Definition at line 420 of file bs-net-device.h.
Referenced by CreateDcd(), CreateDlMap(), CreateMapMessages(), and InitBaseStationNetDevice().
|
private |
in seconds
Definition at line 401 of file bs-net-device.h.
Referenced by GetDcdInterval(), InitBaseStationNetDevice(), and SetDcdInterval().
|
private |
DL subframe start time.
Definition at line 436 of file bs-net-device.h.
Referenced by GetDlSubframeStartTime(), InitBaseStationNetDevice(), and StartDlSubFrame().
|
private |
frames since last DCD
Definition at line 423 of file bs-net-device.h.
Referenced by CreateDescriptorMessages(), and InitBaseStationNetDevice().
|
private |
frames since last UCD
Definition at line 424 of file bs-net-device.h.
Referenced by CreateDescriptorMessages(), and InitBaseStationNetDevice().
|
private |
in seconds
Definition at line 400 of file bs-net-device.h.
Referenced by GetInitialRangingInterval(), InitBaseStationNetDevice(), and SetInitialRangingInterval().
|
private |
in milliseconds, wait for DSA/DSC Acknowledge timeout
Definition at line 403 of file bs-net-device.h.
Referenced by GetIntervalT8(), InitBaseStationNetDevice(), and SetIntervalT8().
|
private |
the link manager
Definition at line 449 of file bs-net-device.h.
Referenced by DoDispose(), DoReceive(), GetLinkManager(), InitBaseStationNetDevice(), SetLinkManager(), Start(), and UplinkAllocationEnd().
|
private |
maximum invited range retries
Definition at line 406 of file bs-net-device.h.
Referenced by GetMaxInvitedRangRetries(), InitBaseStationNetDevice(), and SetMaxInvitedRangRetries().
|
private |
maximum range correction retries
Definition at line 405 of file bs-net-device.h.
Referenced by GetMaxRangingCorrectionRetries(), InitBaseStationNetDevice(), and SetMaxRangingCorrectionRetries().
|
private |
number DCD sent
Definition at line 417 of file bs-net-device.h.
Referenced by CreateDescriptorMessages(), GetNrDcdSent(), and InitBaseStationNetDevice().
|
private |
number DL allocations
Definition at line 433 of file bs-net-device.h.
Referenced by CreateDlMap(), and InitBaseStationNetDevice().
|
private |
number DL frames
Definition at line 427 of file bs-net-device.h.
Referenced by EndDlSubFrame(), and InitBaseStationNetDevice().
|
private |
number DL map sent
Definition at line 414 of file bs-net-device.h.
Referenced by CreateMapMessages(), and InitBaseStationNetDevice().
|
private |
number of DL symbols
Definition at line 410 of file bs-net-device.h.
Referenced by GetNrDlSymbols(), InitBaseStationNetDevice(), SetNrDlSymbols(), and StartDlSubFrame().
|
private |
number SS registered
Definition at line 431 of file bs-net-device.h.
Referenced by CreateMapMessages(), and InitBaseStationNetDevice().
|
private |
number UCD sent
Definition at line 418 of file bs-net-device.h.
Referenced by CreateDescriptorMessages(), GetNrUcdSent(), and InitBaseStationNetDevice().
|
private |
number UL allocations
Definition at line 434 of file bs-net-device.h.
Referenced by CreateUlMap(), and InitBaseStationNetDevice().
|
private |
number UL frames
Definition at line 428 of file bs-net-device.h.
Referenced by EndUlSubFrame(), and InitBaseStationNetDevice().
|
private |
number UL map sent
Definition at line 415 of file bs-net-device.h.
Referenced by CreateMapMessages(), and InitBaseStationNetDevice().
|
private |
number of UL symbols
Definition at line 411 of file bs-net-device.h.
Referenced by GetNrUlSymbols(), InitBaseStationNetDevice(), SetNrUlSymbols(), and StartUlSubFrame().
|
private |
ps duration
Definition at line 453 of file bs-net-device.h.
Referenced by EndDlSubFrame(), EndUlSubFrame(), GetPsDuration(), InitBaseStationNetDevice(), Start(), and StartFrame().
|
private |
current ranging TO number
Definition at line 440 of file bs-net-device.h.
Referenced by CreateUlMap(), GetRangingOppNumber(), InitBaseStationNetDevice(), and RangingOppStart().
|
private |
in symbols
Definition at line 407 of file bs-net-device.h.
Referenced by CreateUcd(), GetRangReqOppSize(), InitBaseStationNetDevice(), and SetRangReqOppSize().
|
private |
the base station scheduler
Definition at line 448 of file bs-net-device.h.
Referenced by BaseStationNetDevice(), CreateDlMap(), DoDispose(), GetBSScheduler(), GetTypeId(), SendBursts(), SetBSScheduler(), and StartDlSubFrame().
|
private |
the service flow manager
Definition at line 451 of file bs-net-device.h.
Referenced by DoDispose(), GetServiceFlowManager(), InitBaseStationNetDevice(), and SetServiceFlowManager().
the SS manager
Definition at line 446 of file bs-net-device.h.
Referenced by CreateMapMessages(), DoDispose(), DoReceive(), GetSSManager(), InitBaseStationNetDevice(), and SetSSManager().
|
private |
symbol duration
Definition at line 454 of file bs-net-device.h.
Referenced by GetSymbolDuration(), InitBaseStationNetDevice(), MarkUplinkAllocations(), Start(), StartDlSubFrame(), StartFrame(), and StartUlSubFrame().
|
private |
the base station receive trace callback
Definition at line 457 of file bs-net-device.h.
Referenced by DoReceive().
|
private |
UCD config change count.
Definition at line 421 of file bs-net-device.h.
Referenced by CreateMapMessages(), CreateUcd(), CreateUlMap(), and InitBaseStationNetDevice().
|
private |
in seconds
Definition at line 402 of file bs-net-device.h.
Referenced by GetUcdInterval(), InitBaseStationNetDevice(), and SetUcdInterval().
|
private |
to see UL burst number
Definition at line 439 of file bs-net-device.h.
Referenced by CreateUlMap(), InitBaseStationNetDevice(), UplinkAllocationEnd(), and UplinkAllocationStart().
|
private |
UL subframe start time.
Definition at line 437 of file bs-net-device.h.
Referenced by GetUlSubframeStartTime(), InitBaseStationNetDevice(), and StartUlSubFrame().
|
private |
the uplink scheduler
Definition at line 447 of file bs-net-device.h.
Referenced by BaseStationNetDevice(), CreateMapMessages(), CreateUlMap(), DoDispose(), GetUplinkScheduler(), MarkUplinkAllocations(), SetUplinkScheduler(), Start(), and StartDlSubFrame().