equal
deleted
inserted
replaced
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 |