equal
deleted
inserted
replaced
29 #include <ns3/lte-vendor-specific-parameters.h> |
29 #include <ns3/lte-vendor-specific-parameters.h> |
30 #include <ns3/boolean.h> |
30 #include <ns3/boolean.h> |
31 #include <set> |
31 #include <set> |
32 #include <cfloat> |
32 #include <cfloat> |
33 |
33 |
|
34 namespace ns3 { |
|
35 |
34 NS_LOG_COMPONENT_DEFINE ("FdBetFfMacScheduler"); |
36 NS_LOG_COMPONENT_DEFINE ("FdBetFfMacScheduler"); |
35 |
|
36 namespace ns3 { |
|
37 |
37 |
38 static const int FdBetType0AllocationRbg[4] = { |
38 static const int FdBetType0AllocationRbg[4] = { |
39 10, // RGB size 1 |
39 10, // RGB size 1 |
40 26, // RGB size 2 |
40 26, // RGB size 2 |
41 63, // RGB size 3 |
41 63, // RGB size 3 |