Home
last modified time | relevance | path

Searched refs:SF_TYPE_NRTPS (Results 1 – 10 of 10) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wimax/model/
H A Dbs-uplink-scheduler-simple.cc273 ServiceFlow::SF_TYPE_NRTPS, in Schedule()
305 ServiceFlow::SF_TYPE_NRTPS, in Schedule()
358 if (serviceFlow->GetSchedulingType () == ServiceFlow::SF_TYPE_NRTPS) in ServiceUnsolicitedGrants()
463 if (schedulingType == ServiceFlow::SF_TYPE_NRTPS) in ServiceBandwidthRequests()
559 case ServiceFlow::SF_TYPE_NRTPS: in SetupServiceFlow()
H A Dbs-uplink-scheduler-rtps.cc266 ServiceFlow::SF_TYPE_NRTPS, in Schedule()
318 ServiceFlow::SF_TYPE_NRTPS, in Schedule()
372 if (serviceFlow->GetSchedulingType () == ServiceFlow::SF_TYPE_NRTPS) in ServiceUnsolicitedGrants()
493 if (schedulingType == ServiceFlow::SF_TYPE_NRTPS) in ServiceBandwidthRequests()
688 case ServiceFlow::SF_TYPE_NRTPS: in SetupServiceFlow()
H A Dbandwidth-manager.cc103 case ServiceFlow::SF_TYPE_NRTPS: in CalculateAllocationSize()
139 || serviceFlow->GetSchedulingType () == ServiceFlow::SF_TYPE_NRTPS in SelectFlowForRequest()
H A Dbs-uplink-scheduler-mbqos.cc188 … == ServiceFlow::SF_TYPE_NRTPS)) in UplinkSchedWindowTimer()
342 … Ptr<UlJob> jobNRTPSPoll = CreateUlJob (ssRecord, ServiceFlow::SF_TYPE_NRTPS, UNICAST_POLLING); in Schedule()
751 == ServiceFlow::SF_TYPE_NRTPS) in CheckMinimumBandwidth()
766 == ServiceFlow::SF_TYPE_NRTPS) && (serviceFlow->GetRecord ()->GetBacklogged () > 0)) in CheckMinimumBandwidth()
1042 case ServiceFlow::SF_TYPE_NRTPS: in SetupServiceFlow()
1130 case ServiceFlow::SF_TYPE_NRTPS: in ProcessBandwidthRequest()
H A Dss-record.cc285 if ((*iter)->GetSchedulingType () == ServiceFlow::SF_TYPE_NRTPS) in GetHasServiceFlowNrtps()
H A Dss-scheduler.cc222 serviceFlows = m_ss->GetServiceFlowManager ()->GetServiceFlows (ServiceFlow::SF_TYPE_NRTPS); in SelectConnection()
H A Dservice-flow.h63 SF_TYPE_NRTPS = 3, enumerator
H A Dbs-scheduler-simple.cc301 … serviceFlows = GetBs ()->GetServiceFlowManager ()->GetServiceFlows (ServiceFlow::SF_TYPE_NRTPS); in SelectConnection()
H A Dservice-flow.cc791 case SF_TYPE_NRTPS: in GetSchedulingTypeStr()
H A Dbs-scheduler-rtps.cc633 serviceFlows = GetBs ()->GetServiceFlowManager ()->GetServiceFlows (ServiceFlow::SF_TYPE_NRTPS); in BSSchedulerNRTPSConnection()