Trouble with TD/FD TBFQ scheduler

63 views
Skip to first unread message

Muhammad Attique Atta

unread,
Feb 13, 2016, 1:58:30 AM2/13/16
to ns-3-...@googlegroups.com
I'm executing simple lena ecp scripts by changing different schedulers one by one, but TD and FD TBFQ are working unexpectedly. 

They are showing packet loss 100% on each flow from Remote Host to all UE's.

I'm running dev version of ns3.
Let me know which information you require. Thanks


I'm using scheduler like this just after creating eNB.
//Change Scheduler technique to FD TBFQ

lteHelper->SetSchedulerType ("ns3::FdTbfqFfMacScheduler");  // FD-TBFQ scheduler
Config::SetDefault ("ns3::FdTbfqFfMacScheduler::HarqEnabled", BooleanValue (false));

//Change Scheduler technique to TD TBFQ

//lteHelper->SetSchedulerType ("ns3::TdTbfqFfMacScheduler");  // TD-TBFQ scheduler
//Config::SetDefault ("ns3::TdTbfqFfMacScheduler::HarqEnabled", BooleanValue (false));



//Change Scheduler technique to CQA
//Config::SetDefault ("ns3::CqaFfMacScheduler::HarqEnabled", BooleanValue (false));
//lteHelper->SetSchedulerType ("ns3::CqaFfMacScheduler");  // CQA scheduler

With td-tbfq

Flow ID: 1 Src Addr 1.0.0.2 Dst Addr 7.0.0.2
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100

Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps

Flow ID: 2 Src Addr 1.0.0.2 Dst Addr 7.0.0.3
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100
Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps

Flow ID: 3 Src Addr 1.0.0.2 Dst Addr 7.0.0.4
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100
Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps
Flow ID: 4 Src Addr 1.0.0.2 Dst Addr 7.0.0.5
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100
Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps
Flow ID: 5 Src Addr 1.0.0.2 Dst Addr 7.0.0.6
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100
Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps
Flow ID: 6 Src Addr 1.0.0.2 Dst Addr 7.0.0.7
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100
Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps
Flow ID: 7 Src Addr 1.0.0.2 Dst Addr 7.0.0.8
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100
Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps
Flow ID: 8 Src Addr 1.0.0.2 Dst Addr 7.0.0.9
Tx Packets = 2949
Rx Packets = 2949
Lost Packet = 0
Packet loss %= 0
Sum jitter = +5908014.0ns
Delay Sum = +48130.0ns
Throughput: 78.1276 Kbps
Flow ID: 9 Src Addr 1.0.0.2 Dst Addr 7.0.0.10
Tx Packets = 2949
Rx Packets = 2949
Lost Packet = 0
Packet loss %= 0
Sum jitter = +8014.0ns
Delay Sum = +41248.0ns
Throughput: 78.1329 Kbps
Flow ID: 10 Src Addr 1.0.0.2 Dst Addr 7.0.0.11
Tx Packets = 2949
Rx Packets = 0
Lost Packet = 2449
Packet loss %= 100
Sum jitter = +0.0ns
Delay Sum = +0.0ns
Throughput: -0 Kbps
Flow ID: 11 Src Addr 7.0.0.2 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67453.0ns
Throughput: 78.1211 Kbps
Flow ID: 12 Src Addr 7.0.0.3 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67454.0ns
Throughput: 78.1211 Kbps
Flow ID: 13 Src Addr 7.0.0.4 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67454.0ns
Throughput: 78.1211 Kbps
Flow ID: 14 Src Addr 7.0.0.5 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67455.0ns
Throughput: 78.1211 Kbps
Flow ID: 15 Src Addr 7.0.0.6 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67455.0ns
Throughput: 78.1211 Kbps
Flow ID: 16 Src Addr 7.0.0.7 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67456.0ns
Throughput: 78.1211 Kbps
Flow ID: 17 Src Addr 7.0.0.8 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67457.0ns
Throughput: 78.1211 Kbps
Flow ID: 18 Src Addr 7.0.0.9 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67457.0ns
Throughput: 78.1211 Kbps
Flow ID: 19 Src Addr 7.0.0.10 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67458.0ns
Throughput: 78.1211 Kbps
Flow ID: 20 Src Addr 7.0.0.11 Dst Addr 1.0.0.2
Tx Packets = 2949
Rx Packets = 2948
Lost Packet = 0
Packet loss %= 0.0339098
Sum jitter = +985.0ns
Delay Sum = +67458.0ns
Throughput: 78.1211 Kbps

 
_____________________
Muhammad Attique Atta
+92 333 334 3482

Biljana Bojović

unread,
Feb 16, 2016, 7:25:57 PM2/16/16
to ns-3-users
Hi Ateeq,

which ns-3 version are you using?

Thanks,
Biljana
Reply all
Reply to author
Forward
0 new messages