moved packet-burst.{h,cc} to src/common
This commit is contained in:
@@ -7,6 +7,7 @@ def build(bld):
|
||||
'packet-metadata.cc',
|
||||
'packet-metadata-test.cc',
|
||||
'packet.cc',
|
||||
'packet-burst.cc',
|
||||
'chunk.cc',
|
||||
'header.cc',
|
||||
'trailer.cc',
|
||||
@@ -36,6 +37,7 @@ def build(bld):
|
||||
'header.h',
|
||||
'trailer.h',
|
||||
'packet.h',
|
||||
'packet-burst.h',
|
||||
'packet-metadata.h',
|
||||
'data-rate.h',
|
||||
'error-model.h',
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "bs-uplink-scheduler.h"
|
||||
#include "bs-net-device.h"
|
||||
#include "wimax-phy.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "ss-record.h"
|
||||
#include "bs-scheduler.h"
|
||||
#include "wimax-mac-queue.h"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "bs-scheduler-rtps.h"
|
||||
#include "ns3/simulator.h"
|
||||
#include "bs-net-device.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "cid.h"
|
||||
#include "wimax-mac-header.h"
|
||||
#include "ss-record.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <list>
|
||||
#include "ns3/packet.h"
|
||||
#include "wimax-phy.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "dl-mac-messages.h"
|
||||
#include "bs-scheduler.h"
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "bs-scheduler-simple.h"
|
||||
#include "ns3/simulator.h"
|
||||
#include "bs-net-device.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "cid.h"
|
||||
#include "wimax-mac-header.h"
|
||||
#include "ss-record.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <list>
|
||||
#include "ns3/packet.h"
|
||||
#include "wimax-phy.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "dl-mac-messages.h"
|
||||
#include "bs-scheduler.h"
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "bs-scheduler.h"
|
||||
#include "ns3/simulator.h"
|
||||
#include "bs-net-device.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "cid.h"
|
||||
#include "wimax-mac-header.h"
|
||||
#include "ss-record.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <list>
|
||||
#include "ns3/packet.h"
|
||||
#include "wimax-phy.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "dl-mac-messages.h"
|
||||
#include "service-flow.h"
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ private:
|
||||
#define OFDM_SEND_PARAMS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "wimax-net-device.h"
|
||||
#include "simple-ofdm-wimax-phy.h"
|
||||
#include "wimax-channel.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "wimax-mac-header.h"
|
||||
#include "simple-ofdm-wimax-channel.h"
|
||||
#include "ns3/trace-source-accessor.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "ns3/node.h"
|
||||
#include "ss-net-device.h"
|
||||
#include "wimax-phy.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include <algorithm>
|
||||
#include "dl-mac-messages.h"
|
||||
#include "ul-mac-messages.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include "ns3/packet.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "wimax-phy.h"
|
||||
#include "wimax-mac-header.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "ns3/packet.h"
|
||||
#include "wimax-net-device.h"
|
||||
#include "wimax-channel.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "burst-profile-manager.h"
|
||||
#include <list>
|
||||
#include "send-params.h"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "wimax-net-device.h"
|
||||
#include "wimax-phy.h"
|
||||
#include "wimax-channel.h"
|
||||
#include "packet-burst.h"
|
||||
#include "ns3/packet-burst.h"
|
||||
#include "ns3/trace-source-accessor.h"
|
||||
#include "ns3/pointer.h"
|
||||
#include "ns3/uinteger.h"
|
||||
|
||||
@@ -8,7 +8,6 @@ def build(bld):
|
||||
'bs-net-device.cc',
|
||||
'ss-net-device.cc',
|
||||
'wimax-mac-header.cc',
|
||||
'packet-burst.cc',
|
||||
'wimax-phy.cc',
|
||||
'wimax-channel.cc',
|
||||
'ofdm-downlink-frame-prefix.cc',
|
||||
@@ -79,7 +78,6 @@ def build(bld):
|
||||
'simple-ofdm-wimax-channel.h',
|
||||
'send-params.h',
|
||||
'service-flow.h',
|
||||
'packet-burst.h',
|
||||
'ss-manager.h',
|
||||
'connection-manager.h',
|
||||
'wimax-mac-header.h',
|
||||
|
||||
Reference in New Issue
Block a user