27 #include "ns3/mac48-address.h"
31 #include "ns3/ipv4-address.h"
This class implements the DSA-RSP message described by "IEEE Standard for Local and metropolitan ar...
Ipv4 addresses are stored in host order in this class.
This class is used by the base station to store some information related to subscriber station in the...
void SetModulationType(WimaxPhy::ModulationType modulationType)
Set modulation type.
void SetMacAddress(Mac48Address macAddress)
Set MAC address.
WimaxNetDevice::RangingStatus m_rangingStatus
ranging status
void SetDsaRspRetries(uint8_t dsaRspRetries)
Set DSA response retries.
void AddServiceFlow(ServiceFlow *serviceFlow)
Add service flow.
Ipv4Address m_IPAddress
IP address.
void SetRangingStatus(WimaxNetDevice::RangingStatus rangingStatus)
Set ranging status.
void SetPollMeBit(bool pollMeBit)
Set poll ME bit.
Mac48Address m_macAddress
MAC address.
bool GetHasServiceFlowBe(void) const
Check if at least one flow has scheduling type SF_TYPE_BE.
void EnablePollForRanging(void)
Enable poll for ranging function.
Ipv4Address GetIPAddress(void)
Get IP address.
bool GetHasServiceFlowNrtps(void) const
Check if at least one flow has scheduling type SF_TYPE_NRTPS.
void SetDsaRsp(DsaRsp dsaRsp)
Set DSA response.
bool GetPollForRanging(void) const
Get poll for ranging.
WimaxNetDevice::RangingStatus GetRangingStatus(void) const
Get ranging status.
void SetIsBroadcastSS(bool broadcast_enable)
Set is broadcast SS.
DsaRsp GetDsaRsp(void) const
Get DSA response.
void SetPrimaryCid(Cid primaryCid)
Set primary CID.
void SetBasicCid(Cid basicCid)
Set basic CID.
void DisablePollForRanging(void)
Disable poll for ranging.
uint8_t m_dsaRspRetries
DAS response retries.
WimaxPhy::ModulationType GetModulationType(void) const
Get modulation type.
std::vector< ServiceFlow * > GetServiceFlows(enum ServiceFlow::SchedulingType schedulingType) const
Get service flows.
bool GetHasServiceFlowRtps(void) const
Check if at least one flow has scheduling type SF_TYPE_RTPS.
uint8_t GetRangingCorrectionRetries(void) const
Get ranging correction retries.
void IncrementDsaRspRetries(void)
Increment DAS response retries.
bool m_pollForRanging
poll for ranging
std::vector< ServiceFlow * > * m_serviceFlows
service flows
bool m_broadcast
broadcast?
bool GetPollMeBit(void) const
Get poll ME bit.
bool m_pollMeBit
if PM (poll me) bit set for this SS
Mac48Address GetMacAddress(void) const
Get MAC address.
void Initialize(void)
Initialize.
bool GetAreServiceFlowsAllocated(void) const
Check if service flows are allocated.
uint8_t m_invitedRangingRetries
invited ranging retries
WimaxPhy::ModulationType m_modulationType
least robust burst profile (modulation type) for this SS
bool GetHasServiceFlowUgs(void) const
Check if at least one flow has scheduling type SF_TYPE_UGS.
void SetIPAddress(Ipv4Address IPaddress)
Set IP address.
void IncrementInvitedRangingRetries(void)
Increment invited ranging retries.
Cid m_primaryCid
primary CID
Cid GetPrimaryCid(void) const
Get primary CID.
bool GetIsBroadcastSS(void)
Get is broadcast SS.
Cid GetBasicCid(void) const
Get basic CID.
void SetAreServiceFlowsAllocated(bool val)
Set are service flows allocated.
void IncrementRangingCorrectionRetries(void)
Increment ranging correction retries.
bool m_areServiceFlowsAllocated
are service floes allowed
void ResetRangingCorrectionRetries(void)
Reset ranging correction retries.
uint8_t GetDsaRspRetries(void) const
Get DSA response retries.
void SetSfTransactionId(uint16_t sfTransactionId)
Set SF transaction ID.
uint16_t m_sfTransactionId
SF transaction ID.
uint8_t m_rangingCorrectionRetries
ranging correction retries
uint8_t GetInvitedRangRetries(void) const
Get invited range retries.
void ResetInvitedRangingRetries(void)
Reset invited ranging retries.
DsaRsp m_dsaRsp
DSA response.
uint16_t GetSfTransactionId(void) const
Get SF transaction ID.
This class implements service flows as described by the IEEE-802.16 standard.
SchedulingType
section 11.13.11 Service flow scheduling type, page 701
RangingStatus
RangingStatus enumeration.
ModulationType
ModulationType enumeration.
Every class exported by the ns3 library is enclosed in the ns3 namespace.