equal
deleted
inserted
replaced
22 #include "lte-ffr-algorithm.h" |
22 #include "lte-ffr-algorithm.h" |
23 #include "ns3/uinteger.h" |
23 #include "ns3/uinteger.h" |
24 #include "ns3/boolean.h" |
24 #include "ns3/boolean.h" |
25 #include <ns3/log.h> |
25 #include <ns3/log.h> |
26 |
26 |
|
27 namespace ns3 { |
|
28 |
27 NS_LOG_COMPONENT_DEFINE ("LteFfrAlgorithm"); |
29 NS_LOG_COMPONENT_DEFINE ("LteFfrAlgorithm"); |
28 |
|
29 namespace ns3 { |
|
30 |
30 |
31 static const int Type0AllocationRbg[4] = { |
31 static const int Type0AllocationRbg[4] = { |
32 10, // RGB size 1 |
32 10, // RGB size 1 |
33 26, // RGB size 2 |
33 26, // RGB size 2 |
34 63, // RGB size 3 |
34 63, // RGB size 3 |