moved packet-burst.{h,cc} to src/common

This commit is contained in:
Unknown
2010-06-03 13:34:09 +02:00
parent 855b3fdfd6
commit 5c23af2452
17 changed files with 15 additions and 15 deletions

View File

@@ -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',

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -57,7 +57,7 @@ private:
#define OFDM_SEND_PARAMS_H
#include <stdint.h>
#include "packet-burst.h"
#include "ns3/packet-burst.h"
namespace ns3 {

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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',