[Ns-commits] timob/ns-3-wifiex

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Mon Jun 8 10:18:43 PDT 2009


---- Removing Jitter attribute from OnOffApplication, because it doesnt fit into the apps delay method.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9798d02ee579


---- mismatching type
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/wifi-mac-queue.cc src/devices/wifi/wifi-mac-queue.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b6f14f95c8af


---- fixed packet trace time bomb in csma
user: Adrian S. W. Tam <adrian.sw.tam at gmail.com>
files: src/devices/csma/csma-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d564db1f1566


---- add missing constructor
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cca2582a0cb1


---- Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/56b16bcd3afc


---- Don't event try to enable -Wl,--soname option if we're not on linux.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0b42685f6b78


---- bug 560: remove deprecated methods.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/641b88d1e131


---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c11b6d768ab3


---- bug 567: --enable-static does not work on i686
user: Andrey Hippo <ahippo at yandex.ru>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0ca9b9b410a0


---- bug 568: Timer's default destroy policy not set.
user: Fabian Mauchle <f1mauchl at hsr.ch>
files: src/simulator/timer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b1e16a025279


---- fix uninitialized variable
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1e9383eeafb7


---- fix packet tag manual documentation
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/packets.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c4f47ff55ed9


---- rescan python bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f2af91ee09e7


---- Fix bug 570 (ArpCache not registered)
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0708e7fdf676


---- initialize timer in Timer unit tests
user: Tom Henderson <tomh at tomh.org>
files: src/simulator/timer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1db0749fa7c6


---- Don't allow pybindgen version greater than our requested version, to avoid python scanning generating backward incompatible API defs.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1b45505f9a52


---- last amsdu subframe in an A-MSDU should have no padding
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/msdu-aggregator.cc src/devices/wifi/msdu-standard-aggregator.cc src/devices/wifi/msdu-standard-aggregator.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f8b83f855f67


---- Pull in new pybindgen version for bug fixes
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d65af64db144


---- move GetEifsNoDifs to DcfManager
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d7ad6e210086


---- move GetEifsNoDifs to DcfManager
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/qap-wifi-mac.cc src/devices/wifi/qap-wifi-mac.h src/devices/wifi/qsta-wifi-mac.cc src/devices/wifi/qsta-wifi-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ab9b58d664d7


---- const cleanup
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/67b55159dd9e


---- increment precision of PI
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/jakes-propagation-loss-model.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/67d6567eae57


---- Nakagami propagation loss model from ns2
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/be1414b398a0


---- test propagation loss models
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: samples/main-propagation-loss.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/de0995fde236


---- const cleanup
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/wifi-mac-queue.cc src/devices/wifi/wifi-mac-queue.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8edb50eea6cb


---- typo
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/helper/yans-wifi-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ebb7852edc5e


---- merge with head
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6a799c8b72ff


---- Fixed propagation loss model
user: Gary Pei <guangyu.pei at boeing.com>
files: src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/af124ed35b94


---- 802.11b PHY support
user: Gary Pei <guangyu.pei at boeing.com>
files: examples/wifi-clear-channel-cmu.cc examples/wscript src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/wifi-mode.cc src/devices/wifi/wifi-mode.h src/devices/wifi/wifi-phy-standard.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wscript src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-error-rate-model.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/51b5c1a272d3


---- update RELEASE_NOTES
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ef1730710767


---- src/ and utils/ changes for IPv4 routing rework
user: Tom Henderson <tomh at tomh.org>
files: src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-server.cc src/core/object.cc src/core/object.h src/devices/tap-bridge/tap-bridge.cc src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/ipv4-address-helper.cc src/helper/ipv4-interface-container.h src/helper/ipv4-static-routing-helper.cc src/helper/ipv4-static-routing-helper.h src/helper/olsr-helper.cc src/helper/packet-sink-helper.cc src/helper/static-multicast-route-helper.cc src/helper/static-multicast-route-helper.h src/helper/wscript src/internet-stack/arp-ipv4-interface.cc src/internet-stack/arp-ipv4-interface.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h src/internet-stack/ipv4-interface.cc !
 src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-list-routing-impl.cc src/internet-stack/ipv4-list-routing-impl.h src/internet-stack/ipv4-loopback-interface.cc src/internet-stack/ipv4-loopback-interface.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/ipv4-static-routing-impl.cc src/internet-stack/ipv4-static-routing-impl.h src/internet-stack/ipv4-static-routing.cc src/internet-stack/ipv4-static-routing.h src/internet-stack/loopback-net-device.cc src/internet-stack/loopback-net-device.h src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-test.cc src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/interne!
 t-stack/udp-socket-impl.h src/internet-stack/udp-test.cc src/internet-
stack/wscript src/node/address-utils.cc src/node/address-utils.h src/node/ipv4-address.cc src/node/ipv4-list-routing.cc src/node/ipv4-list-routing.h src/node/ipv4-route.cc src/node/ipv4-route.h src/node/ipv4-routing-protocol.cc src/node/ipv4-routing-protocol.h src/node/ipv4-routing-table-entry.cc src/node/ipv4-routing-table-entry.h src/node/ipv4-static-routing.cc src/node/ipv4-static-routing.h src/node/ipv4.cc src/node/ipv4.h src/node/udp-socket.cc src/node/udp-socket.h src/node/wscript src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h utils/python-unit-tests.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e20a31541404


---- examples/ changes for IPv4 routing rework
user: Tom Henderson <tomh at tomh.org>
files: examples/csma-multicast.cc examples/emu-ping.cc examples/static-routing-slash32.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/39ac17168023


---- bindings/ changes for IPv4 routing rework
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/19e2b7ff3482


---- api changes and release notes for IPv4 routing rework
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a232dcbbe7a8


---- fix build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4763b00ff02f


---- fix link on osx
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-error-rate-model.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b21fc5b07644


---- add comment about NS_OBJECT_ENSURE_REGISTERED() macro to the manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/386665b0e14a


---- Enable EmuNetDevice for multicast, based on underlying device (bug 571)
user: Tom Henderson <tomh at tomh.org>
files: src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ba809221f9b3


---- some revisions to the routing section of the manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/figures/routing-specialization.dia doc/manual/figures/routing.dia doc/manual/routing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/565c460ffd5a


---- Doxygen cleanup
user: Tom Henderson <tomh at tomh.org>
files: src/core/names.cc src/core/names.h src/devices/wifi/propagation-loss-model.h src/devices/wifi/wifi.h src/helper/mobility-helper.h src/helper/on-off-helper.h src/helper/point-to-point-helper.h src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/node/ipv4.h src/routing/olsr/olsr-repositories.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9250a25ee683


---- more doxygen cleanup
user: Tom Henderson <tomh at tomh.org>
files: src/node/ipv4-list-routing.h src/node/ipv4-route.h src/node/ipv4-routing-protocol.h src/node/ipv4-routing-table-entry.h src/node/ipv4-static-routing.h src/node/ipv4.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0a92e073bf7b


---- add missing log call
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/stats/wifi-example-apps.cc examples/stats/wifi-example-apps.h examples/stats/wifi-example-sim.cc src/common/packet.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b7faa7398d1e


---- improve logging output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e179b5d9dea8


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4c4c445efebe


---- bug 572: Tag offsets not updated in Packet::PeekData
user: Pavel Boyko <boyko at iitp.ru>
files: src/common/packet.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e12cbd513b47


---- Backed out changeset b7faa7398d1e
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/stats/wifi-example-apps.cc examples/stats/wifi-example-apps.h examples/stats/wifi-example-sim.cc src/common/packet.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0d67f380c764


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1faf35545dfd


---- bug 550: NetDevice::GetChannel method need clarification
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b322b179c5f6


---- bug 561: CommandLine based programs should exit with non-zero return if bad parameters are given
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/command-line.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6aa43c812fec


---- bug 535: UDP/TCP ShutdownRecv incorrect
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/893d48fcf7f3


---- added support for radiotap and prism headers
user: Nicola Baldo <nbaldo at cttc.es>
files: CHANGES.html RELEASE_NOTES examples/mixed-wireless.cc examples/simple-wifi-frame-aggregation.cc examples/third.cc examples/wifi-wired-bridging.cc src/common/pcap-writer.cc src/common/pcap-writer.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/yans-wifi-helper.cc src/helper/yans-wifi-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3ebeb7bf3c15


---- remove duplicate filename declaration
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/291853a14915


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c5e4af609e21


---- update AUTHORS
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: AUTHORS
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/65b647611e9f


---- rescan python bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6f372b890919


---- make it fit on my monitor
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/pcap-writer.h src/devices/wifi/wifi-phy.h src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/43c7dfd72eb1


---- fix build with gcc 3.4.6
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/pcap-writer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1b3d01bd974d


---- aggregated MSDUs must not lose their tags
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/msdu-aggregator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3b5ef83fae25


---- update to new trace hook in object-names example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/object-names.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/443df3250809


---- Merging with ns-3-dev.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_wifi.py samples/main-propagation-loss.cc src/applications/traffic/waf src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h src/devices/wifi/dcf-manager.cc src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/jakes-propagation-loss-model.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/ns2ext-wifi-phy.cc src/devices/wifi/ns2ext-wifi-phy.h src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/devices/wifi/wifi-mac-queue.cc src/devices/wifi/wifi-mac-queue.h src/devices/wifi!
 /wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wscript src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-error-rate-model.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/ns2ext-wifi-helper.cc src/helper/ns2ext-wifi-helper.h src/helper/static-multicast-route-helper.cc src/helper/static-multicast-route-helper.h src/helper/wscript src/helper/yans-wifi-helper.cc src/helper/yans-wifi-helper.h src/internet-stack/arp-ipv4-interface.cc src/internet-stack/arp-ipv4-interface.h src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/ipv4-loopback-interface.cc src/internet-stack/ipv4-loopback-interface.h src/internet-stack/ipv4-static-routing.cc src/internet-stack/ipv4-static-routing.h src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2951511f819e


---- main-ptr sample program was left out of build
user: Tom Henderson <tomh at tomh.org>
files: samples/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/54c51be9c6eb


---- new tags
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html bindings/python/ns3_module_common.py examples/stats/wifi-example-apps.cc samples/main-packet-tag.cc src/applications/udp-echo/udp-echo-server.cc src/common/byte-tag-list.cc src/common/byte-tag-list.h src/common/packet-tag-list.cc src/common/packet-tag-list.h src/common/packet.cc src/common/packet.h src/common/tag-list.cc src/common/tag-list.h src/common/tag.h src/common/wscript src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/qos-utils.cc src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-remote-station-manager.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-test.cc src/node/address.h src/node/packet-socket.cc utils/bench-packets.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/07d34c0d8d18


---- update documentation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d70501bf2b14


---- remove byte tags too
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e87bd21d2f99


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html bindings/python/ns3_module_common.py src/common/tag-list.cc src/common/tag-list.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e865dbc1d157


---- update manual for new tag API
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/figures/packet.dia doc/manual/packets.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5e742340ef51


---- remove dead reference to EnableMetadata
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7b4adb81e21e


---- doh. stupid, stupid, untested typo.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3135a5c24358


---- bug 556: DcfManager does not handle AckTimeout properly when there are multiple queues
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/wifi-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b2654e0f071d


---- bug 583: Simulator::SetImplementation not implemented
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c3a4c70f37d0


---- bug 581: error in double include of dcf-manager.h
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/dcf-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d373c2f06a29


---- bug 584: NAV duration is set incorrectly in MacLow::DoNavResetNow
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d21a2eafb84d


---- bug 580: doxygen introspection does not document global values
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/544c9d637ff1


---- Backed out changeset d21a2eafb84d
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d7e974543905


---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d7b076b76ae3


---- Merging with ns-3-dev again.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: bindings/python/ns3_module_common.py samples/wscript src/common/tag-list.cc src/common/tag-list.h src/devices/wifi/dcf-manager.cc src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/ns2ext-wifi-phy.cc src/devices/wifi/wifi-phy-test.cc src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/131932c1af98


---- Rescanning python and increasing maxium Tag size.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py src/common/packet-tag-list.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1f70162bbb67




More information about the Ns-commits mailing list