equal
deleted
inserted
replaced
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
17 * |
17 * |
18 * Author: Marco Miozzo <marco.miozzo@cttc.es> |
18 * Author: Marco Miozzo <marco.miozzo@cttc.es> |
19 */ |
19 */ |
20 |
20 |
|
21 #ifdef __FreeBSD__ |
|
22 #define log2(x) (log(x) / M_LN2) |
|
23 #endif /* __FreeBSD__ */ |
|
24 |
21 #include <ns3/log.h> |
25 #include <ns3/log.h> |
22 #include <ns3/pointer.h> |
26 #include <ns3/pointer.h> |
23 |
27 |
24 #include <ns3/lte-amc.h> |
28 #include <ns3/lte-amc.h> |
25 #include <ns3/rr-ff-mac-scheduler.h> |
29 #include <ns3/rr-ff-mac-scheduler.h> |