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