src/lte/model/lte-enb-phy.cc
changeset 10968 2d29fee2b7b8
parent 10960 a9f5dbb766f0
child 10983 087597a150da
equal deleted inserted replaced
10967:597a9ec89e60 10968:2d29fee2b7b8
    43 #include <ns3/node-list.h>
    43 #include <ns3/node-list.h>
    44 #include <ns3/node.h>
    44 #include <ns3/node.h>
    45 #include <ns3/lte-ue-net-device.h>
    45 #include <ns3/lte-ue-net-device.h>
    46 #include <ns3/pointer.h>
    46 #include <ns3/pointer.h>
    47 
    47 
       
    48 namespace ns3 {
       
    49 
    48 NS_LOG_COMPONENT_DEFINE ("LteEnbPhy");
    50 NS_LOG_COMPONENT_DEFINE ("LteEnbPhy");
    49 
       
    50 namespace ns3 {
       
    51 
    51 
    52 NS_OBJECT_ENSURE_REGISTERED (LteEnbPhy);
    52 NS_OBJECT_ENSURE_REGISTERED (LteEnbPhy);
    53 
    53 
    54 // duration of the data part of a subframe in DL
    54 // duration of the data part of a subframe in DL
    55 // = 0.001 / 14 * 11 (fixed to 11 symbols) -1ns as margin to avoid overlapping simulator events
    55 // = 0.001 / 14 * 11 (fixed to 11 symbols) -1ns as margin to avoid overlapping simulator events