src/lte/model/lte-ffr-algorithm.cc
changeset 10968 2d29fee2b7b8
parent 10892 3e86fac77082
child 11274 609de51c9b88
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    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