[Ns-commits] timob/ns-3-wifiex
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Mon Nov 16 10:33:37 PST 2009
---- fix build
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c03a34ba9e4e
---- CopyData is more efficient than a PeekData+memcpy pair
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/socket.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3530045a96da
---- avoid extra memory allocations when using PcapWriter
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h src/common/packet.cc src/common/packet.h src/common/pcap-writer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/31f2881aa214
---- no need to call PeekData+memcpy. use CopyData instead
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d3d369596c56
---- don't call PeekData if we can
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/packet-sink/packet-sink.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c2b1a2145ae5
---- no need to keep around a Ptr<Packet>
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/v4ping/v4ping.cc src/internet-stack/icmpv4.cc src/internet-stack/icmpv4.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/981e2f0b696b
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/092556b2c176
---- use packet tags rather than byte tags to match TcpSocketImpl and UdpSocketImpl
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b8bdc36a3355
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_internet_stack.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9836dcac0d41
---- add two AUTHORS
user: Tom Henderson <tomh at tomh.org>
files: AUTHORS
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f0bb75ea4184
---- fix doxygen collision
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
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4d3213e6eecd
---- move global routing code into global routing directory
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_internet_stack.py src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h src/internet-stack/wscript src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/ipv4-global-routing.cc src/routing/global-routing/ipv4-global-routing.h src/routing/global-routing/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7a1359808b0e
---- register missing constructors
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-channel.cc src/devices/wifi/wifi-net-device.cc src/internet-stack/ipv4-list-routing-impl.cc src/internet-stack/ipv4-static-routing-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/49927f942aea
---- document default
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/nqos-wifi-mac-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/68d6cf654acb
---- Upgrade to WAF 1.5.8
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a75eb3b66882
---- Run unit tests as indenpendent WAF tasks
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/wscript src/core/test.cc src/core/test.h src/core/wscript src/simulator/wscript utils/run-tests.cc wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/14a102415139
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a2ae2b0737dc
---- tuturial fixes
user: Andrey Hippo<ahippo at yandex.ru>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi doc/tutorial/introduction.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f4d74e20ad78
---- update dox for waf --check
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/build.txt doc/main.h doc/manual/new-models.texi doc/release_steps.txt doc/tutorial/getting-started.texi doc/tutorial/in-process/introduction.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2680abc768f2
---- Bug #594: cygwin won't build.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0878cd580565
---- Add TapNetDevice (formerly known as VirtualNetDevice)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/tap-net-device/tap-net-device.cc src/devices/tap-net-device/tap-net-device.h src/devices/tap-net-device/waf src/devices/tap-net-device/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dee7215f0334
---- Remove TapNetDevice::[GS]etName; a couple of bug fixes.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/tap-net-device/tap-net-device.cc src/devices/tap-net-device/tap-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/118338cd9f61
---- Add an example for TapNetDevice
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/tap-net-device.cc examples/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3048bd67e5cf
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/wscript src/helper/static-multicast-route-helper.cc src/helper/static-multicast-route-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/df8bf70eb486
---- api docs fixes
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/tap-net-device/tap-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e8a12e172432
---- Rename TapNetDevice to VirtualNetDevice
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/tap-net-device.cc examples/virtual-net-device.cc examples/wscript src/devices/tap-net-device/tap-net-device.cc src/devices/tap-net-device/tap-net-device.h src/devices/tap-net-device/waf src/devices/tap-net-device/wscript src/devices/virtual-net-device/virtual-net-device.cc src/devices/virtual-net-device/virtual-net-device.h src/devices/virtual-net-device/waf src/devices/virtual-net-device/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e943b94bf523
---- cleanup virtual netdevice example
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/virtual-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5644bae99850
---- Make the value returned by VirtualNetDevice::IsPointToPoint configurable.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/virtual-net-device/virtual-net-device.cc src/devices/virtual-net-device/virtual-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f9509a42bc87
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/common/tag-list.cc src/common/tag-list.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c9bdb91e40cb
---- VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/virtual-net-device.cc src/devices/virtual-net-device/virtual-net-device.cc src/devices/virtual-net-device/virtual-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8566a9f6725a
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2df865ff4369
---- Remove packet tags before reinjecting the packet into the stack
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/virtual-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/86f4abe514d2
---- Don't remove all tags, only the SocketAddressTag.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/virtual-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e883e2df59af
---- merge with ns-3-dev
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/39908c16e620
---- remove dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/mobility-generator.cc utils/mobility-visualizer-model.cc utils/mobility-visualizer-view.cc utils/mobility-visualizer.h utils/wscript wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bf3bf038e091
---- Bug 589: UdpSocketImpl unit test is leaking
user: fmoatamr
files: src/internet-stack/udp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2081e0f6709d
---- kill unused method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_simulator.py bindings/python/ns3modulegen_generated.py src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/simulator-impl.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8d3801089629
---- merge with head
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/06f54bc494f9
---- make CreateObject<> behave like Create<>: use positional constructor arguments rather than attribute lists.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3modulegen_core_customizations.py examples/csma-packet-socket.cc examples/simple-error-model.cc examples/tcp-nsc-lfn.cc src/core/attribute-test.cc src/core/object.h src/helper/mobility-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b1940a738981
---- update for API changes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e33c757f790c
---- bug 585: NAV bug
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/19c0844361f3
---- bug 562: bug in TagBuffer::WriteU64
user: Tommaso Pecorella <tommaso.pecorella at unifi.it>
files: src/common/tag-buffer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7473ca619bc7
---- bug 491: It is painful to enable all checksums
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/node/node.cc src/node/node.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/31e9053749bb
---- forgot to add bindings for new module
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_virtual_net_device.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/51fb48b38c2f
---- Remove static routing dependencies in code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py src/helper/internet-stack-helper.cc src/helper/olsr-helper.cc 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-static-routing-impl.cc src/internet-stack/ipv4-static-routing-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-test.cc src/internet-stack/udp-test.cc src/node/ipv4-routing-protocol.h src/node/ipv4-static-routing.h src/node/ipv4.h src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/ipv4-global-routing.cc src/routing/global-routing/ipv4-global-routing.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2f106fd728ab
---- Move Ipv4ListRouting to src/internet-stack; get rid of Impl class
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py src/helper/internet-stack-helper.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-list-routing-impl.cc src/internet-stack/ipv4-list-routing-impl.h src/internet-stack/ipv4-list-routing.cc src/internet-stack/ipv4-list-routing.h src/internet-stack/tcp-test.cc src/internet-stack/udp-test.cc src/internet-stack/wscript src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cf6e27dd3a08
---- Fix bug 587 for ListRoutingProtocol bug; add unit test
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-list-routing.cc src/internet-stack/ipv4-list-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8539f55c6b55
---- fix for bug 588
user: Tom Henderson <tomh at tomh.org>
files: 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/node/ipv4-interface-address.h src/node/ipv4.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/55948d1baa64
---- remove obsolete XXX from UdpHeader API
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/udp-header.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d44aeedf416a
---- correct a few XXX in the Ipv4L3Protocol class
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7ce6e331cacb
---- rescan bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b86c304c2dac
---- Bug 597: Ns-3 doesn't compile under MingWin
user: Faker Moatamri <faker.moatamri at sophia.inria.fr>
files: src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/tcp-l4-protocol.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/32ca321e4fe7
---- fix examples and documentation for CalcChecksum changes
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html doc/manual/emulation.texi examples/emu-ping.cc examples/tap-wifi-dumbbell.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8a9c81e59c92
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a84925c82581
---- avoid using non-portable reverse iterator methods
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-list-routing.cc src/internet-stack/ipv4-list-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5c6e1f086a36
---- cleanup ip alias unfinished cases (bug 591)
user: Tom Henderson <tomh at tomh.org>
files: examples/csma-broadcast.cc src/internet-stack/arp-l3-protocol.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/ipv4-end-point-demux.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-static-routing-impl.cc src/internet-stack/ipv4-static-routing-impl.h src/internet-stack/ipv4-test.cc src/internet-stack/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2c9c600270e0
---- Remove Ipv4Interface::GetMtu ()
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e5dcdf2868df
---- move list routing and static routing to src/routing directories
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-list-routing.cc src/internet-stack/ipv4-list-routing.h src/internet-stack/ipv4-static-routing-impl.cc src/internet-stack/tcp-test.cc src/internet-stack/udp-test.cc src/internet-stack/wscript src/node/ipv4-list-routing.cc src/node/ipv4-list-routing.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/wscript src/routing/list-routing/ipv4-list-routing.cc src/routing/list-routing/ipv4-list-routing.h src/routing/list-routing/wscript src/routing/static-routing/ipv4-routing-table-entry.cc src/routing/static-routing/ipv4-routing-table-entry.h src/routing/static-routing/ipv4-static-routing.cc src/routing/static-routing/ipv4-static-routing.h src/routing/static-routing/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/01e876191f2e
---- rescan bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_node.py bindings/python/ns3_module_static_routing.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8c0ff401237e
---- variable size buffer for icmpv4 echo header
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/icmpv4.cc src/internet-stack/icmpv4.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ee3191a0b560
---- remind v4ping.cc that echo data is variable length
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/v4ping/v4ping.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/96811f76c3e2
---- Allow UDP echo client to specify packet contents
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/udp-echo.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-client.h src/helper/udp-echo-helper.cc src/helper/udp-echo-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/84c133267507
---- Finally make tap bridge work with VMs (bug 569)
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-wifi-dumbbell.cc src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/virtual-net-device/virtual-net-device.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/internet-stack/loopback-net-device.cc src/internet-stack/loopback-net-device.h src/internet-stack/tcp-test.cc src/internet-stack/udp-test.cc src/node/net-device.h src/node/node.cc src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/88434ff8f0a5
---- New Zipf random variable
user: Francesco Malandrino <francesco.malandrino at gmail.com>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c86681050541
---- Bug 456: doxygen introspection for trace source config paths is wrong
user: fmoatamr
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8092e3e83487
---- Minor tweaks to stats API.
user: tjkopena at cs.drexel.edu
files: examples/stats/wifi-example-sim.cc src/contrib/stats/data-output-interface.cc src/contrib/stats/data-output-interface.h src/contrib/stats/omnet-data-output.cc src/contrib/stats/omnet-data-output.h src/contrib/stats/sqlite-data-output.cc src/contrib/stats/sqlite-data-output.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/83581b0ccfa0
---- Minor tweak to stats example.
user: tjkopena at cs.drexel.edu
files: examples/stats/wifi-example-apps.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9c5c28319c73
---- Handle WindowsError exception in subprocess.Popen called from _run_argv
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wutils.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/384117906219
---- Fix win32/mingw bug running commands with command-template: needed to escape backslashes before calling shlex.split().
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wutils.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7f4ee7f84b19
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a720292fcd24
---- When comparing regression traces, ignore newline differences for text files (.tr and .mob extensions); this makes regression testing in win32/mingw pass.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4b9b5f1692d3
---- some wifi manual updates
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/wifi.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a02d5aeae94b
---- WifiHelper method to enable all Wifi logging
user: Tom Henderson <tomh at tomh.org>
files: src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0698fdc1aaf9
---- update bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.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_virtual_net_device.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c9374dcfd09a
---- do not assert if remote side of a PointToPoint link doesn't participate in global routing
user: Tom Henderson <tomh at tomh.org>
files: src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3370e6e78caf
---- update ignore rules
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: .hgignore
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7eff6247737e
---- fix mingw regression tests
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-ns2-mob.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0001fabf058c
---- ignore emacs backup files
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: .hgignore
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5a4325290b40
---- make dist generation work again
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/14ce84fd7ae3
---- 3.5-rc1
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/13a5b15fbe34
---- Added tag ns-3.5-rc1 for changeset 13a5b15fbe34
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/543339192edd
---- go back to ns-3-dev VERSION
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0c679c6b83ec
---- bug 595: PHY may start receive packet inside SIFS
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9b07308116ed
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1eaba8e55c8f
---- bug 607: AttributeList::Deserialize buggy
user: Ma Keith <keith.nwsuaf at gmail.com>
files: src/core/attribute-list.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d62a149c4b70
---- bug 604: Simulator::SetImplementation buggy
user: Guillaume Seguin <guillaume.seguin at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2e196a48fdce
---- bug 601: Small typo in SequenceControlSmaller
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-rx-middle.cc src/devices/wifi/mac-rx-middle.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/36adfa546b04
---- bug 592: Ipv4RoutingProtocol::RouteOutput needs a packet pointer argument for reactive protocols
user: Josh Pelkey <joshpelkey at gmail.com>
files: src/internet-stack/arp-l3-protocol.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/node/ipv4-routing-protocol.h src/routing/global-routing/ipv4-global-routing.cc src/routing/global-routing/ipv4-global-routing.h src/routing/list-routing/ipv4-list-routing.cc src/routing/list-routing/ipv4-list-routing.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h src/routing/static-routing/ipv4-static-routing.cc src/routing/static-routing/ipv4-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/67a0a49c1db4
---- rescan bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_static_routing.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/98cb594222af
---- bug 608: painful to enable logging of all wifi components
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_helper.py src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fd44ff061631
---- add documentation for new wifi rate control algorithms
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2f630742976e
---- bug 63: allow enabling or disabling ip forwarding on a per-interface basis
user: Tom Henderson <tomh at tomh.org>
files: 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/node/ipv4-routing-protocol.h src/node/ipv4.cc src/node/ipv4.h src/routing/global-routing/global-router-interface.cc src/routing/list-routing/ipv4-list-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0e15594f67f3
---- update bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_static_routing.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/13f3a1412f28
---- bug 605: Nqsta MAC should ignore beacons SSIDs while waiting for association response
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-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/6ec902d6af68
---- rewrite tcp test application to handle short writes correctly
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/tcp-large-transfer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/48dddd9d79ee
---- bug 596: unbounded tcp queue is evil
user: Gustavo J. A. M. Carneiro <gjcarneiro at gmail.com>
files: src/node/tcp-socket.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/eb6e86305f4f
---- update RELEASE_NOTES in preparation of rc2
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0053aa3d8c22
---- bug 595: PHY may start receive packet inside SIFS. Fix stray assert
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/dcf-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e66fc1287031
---- bug 610: Wrong PointerChecker in attribute of Ipv4Interface
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/internet-stack/ipv4-interface.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8f115595c247
---- buggy attribute definitions.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/udp-socket.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/605a0290ba5f
---- bug 600: lower the default routing priority of Ipv4GlobalRouting; move to helper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_olsr.py examples/csma-bridge-one-hop.cc examples/csma-ping.cc examples/csma-star.cc examples/dynamic-global-routing.cc examples/global-routing-slash32.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/simple-wifi-frame-aggregation.cc examples/star.cc examples/tap-wifi-dumbbell.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/third.cc examples/virtual-net-device.cc examples/wifi-wired-bridging.cc src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/ipv4-global-routing-helper.cc src/helper/ipv4-global-routing-helper.h src/helper/ipv4-list-routing-helper.cc src/helper/ipv4-list-routing-helper.h src/helper/ipv4-routing-helper.cc src/helper/ipv4-routing-helper.h src/helper/ipv4-static-routing-helper.cc src/helper/ipv4-static-routing-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/helper/wscript src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h src/routing/global-routing/global-route-manager.cc src/routing/global-routing/global-route-manager.h src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h src/routing/global-routing/ipv4-global-routing.cc src/routing/global-routing/wscript src/routing/list-routing/ipv4-list-routing.cc src/routing/list-routing/ipv4-list-routing.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a84f60b6cd12
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8562a42accf6
---- Added tag ns-3.5-rc2 for changeset 8562a42accf6
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9d977b974ddc
---- Fix comments on dynamic-global-routing.cc example
user: Tom Henderson <tomh at tomh.org>
files: examples/dynamic-global-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aacea61f422f
---- add missing Ptr<Packet> argument. Pointed out by josh pelkey
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5d448b8564e5
---- Fix 559, cpSocketImpl doesnt free endpoint quickly enough after being closed
user: Ewgenij Starostin <estar at cs.tu-berlin.de>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bb360763b0e2
---- Fix bug 579 -- TCP congestion window is not updated whent segment size chages
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aca8363b2e21
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e5cedb4b33b0
---- (bug 427) Tcp Close() should not call ShutdownSend()
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/eaa8501e614b
---- (bug 613) Tcp should NotifyDataRecv () when a FIN arrives
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/615583240b77
---- Print the names of unit tests that fail in the task collector
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a7b70048bd4a
---- quiet valgrind during attribute initialization
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d132345b3e10
---- bug 521. Ipv4 global routing inefficient. Updated Tom's patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h src/routing/global-routing/ipv4-global-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a5a8c44e4240
---- bug 618: angle paranthesis in CHANGES.html
user: Andrey Hippo<ahippo at yandex.ru>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2dddadf4248c
---- quiet optimizer
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/routing/global-routing/global-route-manager-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b72cd6ed9862
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bb6541caffeb
---- remove dead code
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/ipv4-static-routing-impl.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a600c11ff8d4
---- Added tag ns-3.5-rc3 for changeset a600c11ff8d4
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fbb60d0c08cc
---- update tutorial for ns-3.5
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi doc/tutorial/introduction.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/46687cc0acb6
---- document global routing API changes
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b40170d32073
---- typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a4a7eae14a02
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/393639a93627
---- download url should point to allinone tarball
user: Andrey Hippo<ahippo at yandex.ru>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/527e807151ae
---- escape html special characters
user: Andrey Hippo<ahippo at yandex.ru>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/34e6d141c227
---- document how a GlobalValue can be set from the command-line and with an environment variable
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/global-value.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4c31bd451928
---- add an anchor for each generate documentation for a GlobalValue
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/7b5db4e35985
---- use the new global value anchors to reference RngSeed and RndRun
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/77dd5c573116
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7b341f78ce82
---- add file to avoid stupid warning.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/doxygen.conf
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/846d7a49f4b7
---- get rid of some doxygen warnings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/udp-echo/udp-echo-client.h src/common/pcap-writer.h src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d53223aae797
---- some fixes to the manual for IPv4 refactoring
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/node.texi doc/manual/routing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c25ca2e38845
---- fix internet-stack figures
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/figures/internet-node-recv.dia doc/manual/figures/internet-node-send.dia
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/db64eae0e481
---- Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/virtual-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ea24d0fafd1e
---- implemented GlobalValue::GetValueByName ()
user: Nicola Baldo <nbaldo at cttc.es>
files: src/core/global-value.cc src/core/global-value.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a61205fbe4a6
---- merged ns-3-dev
user: Nicola Baldo <nbaldo at cttc.es>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d548d8ed08cc
---- Add doxygen for BridgeHelper
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/helper/bridge-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/035d49066e94
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2a1e68a3e3e6
---- More virtual-net-device.cc bug fixes
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/virtual-net-device.cc src/internet-stack/ipv4-interface.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1d6962688009
---- updates to manual for 3.5
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f292d41cb943
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fe0abefa9143
---- fix internet-stack figures
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/figures/internet-node-recv.dia doc/manual/figures/internet-node-send.dia
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b69bef7e00ed
---- tweak doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/ipv4-list-routing-helper.h src/helper/ipv4-routing-helper.h src/helper/ipv4-static-routing-helper.h src/helper/nqos-wifi-mac-helper.h src/helper/olsr-helper.h src/helper/qos-wifi-mac-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e72d6bc8b814
---- Add doxygen for BridgeHelper
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/helper/bridge-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/189238bfdc7f
---- updates to manual for 3.5
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/802ee91a4a9a
---- Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/virtual-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0f97d2edf425
---- tweaks
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/eace836a61a4
---- bump version number
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c975274c9707
---- Added tag ns-3.5 for changeset c975274c9707
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2eaebe77d66b
---- bring back the -dev version number
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d10329dbcd32
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/daf9af206d08
---- add StaticCast to mirror DynamicCast and ConstCast
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ptr.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b4c5ad3c5fa1
---- kill dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv4-checksum.cc src/internet-stack/ipv4-checksum.h src/internet-stack/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5b92bfa1abee
---- kill confusing virtual keywords
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/csma/csma-channel.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/010500125723
---- avoid excessive calls to GetObject during topology construction
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/arp-l3-protocol.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.cc src/internet-stack/udp-l4-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8aaa5e83939e
---- coding style
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/98aac83e4416
---- coding style
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a99a57f697de
---- Bug 628: Virtual Net Device's DoDispose doesn't clean up properly; patch by Antti Mäkelä.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/virtual-net-device/virtual-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fdf71375766a
---- fix doxygen errors
user: Tom Henderson <tomh at tomh.org>
files: doc/modules src/helper/nqos-wifi-mac-helper.h src/helper/qos-wifi-mac-helper.h src/node/ipv4-routing-protocol.h src/routing/list-routing/ipv4-list-routing.h src/routing/static-routing/ipv4-routing-table-entry.h src/routing/static-routing/ipv4-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/36b78cddce4d
---- a few more doxygen fixes
user: Tom Henderson <tomh at tomh.org>
files: src/node/ipv4-routing-protocol.h src/routing/list-routing/ipv4-list-routing.h src/routing/static-routing/ipv4-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6dc56539a891
---- fix bug preventing the sending of packets to a local IP address (bug 632)
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-interface.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7defe7a99e9c
---- harden emu net device against malformed packets
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/45d880dbe0f8
---- emu device shouldn't be adding an FCS
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/258cf77942bc
---- Use operator== instead of operator!= in NS_TEST_ASSERT_EQUAL
user: Pavel Boyko <boyko at iitp.ru>
files: src/core/test.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/280e7729894c
---- bug 627: Jakes Propagation Loss Model doesn't properly calculate signal loss
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/jakes-propagation-loss-model.cc src/devices/wifi/jakes-propagation-loss-model.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7555c9a0564b
---- Support for 5 and 10Mhz wifi channels
user: Ramon Bauza <monbauza at gmail.com>
files: src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-phy-standard.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a52c39181dd4
---- made InterferenceHelper::CalculateTxDuration () static
user: Nicola Baldo <nbaldo at cttc.es>
files: CHANGES.html src/devices/wifi/interference-helper-tx-duration-test.cc 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.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8558474b6149
---- make sure memory is initialized
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-simulator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b9d9ae596f83
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c0fe0e815439
---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/interference-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/44b325571ab4
---- fixed g++-3.4 build
user: Nicola Baldo <nbaldo at cttc.es>
files: src/devices/wifi/interference-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/887ff97a0dc3
---- Bug 625: Wrong calculation of GetAccessGrantStart in DcfManager.
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f17f12944235
---- bug 381: Wifi crashes on shutdown
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/qap-wifi-mac.cc src/devices/wifi/qsta-wifi-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/02bf728f7e39
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/840515a00b38
---- fix optimized build for true
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/interference-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c3c22834db06
---- Initial multichannel support in Yans Wifi PHY.
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/86343f7d6bfd
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/43e7ee285fdc
---- Review issue 88093: Minor changes in wifi module needed by 802.11s
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/mgt-headers.cc src/devices/wifi/mgt-headers.h src/devices/wifi/qos-tag.cc src/devices/wifi/qos-tag.h src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h src/devices/wifi/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f4cd995f1718
---- back out Radiotap header change causing regression
user: Kirill Andreev <andreev at iitp.ru>
files: src/common/pcap-writer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ca8cbdd42786
---- Fix first.py example
user: Tom Henderson <tomh at tomh.org>
files: examples/first.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6cd5056a8fe0
---- Merging with ns-3-dev
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: bindings/python/callbacks_list.py 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_simulator.py bindings/python/ns3_module_traffic.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py src/core/random-variable.cc src/core/random-variable.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/jakes-propagation-loss-model.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-rx-middle.cc src/devices/wifi/mac-rx-middle.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/ns2ext-wifi-channel.cc src/devices/wifi/ns2ext-wifi-phy.cc src/devices/wifi/ns2ext-wifi-phy.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-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/wscript src/internet-stack/ipv4-checksum.cc src/internet-stack/ipv4-checksum.h src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h src/internet-stack/ipv4-list-routing-impl.cc src/internet-stack/ipv4-list-routing-impl.h src/internet-stack/ipv4-static-routing-impl.cc src/internet-stack/ipv4-static-routing-impl.h src/node/ipv4-list-routing.cc src/node/ipv4-list-routing.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/wscript utils/mobility-generator.cc utils/mobility-visualizer-model.cc utils/mobility-visualizer-view.cc utils/mobility-visualizer.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f25d352a1049
---- bug 642: allow multiple InternetStackHelpers to be instantiated
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/637b9cacd0b5
---- Route lookup removed in ARP request (see bug 606)
user: Pavel Boyko <boyko at iitp.ru>
files: src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5ef92ccda11a
---- Implement UdpSocketImpl::Close ()
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/udp-socket-impl.cc src/node/socket.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6e048d6486d8
---- fix for bug 650 (PacketSocket Close()
user: Duy Nguyen <dnlove at gmail.com>
files: src/node/packet-socket.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/60cd412fa3dd
---- fix manual for ConfigStore
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ba5d6d52be7e
---- document how to assign attributes in constructor
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3d08aef4a581
---- fix Ipv4 doxygen error
user: Tom Henderson <tomh at tomh.org>
files: src/node/ipv4.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b57d5b1fe68e
---- Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3module_helpers.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e33a677e8864
---- add an implementation of the minstrel rate control algorithm
user: Duy Nguyen <duy at soe.ucsc.edu>
files: src/devices/wifi/minstrel-wifi-manager.cc src/devices/wifi/minstrel-wifi-manager.h src/devices/wifi/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e1259e2fdaad
---- stub release notes for 3.6
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/84b36a63dc23
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/869f08742c9a
---- add minstrel examples
user: Duy Nguyen <duy at soe.ucsc.edu>
files: examples/multi-rate-first.cc examples/multi-rate-second.cc examples/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c1c7c44be568
---- add duy nguyen, sort list alphabetically
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: AUTHORS
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3a2013cbb81f
---- bug 639: Buffer::CopyData is buggy.
user: Nicola Baldo <nbaldo at cttc.es>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b251fb79becb
---- bug 639: add configurable capture size to pcap
user: Nicola Baldo <nbaldo at cttc.es>
files: src/common/pcap-writer.cc src/common/pcap-writer.h src/helper/csma-helper.cc src/helper/emu-helper.cc src/helper/internet-stack-helper.cc src/helper/point-to-point-helper.cc src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b0743dbc4e55
---- bug 638: add missing tx trace source
user: Wilson Thong <wilsonwk at ee.cityu.edu.hk>
files: src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-client.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e56da5fd6697
---- add an ascii writer class
user: Guillaume Seguin <guillaume at segu.in>
files: src/common/ascii-writer.cc src/common/ascii-writer.h src/common/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3c9b7588ea4c
---- use ascii writer
user: Guillaume Seguin <guillaume at segu.in>
files: src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/emu-helper.cc src/helper/emu-helper.h src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/74ed62336c36
---- bug 654: avoid segfault with ConfigStore loading
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mode.cc src/devices/wifi/wifi-mode.h src/devices/wifi/wifi-phy-standard.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3fdb8f60a863
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/af37655d2717
---- bug 644: make sure we set standard and frequency correctly in radiotap output
user: Nicola Baldo <nbaldo at cttc.es>
files: 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/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d0041768ff60
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/055af17f7225
---- add Standard attribute to wifi-clear-channel-cmu, for clarity
user: Gary Pei <guangyu.pei at boeing.com>
files: examples/wifi-clear-channel-cmu.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1dd8e53a7f1e
---- introduce Vector2D and Vector3D
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/vector.cc src/core/vector.h src/core/wscript src/mobility/constant-position-mobility-model.h src/mobility/constant-velocity-helper.h src/mobility/constant-velocity-mobility-model.h src/mobility/mobility-model.h src/mobility/position-allocator.h src/mobility/rectangle.cc src/mobility/rectangle.h src/mobility/vector.cc src/mobility/vector.h src/mobility/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7138f037be1f
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_mobility.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c2d8fbf8b3ed
---- bug 641: CwMin setting for 802.11b
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_helper.py bindings/python/ns3_module_wifi.py 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/edca-txop-n.cc src/devices/wifi/edca-txop-n.h 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/qadhoc-wifi-mac.cc src/devices/wifi/qadhoc-wifi-mac.h src/devices/wifi/qap-wifi-mac.cc src/devices/wifi/qap-wifi-mac.h src/devices/wifi/qos-utils.h src/devices/wifi/qsta-wifi-mac.cc src/devices/wifi/qsta-wifi-mac.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/nqos-wifi-mac-helper.cc src/helper/nqos-wifi-mac-helper.h src/helper/qos-wifi-mac-helper.cc src/helper/qos-wifi-mac-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/15221757964f
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/vector.cc src/mobility/vector.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/16e0fdcef6f8
---- bug 641: forgot to add files.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dcf.cc src/devices/wifi/dcf.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aa87bed09e3f
---- update examples to new standard API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/multi-rate-first.cc examples/wifi-adhoc.cc examples/wifi-clear-channel-cmu.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/294b82356191
---- add doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/wifi-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/10d56d5c0830
---- fix build for gcc 3.4
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/wifi/minstrel-wifi-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4e068296f09f
---- [bug 634] patch to grab prefix length from Ipv4Mask
user: Antti Makela <zarhan at cc.hut.fi>
files: src/node/ipv4-address.cc src/node/ipv4-address.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0488cf67d707
---- allow Ipv4Mask constructor to accept a string /32, /24 etc. in constructor
user: Tom Henderson <tomh at tomh.org>
files: examples/static-routing-slash32.cc src/node/ipv4-address.cc src/node/ipv4-address.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dc159c3d34ee
---- coding style cleanup
user: Tom Henderson <tomh at tomh.org>
files: src/node/ipv4-address.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3554cba45da0
---- Rescan bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_core.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/61c0f20da851
---- missing include
user: Tom Henderson <tomh at tomh.org>
files: src/node/ipv4-address.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e433617c8376
---- second phase of IPv6 checkins from Univ. of Strasbourg team
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: AUTHORS CHANGES.html RELEASE_NOTES examples/icmpv6-redirect.cc examples/ping6.cc examples/radvd-two-prefix.cc examples/radvd.cc examples/simple-routing-ping6.cc examples/wscript src/applications/ping6/ping6.cc src/applications/ping6/ping6.h src/applications/ping6/waf src/applications/ping6/wscript src/applications/radvd/radvd-interface.cc src/applications/radvd/radvd-interface.h src/applications/radvd/radvd-prefix.cc src/applications/radvd/radvd-prefix.h src/applications/radvd/radvd.cc src/applications/radvd/radvd.h src/applications/radvd/wscript src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/ipv6-address-helper.cc src/helper/ipv6-address-helper.h src/helper/ipv6-interface-container.cc src/helper/ipv6-interface-container.h src/helper/ipv6-list-routing-helper.cc src/helper/ipv6-list-routing-helper.h src/helper/ipv6-routing-helper.cc src/helper/ipv6-routing-helper.h src/helper/ipv6-static-routing-helper.cc src/helper/ipv6-static-routing-helper.h src/helper/ping6-helper.cc src/helper/ping6-helper.h src/helper/wscript src/internet-stack/icmpv6-header.cc src/internet-stack/icmpv6-header.h src/internet-stack/icmpv6-l4-protocol.cc src/internet-stack/icmpv6-l4-protocol.h src/internet-stack/ipv6-autoconfigured-prefix.cc src/internet-stack/ipv6-autoconfigured-prefix.h src/internet-stack/ipv6-end-point-demux.cc src/internet-stack/ipv6-end-point-demux.h src/internet-stack/ipv6-end-point.cc src/internet-stack/ipv6-end-point.h src/internet-stack/ipv6-interface.cc src/internet-stack/ipv6-interface.h src/internet-stack/ipv6-l3-protocol.cc src/internet-stack/ipv6-l3-protocol.h src/internet-stack/ipv6-l4-protocol.cc src/internet-stack/ipv6-l4-protocol.h src/internet-stack/ipv6-raw-socket-factory-impl.cc src/internet-stack/ipv6-raw-socket-factory-impl.h src/internet-stack/ipv6-raw-socket-impl.cc src/internet-stack/ipv6-raw-socket-impl.h src/internet-stack/ipv6-test.cc src/internet-stack/ndisc-cache.cc src/internet-stack/ndisc-cache.h src/internet-stack/wscript src/node/inet6-socket-address.cc src/node/ipv6-address.cc src/node/ipv6-address.h src/node/ipv6-header.cc src/node/ipv6-header.h src/node/ipv6-interface-address.cc src/node/ipv6-interface-address.h src/node/ipv6-raw-socket-factory.cc src/node/ipv6-raw-socket-factory.h src/node/ipv6-route.cc src/node/ipv6-route.h src/node/ipv6-routing-protocol.cc src/node/ipv6-routing-protocol.h src/node/ipv6.cc src/node/ipv6.h src/node/wscript src/routing/list-routing/ipv6-list-routing.cc src/routing/list-routing/ipv6-list-routing.h src/routing/list-routing/wscript src/routing/static-routing/ipv6-routing-table-entry.cc src/routing/static-routing/ipv6-routing-table-entry.h src/routing/static-routing/ipv6-static-routing.cc src/routing/static-routing/ipv6-static-routing.h src/routing/static-routing/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/510db8599bfb
---- fix build issue on radvd casts
user: Tom Henderson <tomh at tomh.org>
files: src/applications/radvd/radvd-interface.h src/applications/radvd/radvd.cc src/applications/radvd/radvd.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5ea754089561
---- new trace sources for WifiRemoteStationManager
user: Nicola Baldo <nbaldo at cttc.es>
files: src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/96a3881940c4
---- added AthstatsWifiTraceSink and AthstatsHelper
user: Nicola Baldo <nbaldo at cttc.es>
files: examples/wifi-ap.cc src/helper/athstats-helper.cc src/helper/athstats-helper.h src/helper/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0b29285cc1af
---- updated release notes
user: Nicola Baldo <nbaldo at cttc.es>
files: CHANGES.html RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f011cf863e07
---- Fixed erroneous first return of Normal Variable
user: Duy Nguyen <duy at soe.ucsc.edu>
files: src/core/random-variable.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fef6ccee5897
---- Fixed WifiMacHeader Print Control Characters bug 661
user: Duy Nguyen <duy at soe.ucsc.edu>
files: src/devices/wifi/wifi-mac-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5e4fb3918879
---- update multi-rate-first.cc and multi-rate-second.cc
user: Duy Nguyen <duy at soe.ucsc.edu>
files: examples/multi-rate-first.cc examples/multi-rate-second.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bfc0ffd9cf7c
---- export sgi-hashmap.h
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/sgi-hashmap.h src/common/wscript src/internet-stack/arp-cache.h src/internet-stack/ndisc-cache.h src/internet-stack/sgi-hashmap.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/256a085d82d6
---- export headers from internet-stack
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/arp-l3-protocol.h src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.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.h src/internet-stack/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/34acfd7ad508
---- Make some copy-constructors private, remove not implemented method declarations, to make Python bindings work.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/arp-cache.h src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/pending-data.h src/internet-stack/tcp-l4-protocol.h src/routing/static-routing/ipv6-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ae4aa2deec45
---- Re-scan Python bindings and use newer PyBindGen.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/callbacks_list.py 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_list_routing.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_ping6.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_radvd.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_static_routing.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_virtual_net_device.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f22beb219798
---- make sure python does not wrap copy constructor and assignment operator
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/arp-l3-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/96781f226405
---- rescan
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cd473a5cf99c
---- Allow injection of routes to Ipv4GlobalRouting
user: Antti Makela <zarhan at cc.hut.fi>
files: CHANGES.html examples/global-injection-slash32.cc examples/wscript src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h src/routing/global-routing/ipv4-global-routing.cc src/routing/global-routing/ipv4-global-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a0e27af57c8d
---- update global routing bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_global_routing.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bfec2b0fa57d
---- Static routing with support for metrics and longest prefix match
user: Antti Makela <zarhan at cc.hut.fi>
files: CHANGES.html src/routing/static-routing/ipv4-routing-table-entry.cc src/routing/static-routing/ipv4-static-routing.cc src/routing/static-routing/ipv4-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3dc675bb8b20
---- update static routing bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/ns3_module_static_routing.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2362df525d86
---- Don't python-bind the class NscTcpL4Protocol, it is implementation detail.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_internet_stack.py bindings/python/ns3modulescan.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/af227579ab64
---- Allow ns3moduleheader taskgen with empty list of source headers (for completely optional ns-3 modules)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7dd4ad5ac045
---- Bug #620: Build system --run target seems to forget copying updated headers
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/386247c6625a
---- Fix python examples.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: examples/mixed-wireless.py examples/wifi-ap.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3e26b3b2e3a8
---- Add IPv6 python example.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: examples/simple-routing-ping6.cc examples/simple-routing-ping6.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/81146e4a3993
---- Fix Python coding style.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: examples/csma-bridge.py examples/mixed-wireless.py examples/simple-routing-ping6.py examples/wifi-ap.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/77c878bc3e84
---- Manual spelling fixes from Johannes Buchner
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi doc/manual/callbacks.texi doc/manual/csma.texi doc/manual/emu.texi doc/manual/emulation.texi doc/manual/node.texi doc/manual/other.texi doc/manual/output.texi doc/manual/packets.texi doc/manual/point-to-point.texi doc/manual/random.texi doc/manual/routing.texi doc/manual/sockets.texi doc/manual/tcp.texi doc/manual/wifi.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/04a9a7e9a624
---- fix logging error for WithdrawRoute ()
user: Tom Henderson <tomh at tomh.org>
files: src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4103e20ef21b
---- Fix doxygen errors
user: Tom Henderson <tomh at tomh.org>
files: src/devices/wifi/wifi-mode.h src/devices/wifi/wifi-phy.h src/routing/global-routing/global-router-interface.h src/routing/static-routing/ipv4-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1b7c28a1c131
---- Don't recompute NodeList::End () at every loop in GlobalRouteManagerImpl
user: Guillaume Seguin <guillaume.seguin at sophia.inria.fr>
files: src/routing/global-routing/global-route-manager-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0f9bcd407aff
---- Cast uint32_t into unsigned int for compatibility with cygwin
user: fmoatamr
files: src/helper/athstats-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a18ac083ec51
---- Bug #609: --check and --regression should build only the required binaries
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f774ff724ee4
---- Add metric and longest prefix match support for IPv6.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: CHANGES.html examples/radvd-two-prefix.cc examples/simple-routing-ping6.cc src/internet-stack/icmpv6-l4-protocol.cc src/internet-stack/icmpv6-l4-protocol.h src/internet-stack/ipv6-l3-protocol.cc src/node/inet6-socket-address.h src/node/ipv6-address.cc src/node/ipv6-address.h src/node/ipv6-routing-protocol.h src/routing/list-routing/ipv6-list-routing.cc src/routing/list-routing/ipv6-list-routing.h src/routing/static-routing/ipv6-routing-table-entry.cc src/routing/static-routing/ipv6-static-routing.cc src/routing/static-routing/ipv6-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8c0b3a413f4b
---- Rescan python bindings.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_node.py bindings/python/ns3_module_static_routing.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1b184e8be367
---- Doxygen.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/applications/ping6/ping6.h src/applications/radvd/radvd-interface.h src/applications/radvd/radvd-prefix.h src/applications/radvd/radvd.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/19573adf3665
---- [Bug 653] NetDevice link change callback (SetLinkChangeCallback -> AddLinkChangeCallback).
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: CHANGES.html src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/virtual-net-device/virtual-net-device.cc src/devices/virtual-net-device/virtual-net-device.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/icmpv6-l4-protocol.cc src/internet-stack/loopback-net-device.cc src/internet-stack/loopback-net-device.h src/node/net-device.h src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e90e1ef585b0
---- Python rescan.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_virtual_net_device.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/150f48a226c3
---- Add comments about the choice of default route in a two (or more) IPv6 prefixes link.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: examples/radvd-two-prefix.cc src/routing/static-routing/ipv6-static-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0a74df84902f
---- Cleanup, reindent, NULL -> 0.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: examples/test-ipv6.cc src/internet-stack/icmpv4.h src/internet-stack/icmpv6-header.h src/internet-stack/icmpv6-l4-protocol.cc src/node/ipv6-address.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7433d307ed51
---- Schedule unicast RA in response to RS.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: examples/icmpv6-redirect.cc examples/radvd-two-prefix.cc examples/simple-routing-ping6.cc src/applications/radvd/radvd.cc src/applications/radvd/radvd.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f05ccb34aabc
---- Fix waf --check error when python bindings are not enabled
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/20b06b8aa302
---- Add a waf --doxygen-no-build option, for a quicker testing loop of doxygen documentation
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d21013536be3
---- Switch to the official pybindgen 0.12 release
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9e018570c659
---- add test and validation framework
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/testing/Makefile doc/testing/background.texi doc/testing/how-to-write-tests.texi doc/testing/overview.texi doc/testing/propagation-loss.texi doc/testing/testing-framework.texi doc/testing/testing.css doc/testing/testing.texi src/common/known.pcap src/common/pcap-file-test-suite.cc src/common/pcap-file.cc src/common/pcap-file.h src/common/wscript src/core/names-test-suite.cc src/core/rng-test-suite.cc src/core/test.cc src/core/test.h src/core/wscript src/helper/internet-stack-helper.h src/test/ns3tcp/ns3tcp-cwnd-test-suite.cc src/test/ns3tcp/ns3tcp-interop-response-vectors.pcap src/test/ns3tcp/ns3tcp-interop-test-suite.cc src/test/ns3tcp/ns3tcp.h src/test/ns3tcp/waf src/test/ns3tcp/wscript src/test/ns3wifi/ns3wifi.h src/test/ns3wifi/propagation-loss-models-test-suite.cc src/test/ns3wifi/waf src/test/ns3wifi/wscript src/wscript test.py utils/test-runner.cc utils/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7b6ae6bf0055
---- test framework should probably work on all supported machines
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/test.h src/core/wscript src/devices/wifi/wscript src/wscript wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/904c1803d5dc
---- fc11 is pretty picky about headers
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/common/pcap-file.h src/core/test.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/066f73df2229
---- Adding PacketBB (RFC 5444) library, along with test.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.cc src/contrib/packetbb.h src/contrib/test-packetbb.cc src/contrib/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5b3efd4b3884
---- Minor style fixes.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.cc src/contrib/packetbb.h src/contrib/test-packetbb.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6ef853626f2a
---- Merge from ns-3-dev.
user: Tom Wambold <tom5760 at gmail.com>
files: src/mobility/vector.cc src/mobility/vector.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7d9a02c787ff
---- Typo in PacketBB test.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/test-packetbb.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2190357d1d34
---- Added Doxygen comments to PacketBB.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f6495baae7af
---- PacketBB: Added assert checks to the Get*() methods, along with comments.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.cc src/contrib/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6c6008faf59e
---- Merged ns-3-dev.
user: Tom Wambold <tom5760 at gmail.com>
files: src/internet-stack/sgi-hashmap.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8d1b043d2e6c
---- PacketBB:: Removed pbb namespace, instead prefix class names with Pbb.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.cc src/contrib/packetbb.h src/contrib/test-packetbb.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/285222a4daa7
---- PacketBB: Forgot to add Pbb prefix to enum.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.cc src/contrib/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6648a2c450e5
---- PacketBB: Doxygen documentation. Still have some more I want to write.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2d87b22311dd
---- PacketBB: Moved from src/contrib to src/node.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/packetbb.cc src/contrib/packetbb.h src/contrib/test-packetbb.cc src/node/packetbb.cc src/node/packetbb.h src/node/test-packetbb.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d1c0b9c89160
---- PacketBB: Removed unnecessary forward declarations.
user: Tom Wambold <tom5760 at gmail.com>
files: src/contrib/wscript src/node/packetbb.h src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/48c1400fbed1
---- PacketBB: A bit more documentation.
user: Tom Wambold <tom5760 at gmail.com>
files: src/node/packetbb.cc src/node/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/523ffdd11c77
---- PacketBB: Typo in comment.
user: Tom Wambold <tom5760 at gmail.com>
files: src/node/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/543507c4d939
---- merge PacketBB
user: Tom Wambold <tom5760 at gmail.com>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a37dd7f8de25
---- gcc 3.4 complained about virtual methods without virtual destructor
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/packetbb.cc src/node/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/95015b7f0269
---- Quiet silly compiler error
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/packetbb.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f38ed76fae2b
---- fat fingers
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/packetbb.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3ec296f12470
---- Merge 802.11s code.
user: Andrey Mazo <mazo at iitp.ru>
files: examples/mesh.cc examples/wscript src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.h src/devices/l2-routing/l2-routing-hwmp/hwmp-state.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-state.h src/devices/l2-routing/l2-routing-hwmp/hwmp.cc src/devices/l2-routing/l2-routing-hwmp/hwmp.h src/devices/l2-routing/l2-routing-hwmp/waf src/devices/l2-routing/l2-routing-hwmp/wscript src/devices/l2-routing/l2-routing-main/l2-routing-net-device.cc src/devices/l2-routing/l2-routing-main/l2-routing-net-device.h src/devices/l2-routing/l2-routing-main/waf src/devices/l2-routing/l2-routing-main/wscript src/devices/wifi/dca-txop.h src/devices/wifi/dot11s-codes.h src/devices/wifi/dot11s-parameters.cc src/devices/wifi/dot11s-parameters.h src/devices/wifi/dot11s-peer-management-element.cc src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.cc src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-mgt-headers.cc src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-beacon-timing-element.cc src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-mac.cc src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.cc src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.cc src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.cc src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.cc src/devices/wifi/mesh-wifi-rann-information-element.h src/devices/wifi/mgt-headers.cc src/devices/wifi/mgt-headers.h src/devices/wifi/tx-statistics.cc src/devices/wifi/tx-statistics.h src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h src/devices/wifi/wscript src/helper/hwmp-helper.cc src/helper/hwmp-helper.h src/helper/mesh-wifi-helper.cc src/helper/mesh-wifi-helper.h src/helper/wscript src/node/l2-routing-protocol.cc src/node/l2-routing-protocol.h src/node/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4f6a6772628e
---- Remove some temporary defines.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ddefc6dd6d9b
---- Merge with ns-3-dev.
user: Andrey Mazo <mazo at iitp.ru>
files: src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/static-speed-helper.cc src/mobility/static-speed-helper.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1e94348872e0
---- Sanitize MeshWifiMac::DoDispose().
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/wifi/mesh-wifi-mac.cc src/helper/mesh-wifi-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1e8d8afaba15
---- Removed unneeded word "struct", fixed mobility model, fixed random variable
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-state.cc src/devices/l2-routing/l2-routing-hwmp/hwmp.cc src/devices/wifi/mesh-wifi-peer-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9902003078aa
---- Restructured files - unfinished
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/mesh-wifi-mac-header.cc src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mesh-wifi-mac.cc src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h src/devices/wifi/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f5f30f79d845
---- Restructured files
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/mesh-mgt-headers.cc src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mgt-headers.cc src/devices/wifi/mgt-headers.h src/devices/wifi/wifi-mac-header.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/34d837b1a529
---- Merge file restructure, random variables, static mobility model to ns3dev.
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/mesh-wifi-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b26167ef0c84
---- Added test for Hwmp-rtable
user: Yana Podkosova <yanapdk at rambler.ru>
files: examples/routing-table-test.cc examples/wscript src/devices/wifi/mesh-wifi-prep-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d0b02f09e949
---- Address comparator moved to separate file, remade constructors (closed ticket
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.h src/devices/l2-routing/l2-routing-hwmp/hwmp-state.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-state.h src/devices/l2-routing/l2-routing-hwmp/hwmp.cc src/devices/l2-routing/l2-routing-hwmp/hwmp.h src/devices/wifi/mesh-wifi-mac-header.cc src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.cc src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/node/mac48-address-comparator.h src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5e2ca849c9c1
---- Merge to ns3dev
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/882553eade80
---- src/devices/mesh directory tree and doxygen module created.
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/802.11s/_placeholder_ src/devices/mesh/mesh.h src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-perr-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a0d0d688a271
---- Removed ELEMENT_ID, added proper methods, which returns element id
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/dot11s-peer-management-element.cc src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.cc src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-wifi-beacon-timing-element.cc src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-perr-information-element.cc src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.cc src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.cc src/devices/wifi/mesh-wifi-rann-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1578b45ead40
---- Merge to ns3dev
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/mesh-wifi-perr-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4b878b2d30e7
---- 1. HIDE_UNDOC_CLASSES is temporary set to NO in doxygen.conf
user: Pavel Boyko <boyko at iitp.ru>
files: doc/doxygen.conf src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.h src/devices/l2-routing/l2-routing-hwmp/hwmp-state.h src/devices/l2-routing/l2-routing-hwmp/hwmp.h src/devices/l2-routing/l2-routing-main/l2-routing-net-device.h src/devices/wifi/dot11s-codes.h src/devices/wifi/dot11s-parameters.h src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.h src/node/l2-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a1f43e372f9f
---- merge with ns3dev
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fd36e34966e9
---- Removed unneeded (void) (closed ticket #22), renamed enums
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.h src/devices/l2-routing/l2-routing-hwmp/hwmp-state.cc src/devices/l2-routing/l2-routing-hwmp/hwmp.cc src/devices/l2-routing/l2-routing-hwmp/hwmp.h src/devices/l2-routing/l2-routing-main/l2-routing-net-device.cc src/devices/l2-routing/l2-routing-main/l2-routing-net-device.h src/devices/wifi/dot11s-codes.h src/devices/wifi/dot11s-peer-management-element.cc src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.cc src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-mgt-headers.cc src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-beacon-timing-element.cc src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-mac-header.cc src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mesh-wifi-mac.cc src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.cc src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.cc src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.cc src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.cc src/devices/wifi/mesh-wifi-rann-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c7c4e4f260a9
---- ns3dev merge
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.h src/devices/l2-routing/l2-routing-hwmp/hwmp.h src/devices/l2-routing/l2-routing-main/l2-routing-net-device.h src/devices/wifi/dot11s-codes.h src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/66b8b66c8ad0
---- Added license information to some files.
user: Andrey Mazo <mazo at iitp.ru>
files: examples/mesh.cc examples/routing-table-test.cc src/devices/wifi/mesh-mgt-headers.cc src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-mac-header.cc src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mesh-wifi-mac.cc src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.cc src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.cc src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.cc src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.cc src/devices/wifi/mesh-wifi-rann-information-element.h src/helper/mesh-wifi-helper.cc src/helper/mesh-wifi-helper.h src/node/mac48-address-comparator.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/080b8f23fa4a
---- Coding style changes: indentation, spaces.
user: Andrey Mazo <mazo at iitp.ru>
files: examples/mesh.cc examples/routing-table-test.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.h src/devices/l2-routing/l2-routing-hwmp/hwmp-state.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-state.h src/devices/l2-routing/l2-routing-hwmp/hwmp.cc src/devices/l2-routing/l2-routing-hwmp/hwmp.h src/devices/l2-routing/l2-routing-main/l2-routing-net-device.cc src/devices/l2-routing/l2-routing-main/l2-routing-net-device.h src/devices/mesh/mesh.h src/devices/wifi/dot11s-codes.h src/devices/wifi/dot11s-parameters.cc src/devices/wifi/dot11s-parameters.h src/devices/wifi/dot11s-peer-management-element.cc src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.cc src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-mgt-headers.cc src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-beacon-timing-element.cc src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-mac-header.cc src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mesh-wifi-mac.cc src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.cc src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.cc src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.cc src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.cc src/devices/wifi/mesh-wifi-rann-information-element.h src/devices/wifi/tx-statistics.cc src/devices/wifi/tx-statistics.h src/helper/hwmp-helper.cc src/helper/hwmp-helper.h src/helper/mesh-wifi-helper.cc src/helper/mesh-wifi-helper.h src/node/l2-routing-protocol.cc src/node/l2-routing-protocol.h src/node/mac48-address-comparator.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/adcb26652e1d
---- All mesh related filed moved to devices/mesh. Let the refactoring begins!
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-rtable.h src/devices/l2-routing/l2-routing-hwmp/hwmp-state.cc src/devices/l2-routing/l2-routing-hwmp/hwmp-state.h src/devices/l2-routing/l2-routing-hwmp/hwmp.cc src/devices/l2-routing/l2-routing-hwmp/hwmp.h src/devices/l2-routing/l2-routing-hwmp/waf src/devices/l2-routing/l2-routing-hwmp/wscript src/devices/l2-routing/l2-routing-main/l2-routing-net-device.cc src/devices/l2-routing/l2-routing-main/l2-routing-net-device.h src/devices/l2-routing/l2-routing-main/waf src/devices/l2-routing/l2-routing-main/wscript src/devices/mesh/dot11s-codes.h src/devices/mesh/dot11s-parameters.cc src/devices/mesh/dot11s-parameters.h src/devices/mesh/dot11s-peer-management-element.cc src/devices/mesh/dot11s-peer-management-element.h src/devices/mesh/hwmp-helper.cc src/devices/mesh/hwmp-helper.h src/devices/mesh/hwmp-rtable.cc src/devices/mesh/hwmp-rtable.h src/devices/mesh/hwmp-state.cc src/devices/mesh/hwmp-state.h src/devices/mesh/hwmp.cc src/devices/mesh/hwmp.h src/devices/mesh/l2-routing-net-device.cc src/devices/mesh/l2-routing-net-device.h src/devices/mesh/l2-routing-protocol.cc src/devices/mesh/l2-routing-protocol.h src/devices/mesh/mac48-address-comparator.h src/devices/mesh/mesh-configuration-element.cc src/devices/mesh/mesh-configuration-element.h src/devices/mesh/mesh-mgt-headers.cc src/devices/mesh/mesh-mgt-headers.h src/devices/mesh/mesh-wifi-beacon-timing-element.cc src/devices/mesh/mesh-wifi-beacon-timing-element.h src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/mesh-wifi-mac-header.cc src/devices/mesh/mesh-wifi-mac-header.h src/devices/mesh/mesh-wifi-mac.cc src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.cc src/devices/mesh/mesh-wifi-peer-manager.h src/devices/mesh/mesh-wifi-perr-information-element.cc src/devices/mesh/mesh-wifi-perr-information-element.h src/devices/mesh/mesh-wifi-prep-information-element.cc src/devices/mesh/mesh-wifi-prep-information-element.h src/devices/mesh/mesh-wifi-preq-information-element.cc src/devices/mesh/mesh-wifi-preq-information-element.h src/devices/mesh/mesh-wifi-rann-information-element.cc src/devices/mesh/mesh-wifi-rann-information-element.h src/devices/mesh/tx-statistics.cc src/devices/mesh/tx-statistics.h src/devices/mesh/waf src/devices/mesh/wscript src/devices/wifi/dot11s-codes.h src/devices/wifi/dot11s-parameters.cc src/devices/wifi/dot11s-parameters.h src/devices/wifi/dot11s-peer-management-element.cc src/devices/wifi/dot11s-peer-management-element.h src/devices/wifi/mesh-configuration-element.cc src/devices/wifi/mesh-configuration-element.h src/devices/wifi/mesh-mgt-headers.cc src/devices/wifi/mesh-mgt-headers.h src/devices/wifi/mesh-wifi-beacon-timing-element.cc src/devices/wifi/mesh-wifi-beacon-timing-element.h src/devices/wifi/mesh-wifi-mac-header.cc src/devices/wifi/mesh-wifi-mac-header.h src/devices/wifi/mesh-wifi-mac.cc src/devices/wifi/mesh-wifi-mac.h src/devices/wifi/mesh-wifi-peer-manager.cc src/devices/wifi/mesh-wifi-peer-manager.h src/devices/wifi/mesh-wifi-perr-information-element.cc src/devices/wifi/mesh-wifi-perr-information-element.h src/devices/wifi/mesh-wifi-prep-information-element.cc src/devices/wifi/mesh-wifi-prep-information-element.h src/devices/wifi/mesh-wifi-preq-information-element.cc src/devices/wifi/mesh-wifi-preq-information-element.h src/devices/wifi/mesh-wifi-rann-information-element.cc src/devices/wifi/mesh-wifi-rann-information-element.h src/devices/wifi/tx-statistics.cc src/devices/wifi/tx-statistics.h src/devices/wifi/wscript src/helper/hwmp-helper.cc src/helper/hwmp-helper.h src/helper/mesh-wifi-helper.cc src/helper/mesh-wifi-helper.h src/helper/wscript src/node/l2-routing-protocol.cc src/node/l2-routing-protocol.h src/node/mac48-address-comparator.h src/node/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e4e2c44d27cd
---- Merge with ns-3-dev trunk.
user: Andrey Mazo <mazo at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/61d0cf0fa146
---- L2RoutingNetDevice refactored to MeshPointDevice
user: pavlo
files: src/devices/mesh/hwmp-helper.cc src/devices/mesh/hwmp-helper.h src/devices/mesh/l2-routing-net-device.cc src/devices/mesh/l2-routing-net-device.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4d5befafc0a5
---- L2RoutingProcotol refactoring in progress
user: pavlo
files: src/devices/mesh/l2-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2efabacfb585
---- L2RoutingProtocol refactored to MeshL2RoutingProtocol
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/hwmp.cc src/devices/mesh/hwmp.h src/devices/mesh/l2-routing-protocol.cc src/devices/mesh/l2-routing-protocol.h src/devices/mesh/mesh-l2-routing-protocol.cc src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1257e4b82e17
---- Merge with main tree
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4ecb2ab650f3
---- Move inline code, codestyle fix
user: Aleksey Kovalenko <kovalenko at iitp.ru>
files: src/devices/mesh/mesh-wifi-beacon-timing-element.cc src/devices/mesh/mesh-wifi-beacon-timing-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f752215a847b
---- WifiInformationElement class added as the base for all IEs
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s-codes.h src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8507b0cef8c0
---- merge with main tree
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f0e58dcc7588
---- MeshWifiBeacon class created
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/55868bb52909
---- Bugfix, sort by element ID not by pointer addresses
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-beacon.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7c2d9ff2d4ab
---- information elements are moved to 802.11s
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/802.11s/mesh-configuration-element.cc src/devices/mesh/802.11s/mesh-configuration-element.h src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.cc src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.h src/devices/mesh/802.11s/mesh-wifi-perr-information-element.cc src/devices/mesh/802.11s/mesh-wifi-perr-information-element.h src/devices/mesh/802.11s/mesh-wifi-prep-information-element.cc src/devices/mesh/802.11s/mesh-wifi-prep-information-element.h src/devices/mesh/802.11s/mesh-wifi-preq-information-element.cc src/devices/mesh/802.11s/mesh-wifi-preq-information-element.h src/devices/mesh/802.11s/mesh-wifi-rann-information-element.cc src/devices/mesh/802.11s/mesh-wifi-rann-information-element.h src/devices/mesh/802.11s/wifi-information-element.cc src/devices/mesh/802.11s/wifi-information-element.h src/devices/mesh/802.11s/wscript src/devices/mesh/mesh-configuration-element.cc src/devices/mesh/mesh-configuration-element.h src/devices/mesh/mesh-wifi-beacon-timing-element.cc src/devices/mesh/mesh-wifi-beacon-timing-element.h src/devices/mesh/mesh-wifi-perr-information-element.cc src/devices/mesh/mesh-wifi-perr-information-element.h src/devices/mesh/mesh-wifi-prep-information-element.cc src/devices/mesh/mesh-wifi-prep-information-element.h src/devices/mesh/mesh-wifi-preq-information-element.cc src/devices/mesh/mesh-wifi-preq-information-element.h src/devices/mesh/mesh-wifi-rann-information-element.cc src/devices/mesh/mesh-wifi-rann-information-element.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b41e1f24487a
---- Restructured mesh configuration element
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/mesh-configuration-element.cc src/devices/mesh/802.11s/mesh-configuration-element.h src/devices/mesh/802.11s/waf src/devices/mesh/802.11s/wifi-information-element.cc src/devices/mesh/802.11s/wifi-information-element.h src/devices/mesh/mesh-mgt-headers.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b407cc4bda3c
---- Merge to ns3dev
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/wifi-information-element.cc src/devices/mesh/802.11s/wifi-information-element.h src/devices/mesh/mesh-configuration-element.cc src/devices/mesh/mesh-configuration-element.h src/devices/mesh/mesh-wifi-beacon-timing-element.cc src/devices/mesh/mesh-wifi-beacon-timing-element.h src/devices/mesh/mesh-wifi-perr-information-element.cc src/devices/mesh/mesh-wifi-perr-information-element.h src/devices/mesh/mesh-wifi-prep-information-element.cc src/devices/mesh/mesh-wifi-prep-information-element.h src/devices/mesh/mesh-wifi-preq-information-element.cc src/devices/mesh/mesh-wifi-preq-information-element.h src/devices/mesh/mesh-wifi-rann-information-element.cc src/devices/mesh/mesh-wifi-rann-information-element.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8fa8cc1fcdf2
---- Merge to ns3dev: fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/228381dd9f1c
---- Fixed difference between length in bytes and length field
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/mesh-configuration-element.cc src/devices/mesh/802.11s/mesh-configuration-element.h src/devices/mesh/802.11s/wifi-information-element.h src/devices/mesh/802.11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c251ea20cc82
---- Restructured PREQ and PREP
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/_placeholder_ src/devices/mesh/802.11s/mesh-configuration-element.cc src/devices/mesh/802.11s/mesh-configuration-element.h src/devices/mesh/802.11s/mesh-wifi-prep-information-element.cc src/devices/mesh/802.11s/mesh-wifi-prep-information-element.h src/devices/mesh/802.11s/mesh-wifi-preq-information-element.cc src/devices/mesh/802.11s/mesh-wifi-preq-information-element.h src/devices/mesh/802.11s/wifi-information-element.cc src/devices/mesh/802.11s/wifi-information-element.h src/devices/mesh/802.11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/51b7bcb3fab3
---- Refactored PERR, RANN
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/802.11s/mesh-wifi-perr-information-element.cc src/devices/mesh/802.11s/mesh-wifi-perr-information-element.h src/devices/mesh/802.11s/mesh-wifi-rann-information-element.cc src/devices/mesh/802.11s/mesh-wifi-rann-information-element.h src/devices/mesh/802.11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fdddddbe55d5
---- Restructured beacon timing element
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.cc src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.h src/devices/mesh/802.11s/wscript src/devices/mesh/mesh-mgt-headers.cc src/devices/mesh/mesh-wifi-peer-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6a2923d9f526
---- Returned size in bytes back
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/mesh-configuration-element.cc src/devices/mesh/802.11s/mesh-configuration-element.h src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.cc src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.h src/devices/mesh/802.11s/mesh-wifi-perr-information-element.cc src/devices/mesh/802.11s/mesh-wifi-perr-information-element.h src/devices/mesh/802.11s/mesh-wifi-prep-information-element.cc src/devices/mesh/802.11s/mesh-wifi-prep-information-element.h src/devices/mesh/802.11s/mesh-wifi-preq-information-element.cc src/devices/mesh/802.11s/mesh-wifi-preq-information-element.h src/devices/mesh/802.11s/mesh-wifi-rann-information-element.cc src/devices/mesh/802.11s/mesh-wifi-rann-information-element.h src/devices/mesh/802.11s/wifi-information-element.cc src/devices/mesh/802.11s/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/780477df53b8
---- Restructured filenames in information elements
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-configuration.cc src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-perr.cc src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.cc src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.cc src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.cc src/devices/mesh/802.11s/ie-dot11s-rann.h src/devices/mesh/802.11s/mesh-configuration-element.cc src/devices/mesh/802.11s/mesh-configuration-element.h src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.cc src/devices/mesh/802.11s/mesh-wifi-beacon-timing-element.h src/devices/mesh/802.11s/mesh-wifi-perr-information-element.cc src/devices/mesh/802.11s/mesh-wifi-perr-information-element.h src/devices/mesh/802.11s/mesh-wifi-prep-information-element.cc src/devices/mesh/802.11s/mesh-wifi-prep-information-element.h src/devices/mesh/802.11s/mesh-wifi-preq-information-element.cc src/devices/mesh/802.11s/mesh-wifi-preq-information-element.h src/devices/mesh/802.11s/mesh-wifi-rann-information-element.cc src/devices/mesh/802.11s/mesh-wifi-rann-information-element.h src/devices/mesh/802.11s/wscript src/devices/mesh/hwmp-state.h src/devices/mesh/mesh-mgt-headers.h src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9e10eae04db9
---- Deserialization bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/499289b4b55e
---- Class names restructured
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-configuration.cc src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-perr.cc src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.cc src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.cc src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.cc src/devices/mesh/802.11s/ie-dot11s-rann.h src/devices/mesh/hwmp-state.cc src/devices/mesh/hwmp-state.h src/devices/mesh/mesh-mgt-headers.cc src/devices/mesh/mesh-mgt-headers.h src/devices/mesh/mesh-wifi-mac.cc src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.cc src/devices/mesh/mesh-wifi-peer-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/eca7ff6b2b47
---- Wifi-information element moved back to mesh
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/wifi-information-element.cc src/devices/mesh/802.11s/wifi-information-element.h src/devices/mesh/802.11s/wscript src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4fe89b021c44
---- Fixed ticket #27
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/hwmp-rtable.cc src/devices/mesh/hwmp-rtable.h src/devices/mesh/hwmp-state.cc src/devices/mesh/hwmp-state.h src/devices/mesh/hwmp.cc src/devices/mesh/hwmp.h src/devices/mesh/mac48-address-comparator.h src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7887e457f6f0
---- Finished restructuring information elements
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-configuration.cc src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-peer-management.cc src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/ie-dot11s-perr.cc src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.cc src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.cc src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.cc src/devices/mesh/802.11s/ie-dot11s-rann.h src/devices/mesh/802.11s/wscript src/devices/mesh/dot11s-peer-management-element.cc src/devices/mesh/dot11s-peer-management-element.h src/devices/mesh/mesh-mgt-headers.cc src/devices/mesh/mesh-mgt-headers.h src/devices/mesh/mesh-wifi-mac.cc src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.cc src/devices/mesh/mesh-wifi-peer-manager.h src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ce31277d72ad
---- Deserialize bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-peer-management.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4bd2e8a8f8a0
---- Removed unneeded virtual methods in mesh-wifi-mac.h Fixed ticket #40
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/093e7d79bc27
---- Fixed bugs with includes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-configuration.cc src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/ie-dot11s-perr.cc src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.cc src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.cc src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.cc src/devices/mesh/802.11s/ie-dot11s-rann.h src/devices/mesh/hwmp-state.h src/devices/mesh/hwmp.h src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-mgt-headers.cc src/devices/mesh/mesh-mgt-headers.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-mac-header.h src/devices/mesh/mesh-wifi-mac.cc src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/702fa974e205
---- Use reference counting for WifiInformationElement
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/605a2680b56b
---- MeshWifiInterfaceMac just added and beacon generation refactored
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f65f22ef327e
---- Basic MAC plugins functionality implemented
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac-plugin.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3c38e23fa821
---- merge with main tree
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s-peer-management-element.cc src/devices/mesh/dot11s-peer-management-element.h src/devices/mesh/mac48-address-comparator.h src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/684e65994112
---- mesh/dot11s doxygen module added
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/802.11s/dot11s.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5f1548f35e92
---- Fixes with comments
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/ie-dot11s-preq.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/695b7aca9f88
---- Merge to ns3-dev
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/433c9d998458
---- Merge fix - mac interface did not compile
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/323c3cf6cf96
---- Code refactoring: fixed names, added references to draft
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c3ee1deaa07a
---- 11s information elements commented as "\ingroup dot11s" for doxygen
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/44a5075d854e
---- Coding style changes: indentation (some fixes), spaces in operators, function
user: Andrey Mazo <mazo at iitp.ru>
files: examples/mesh.cc examples/routing-table-test.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-configuration.cc src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-peer-management.cc src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/ie-dot11s-perr.cc src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.cc src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.cc src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.cc src/devices/mesh/802.11s/ie-dot11s-rann.h src/devices/mesh/dot11s-parameters.cc src/devices/mesh/dot11s-parameters.h src/devices/mesh/hwmp-rtable.cc src/devices/mesh/hwmp-rtable.h src/devices/mesh/hwmp-state.cc src/devices/mesh/hwmp-state.h src/devices/mesh/hwmp.cc src/devices/mesh/hwmp.h src/devices/mesh/mesh-l2-routing-protocol.cc src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-mgt-headers.cc src/devices/mesh/mesh-mgt-headers.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/mesh-wifi-interface-mac-plugin.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/mesh-wifi-mac-header.cc src/devices/mesh/mesh-wifi-mac-header.h src/devices/mesh/mesh-wifi-mac.cc src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.cc src/devices/mesh/mesh-wifi-peer-manager.h src/devices/mesh/mesh.h src/devices/mesh/tx-statistics.cc src/devices/mesh/tx-statistics.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/123dc54d734e
---- Coding style changes: remove unneeded line breaks.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/hwmp-state.h src/devices/mesh/hwmp.h src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cb12c7003071
---- Code refactoring bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s-parameters.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3885ae41abf3
---- Restructured helper: switch to new mac, now only beacon functionality works
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0b5980b04249
---- Added PM-mac - not implemented
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/mesh-wifi-interface-mac-plugin.h src/devices/mesh/peer-manager-plugin.cc src/devices/mesh/peer-manager-plugin.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b7241df728a3
---- Added new peer manager class, an old one we keep without change
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-interface-mac-plugin.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/mesh-wifi-peer-manager.cc src/devices/mesh/mesh-wifi-peer-manager.h src/devices/mesh/peer-manager-plugin.cc src/devices/mesh/peer-manager-plugin.h src/devices/mesh/peer-manager-protocol.cc src/devices/mesh/peer-manager-protocol.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ddfb13420455
---- Peer manager restructure - unfinished
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/peer-manager-plugin.cc src/devices/mesh/peer-manager-plugin.h src/devices/mesh/peer-manager-protocol.cc src/devices/mesh/peer-manager-protocol.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/78437693dcc7
---- Fix with serialized size in prep
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-prep.cc src/devices/mesh/peer-manager-plugin.cc src/devices/mesh/wifi-information-element.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d333d218e7f2
---- New peer management protocol moved to 802.11s/
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/mesh/802.11s/dot11s-helper.cc src/devices/mesh/802.11s/dot11s-helper.h src/devices/mesh/802.11s/peer-manager-plugin.cc src/devices/mesh/802.11s/peer-manager-plugin.h src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/802.11s/peer-manager-protocol.h src/devices/mesh/802.11s/wscript src/devices/mesh/dot11s-parameters.h src/devices/mesh/mesh-wifi-helper.cc src/devices/mesh/mesh-wifi-helper.h src/devices/mesh/peer-manager-plugin.cc src/devices/mesh/peer-manager-plugin.h src/devices/mesh/peer-manager-protocol.cc src/devices/mesh/peer-manager-protocol.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bb5194d57734
---- Neighbours are attached
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/peer-manager-plugin.cc src/devices/mesh/802.11s/peer-manager-plugin.h src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/802.11s/peer-manager-protocol.h src/devices/mesh/wifi-information-element.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/20d333d95df2
---- PeerLink refactored (use peer-link.h)
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/peer-link.cc src/devices/mesh/802.11s/peer-link.h src/devices/mesh/802.11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6a14f272a033
---- merge with main tree
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b3eb78ce3fd9
---- Merge with ns-3-dev.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/802.11s/peer-link.cc src/devices/mesh/802.11s/peer-link.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e13e65c3ba12
---- Added header for peer link frame (first fields without information element)
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/peer-link-frame.cc src/devices/mesh/802.11s/peer-link-frame.h src/devices/mesh/802.11s/peer-manager-plugin.cc src/devices/mesh/802.11s/peer-manager-plugin.h src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/802.11s/peer-manager-protocol.h src/devices/mesh/802.11s/wscript src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e331ed5d3662
---- First management frame goes through new archotecture
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/peer-link-frame.cc src/devices/mesh/802.11s/peer-link-frame.h src/devices/mesh/802.11s/peer-link.cc src/devices/mesh/802.11s/peer-link.h src/devices/mesh/802.11s/peer-manager-plugin.cc src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/802.11s/peer-manager-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/564372fc5491
---- Finished processing peer link frames on new architeture
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/peer-link.cc src/devices/mesh/802.11s/peer-link.h src/devices/mesh/802.11s/peer-manager-plugin.cc src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/802.11s/peer-manager-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3a02e4e89292
---- Bugfixes
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/802.11s/peer-link.cc src/devices/mesh/802.11s/peer-manager-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/35f396f9ff22
---- Debug messages fixed
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/802.11s/peer-link.cc src/devices/mesh/802.11s/peer-link.h src/devices/mesh/802.11s/peer-manager-plugin.cc src/devices/mesh/802.11s/peer-manager-plugin.h src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bf6f699d4e03
---- Uncommented destructor and cleaner
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/802.11s/peer-manager-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/79f9c2b6dffc
---- 802.11s/ Moved to dot11s/
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/802.11s/dot11s-helper.cc src/devices/mesh/802.11s/dot11s-helper.h src/devices/mesh/802.11s/dot11s.h src/devices/mesh/802.11s/ie-dot11s-beacon-timing.cc src/devices/mesh/802.11s/ie-dot11s-beacon-timing.h src/devices/mesh/802.11s/ie-dot11s-configuration.cc src/devices/mesh/802.11s/ie-dot11s-configuration.h src/devices/mesh/802.11s/ie-dot11s-peer-management.cc src/devices/mesh/802.11s/ie-dot11s-peer-management.h src/devices/mesh/802.11s/ie-dot11s-perr.cc src/devices/mesh/802.11s/ie-dot11s-perr.h src/devices/mesh/802.11s/ie-dot11s-prep.cc src/devices/mesh/802.11s/ie-dot11s-prep.h src/devices/mesh/802.11s/ie-dot11s-preq.cc src/devices/mesh/802.11s/ie-dot11s-preq.h src/devices/mesh/802.11s/ie-dot11s-rann.cc src/devices/mesh/802.11s/ie-dot11s-rann.h src/devices/mesh/802.11s/peer-link-frame.cc src/devices/mesh/802.11s/peer-link-frame.h src/devices/mesh/802.11s/peer-link.cc src/devices/mesh/802.11s/peer-link.h src/devices/mesh/802.11s/peer-manager-plugin.cc src/devices/mesh/802.11s/peer-manager-plugin.h src/devices/mesh/802.11s/peer-manager-protocol.cc src/devices/mesh/802.11s/peer-manager-protocol.h src/devices/mesh/802.11s/waf src/devices/mesh/802.11s/wscript src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/dot11s.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-plugin.h src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h src/devices/mesh/dot11s/waf src/devices/mesh/dot11s/wscript src/devices/mesh/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/285d97537359
---- Added namespace dot11s
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc examples/wscript src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-plugin.h src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ea1bce018a44
---- Dot11s prefix removed
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-plugin.h src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3e5607e26273
---- Code cleanups. Software delay is removed
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-plugin.h src/devices/mesh/dot11s/peer-manager-protocol.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f7ea3717e668
---- cosmetics
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a00ea755ef54
---- Rstructured file names: IeDot11s* no is Ie, because it is in namespace dot11s
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-plugin.h src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d78f1b978dac
---- Added a method to find peer link, code cleanup
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/wifi/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f08902c42733
---- Merge with ns3-dev
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/60c3aba0dcd1
---- BCA works again
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-plugin.h src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/597d1e0a4bb5
---- Fixed BCA
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-manager-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/26828c0949f1
---- Minor cosmetics. Peer management protocol is assumed to be implemented now.
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cec7f8e2bbdf
---- Moved hwmp to dot11s, removed unneded files, removed unneded headers from
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/hwmp-state.cc src/devices/mesh/dot11s/hwmp-state.h src/devices/mesh/dot11s/hwmp.cc src/devices/mesh/dot11s/hwmp.h src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/dot11s/peer-manager-plugin.cc src/devices/mesh/dot11s/peer-manager-plugin.h src/devices/mesh/dot11s/peer-manager-protocol.cc src/devices/mesh/dot11s/peer-manager-protocol.h src/devices/mesh/dot11s/wscript src/devices/mesh/hwmp-rtable.cc src/devices/mesh/hwmp-rtable.h src/devices/mesh/hwmp-state.cc src/devices/mesh/hwmp-state.h src/devices/mesh/hwmp.cc src/devices/mesh/hwmp.h src/devices/mesh/mesh-mgt-headers.cc src/devices/mesh/mesh-mgt-headers.h src/devices/mesh/mesh-wifi-mac-header.cc src/devices/mesh/mesh-wifi-mac-header.h src/devices/mesh/mesh-wifi-mac.cc src/devices/mesh/mesh-wifi-mac.h src/devices/mesh/mesh-wifi-peer-manager.cc src/devices/mesh/mesh-wifi-peer-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3eab2f6b1adc
---- Restored mesh-wifi-mac-header
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp.cc src/devices/mesh/dot11s/hwmp.h src/devices/mesh/mesh-wifi-mac-header.cc src/devices/mesh/mesh-wifi-mac-header.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/27921b45078e
---- HWMP files renamed
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-state.cc src/devices/mesh/dot11s/hwmp-state.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7cf802f41a3e
---- HWMP rtable and tag added back to wscripts without any changes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/wscript src/devices/mesh/mesh-l2-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2761d3e01723
---- HWMP rolled to "initial position"
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bdbf21835837
---- HWMP is attached to mesh point device and MAC layer with zero functionality
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cbf02c77d5c1
---- Attach interfaces replaced with Install. Helper is simplifyed
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dec245c213ab
---- Fixrd bugs with address extensions, broadcast frames can go through L2Routing
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/mesh-wifi-mac-header.cc src/devices/mesh/mesh-wifi-mac-header.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/279b07de3327
---- More bufix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-mac-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8ee0a72c0ae0
---- Added HWMP tag to mercurial :)
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-tag.cc src/devices/mesh/dot11s/hwmp-tag.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b8db474bce60
---- Removed dot11s-parameters and they are made as attributes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s-parameters.cc src/devices/mesh/dot11s-parameters.h src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cdd13648776b
---- Restructured rtable, queue size moved from protocol setter to attribute
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/mesh-l2-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d390c2dd2f14
---- HwmpProtocol: path error procedure reviewed, RequestRoute reviewed
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a6cf8696922a
---- First PREQ delivered
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b68a1309a89e
---- Preq propagation ported:)
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e579c19f0dee
---- merge with ns3-dev
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9bdcb470d536
---- For now mesh point aggregates installed protocols. This is done to allow user directly access protocols via mp->GetObject<...>() (though you must known mesh point and protocol class to do this)
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b079cb67fda2
---- dot11s-codes.h removed. StatusCode enum is found to be unused and removed. ReadonCode enum is moved to dot11s/ie-dot11s-peer-management.h
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s-codes.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/50591b95753a
---- restructured precursors in rtable
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0c34a34208f2
---- HWMP headers cleanup to create correct doxygen docs
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/626a970811a1
---- Unit test for RANN information element
user: Pavel Boyko <boyko at iitp.ru>
files: src/core/test.h src/devices/mesh/dot11s/hwmp-tag.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/754465c7e6a8
---- RANN test cleanup
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/wifi-information-element.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9a06b4979e1a
---- PREQ unit test created
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4e2ac4a8b5c6
---- PREP propagation ported!!!
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cd7eb4fd3829
---- Data frames can go
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/80966b2163ee
---- PacketTagList
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-tag-list.cc src/common/packet-tag-list.h src/common/packet.cc src/common/packet.h src/common/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7595791c4666
---- add packet tag iterator
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-tag-list.cc src/common/packet-tag-list.h src/common/packet.cc src/common/packet.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cfdbb4a44f29
---- doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-tag-list.h src/common/packet.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c5f36fcf52ad
---- stop using byte tags
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/26ec4be336e7
---- increase packet tag size for Address objects and decrease the size of Address objects for packet tags :)
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-tag-list.h src/node/address.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3eb902892538
---- convert to Packet tags
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 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/node/packet-socket.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a92bd7dc079c
---- tag -> packet tag
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc utils/bench-packets.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b65251e9d038
---- rename normal tags to byte tags
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/stats/wifi-example-apps.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.cc src/common/packet.h src/common/tag-list.cc src/common/tag-list.h src/common/wscript src/contrib/delay-jitter-estimation.cc src/devices/wifi/wifi-phy-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/74396c7f34be
---- update API dox
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h src/common/tag.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b7ef6edeca75
---- typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/byte-tag-list.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f7c464907b92
---- python scan
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_common.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c62a00f3c37c
---- Ported to new tags
user: Kirill Andreev <andreev at iitp.ru>
files: src/common/tag-list.cc src/common/tag-list.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/mesh-l2-routing-protocol.h src/devices/wifi/wifi-remote-station-manager.cc src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/00c83f6ae8b7
---- Added unicast PREQ, peer link status callback.
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b8a0476c7e06
---- HwmpRtable unit test + cleanup
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/hwmp-tag.cc src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fbd04c749aaa
---- Build fix
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-rtable.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4d667b16fbd5
---- Old HWMP routing table test removed from examples.
user: Pavel Boyko <boyko at iitp.ru>
files: examples/routing-table-test.cc examples/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a6eb7e9d3680
---- Reactive HWMP is ported!
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9ea8561480a2
---- Merge with ns3dev
user: Kirill Andreev <andreev at iitp.ru>
files: examples/routing-table-test.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aa4bd88fadb9
---- Removed commented code, removed unneded debg messages
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/765deb024525
---- PREQ queue bugfix, tested proactive mode, removed unnseded debug messages
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a9382a693fa1
---- Reverted changes in wif-remote-station-manager concerned with tx-statistics
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/tx-statistics.cc src/devices/mesh/tx-statistics.h src/devices/mesh/wscript src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5f402ca784d1
---- Make routing protocol attribute of mesh point to be accessable by Config::
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/825037c2d7ab
---- 802.11s helper (ns3::dot11s::MeshWifiHelper) refactored
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1689c94d7442
---- Mesh test refactored, see --pcap and --interfaces command line arguments
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fa5e570d56fa
---- merge with ns3dev
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/tx-statistics.cc src/devices/mesh/tx-statistics.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7daf10e97240
---- Bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/41c61361ccbd
---- Peer link restructured to support multi-interface
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-l2-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/72f0481cfb2d
---- Frequency channel switch on channel, PHY and MAC levels
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/345b49df838b
---- Merge changes from ns-3-dev.
user: Andrey Mazo <mazo at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8091159b7dc9
---- Fix compiler "unused variable" warning.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9577f0031e34
---- Add spread interfaces frequency channels option
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7211ebc93e69
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/57f5630234db
---- bugfix in YansWifiChannel::Send
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/yans-wifi-channel.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3fd32019af42
---- Cleanup
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/yans-wifi-channel.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0a8ef0ff2423
---- Bugfixes with tag
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aa44b6c49468
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f6dd61e25464
---- Bugfixes. HWMP on 2-interface network works!
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ef084a06119d
---- Unicast chain instead of broadcast data frame added. Metric
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/779b641cff5a
---- Bugfixes
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e64c6bfd8536
---- Added airtime link metric. packet error rate is not done yet
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/wscript src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f97e16db1d79
---- Bugfixes
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c665ebbe99a7
---- Fixed bug with uninitialized TAG
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-tag.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f47497fde31a
---- Added docs to peer link frame cleass, mesh-wifi-mac-header has been moved to
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/mesh-wifi-mac-header.cc src/devices/mesh/dot11s/mesh-wifi-mac-header.h src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/wscript src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-mac-header.cc src/devices/mesh/mesh-wifi-mac-header.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c376fb558264
---- Broadcast is not forwarded twice into the same channel
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1163cfb03b9b
---- Unit testing for dot11s-IE
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/acaf07eb8542
---- Optimized version complies and works
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c4a851ed591b
---- Added {} in 'if' where ASSERT exists
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0226369989a3
---- Peer management state machine has been changed in accordance with D3.0
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/787394a90385
---- Added proper flags to HWMP PREQ, routing information is updated in accordance
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b83a62acbcf2
---- MeshWifiMacHeader moved to Dot11sMacHeader. test to it is written
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/mesh-wifi-mac-header.cc src/devices/mesh/dot11s/mesh-wifi-mac-header.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aba7cae978ac
---- Resturctured peer link frame - removed unneeded field "subtype", added unit
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-management-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3ce177c38776
---- Airtime metric finished
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8094a10e311d
---- build fix: cc1plus: warnings being treated as errors
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8ded7cc99f71
---- Doxygen cleanup
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/dot11s.h src/devices/mesh/mesh.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/75e769c55b77
---- Fixed bug pith routing information collected from PREP
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/62ff08884f5e
---- Bugfixes. Changed traversal time, because 4x4 network does not work
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/00ee1735c339
---- Fixed proactive mode. 1 root works
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/869399fad0b6
---- More than one root works
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9107f67330f3
---- Preq queue bugfix. deleted m_myPreq
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e6e44c9415e7
---- Merge changes from ns-3-dev.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/internet-stack/ipv4-l3-protocol.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h src/routing/olsr/repositories.h src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/29d73c832841
---- Fix after update from ns-3-dev: substitute removed NetDevice::GetName() method.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ba4b79124d30
---- MulthopAction -> Action management frames in 802.11s according to std
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/wifi-information-element.h src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ff5a2162d492
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files: src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/node/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/106e7a5e4efc
---- Removed mesh header from acion management frames
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/320f59d9df27
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files: src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/06f549530ae2
---- Bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/40d3596d7d60
---- Restructured peer link frame
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-management-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/59b050ada622
---- Peer link frame - done
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-peering-protocol.cc src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/wscript src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8009731514d2
---- Bugfixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link-frame.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d01441d16808
---- bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link-frame.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fba5e9a6fabf
---- Bugfixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f6b863744cfb
---- Intermediate reply bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b73c15d25e81
---- Flags bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a2dec42b6b30
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fd4011901681
---- Fixed wifi-failure
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/627b8e87e82f
---- Merge with ns3dev
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/99428bcb9b98
---- Fixed PREQ lifetime
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d10bfc9054a3
---- Outgoing data packets are dropped if there is no active link, MultihopAction
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-management-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/77ab6e01a1c3
---- Mehs point MAC address is now known to all interfaces and included into beacons as Address3
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8dbdba66f5e1
---- don't allow bridge mesh points
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/73ca74882f12
---- Merge with ns-3-dev
user: Kirill Andreev <andreev at iitp.ru>
files: bindings/python/ns3_module_common.py examples/mesh.cc examples/wscript src/applications/udp-echo/udp-echo-server.cc src/devices/mesh/mesh-point-device.cc src/devices/wifi/dca-txop.h src/devices/wifi/qos-utils.cc src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h src/devices/wifi/wscript src/helper/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1bee3ec2793d
---- Fix merge [a2d2f08f531e] .
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/wifi/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9293f61456d7
---- Ack timeout patch was merged. HWMP: DO=1 by default, if packet is unresolved -
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.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
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5f5b321b92d1
---- Changed IE Element IDs according to open80211s implementation.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/404c7a03dd5c
---- cosmetics
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c259eaefdd7f
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1de79102c3dd
---- Route requests queueing moved from base MeshL2RoutingProtocol to derived HwmpRoutingProtocol
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/mesh-l2-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/464ce7d8a940
---- Dot11sMacHeader renamed to MeshHeader to correspond standard
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/wscript src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2c25f9c66604
---- Bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6a8113d46565
---- Fixed routing information with neighbours, fixed address3 in management
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/33f418524356
---- Merge with ns3dev
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aa5b351eccf3
---- Some fixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d6e56ddce2fc
---- Fixed asimmetrical routes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/peer-management-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/467519eba260
---- Peer link cleanup bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9e8f520cc3b5
---- Lifetime bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/applications/udp-echo/udp-echo-server.h src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8d4a10415c7f
---- Filtering outgoing frames if peer link does not exist. Fixed order of going
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4ff127c1f6fa
---- Removed peer cleanup
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ad4576d966a6
---- IE tests cleanup
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/29928e8d1a1c
---- Fixed removing peer links
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8038200dac53
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/48e46eef2bfb
---- merge with http://code.nsnam.org/ns-3-dev
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d301d973792d
---- Revert commit [c259eaefdd7f]. Make compiler happy.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9650fb0087d2
---- Added statistics for PMP-MAC
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ac0ea6c1e012
---- Added statistcs structures
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-plugin.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bc885417e41e
---- Infrastructure for statistics is done
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/79b4af29924a
---- Statistics - almost done
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-wifi-interface-mac-plugin.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c81291702113
---- ResetStats added
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/290579bb1c1b
---- Interface stats added
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3bfccc1d8e01
---- Statistics fixed
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e460e29f9f78
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-plugin.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/058f21f91233
---- Restructured mesh configuration element
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a2a6accbc167
---- Fixed endianess
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/peer-link-frame.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aecd3eedd65f
---- Merge changes from ns-3-dev.
user: Andrey Mazo <mazo at iitp.ru>
files: bindings/python/ns3_module_common.py src/common/packet.cc src/common/packet.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f0e2fbaf31d2
---- Mesh ID is made separately from SSID
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/dot11s/wscript src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/79e8178d69eb
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c623a34d207d
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f217c634bbd4
---- Moving to IEEE 802.11s Draft 3.0:
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fce378307409
---- assert
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e3d4c6402844
---- Moving to IEEE 802.11s Draft 3.0 (Mesh Configuration Element)
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fc820a3a1975
---- Added link metric report IE
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/974401ea3cf7
---- Moving to IEEE 802.11s Draft 3.0 (Mesh Control Field, Beacon Timing Element):
user: Andrey Mazo <mazo at iitp.ru>
files: .hgignore src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/peer-management-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2f926202a5bf
---- merge with nsnam.org
user: Pavel Boyko <boyko at iitp.ru>
files: bindings/python/ns3_module_common.py examples/wscript src/applications/udp-echo/udp-echo-server.cc src/devices/wifi/dca-txop.h src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h 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/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/ipv4-l3-protocol.cc 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/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/node/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/01f02baebba9
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/141a8e5fd047
---- Fixed build
user: Kirill Andreev <andreev at iitp.ru>
files: 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
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4740afde2c74
---- RemoveAllTags -> RemoveAllByteTags
user: Pavel Boyko <boyko at iitp.ru>
files: src/internet-stack/udp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1a9da4142864
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d2e2441b02e7
---- Correct merge + Tag -> ByteTag changes
user: Pavel Boyko <boyko at iitp.ru>
files: src/internet-stack/ipv4-l3-protocol.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/fde727c863fc
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files: 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
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/18b071e2103c
---- Fixed dublicates in broadcasts
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8ce48024f179
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files: src/helper/static-multicast-route-helper.cc src/helper/static-multicast-route-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
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7f769bcac526
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/38332392025a
---- Statistics fixed
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0b8f9da17a56
---- Added dropped TTL field to stats
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/65524e2ec376
---- Airtime metric fixed
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/dot11s-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6af8b7fab76a
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6690d426f554
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/19102e9248b1
---- Fixed TTL
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/68a8d659e778
---- Airtime link metric is documented
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a43bb9d65a94
---- HWMP attributes uinteger -> boolean fix
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cdb5a3f6f5fa
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7fe64a923a12
---- Fixed setting slot and sifs time to mac-low
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b68f194a346c
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/366bfb1d337f
---- Mesh id cosmetic fixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0573d83596f9
---- Large merge with nsnam
user: Pavel Boyko <boyko at iitp.ru>
files: bindings/python/ns3_module_common.py examples/stats/wifi-example-apps.cc src/applications/udp-echo/udp-echo-server.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/wscript src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5c2002bda934
---- merge fix
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5e3b2b0a067e
---- merge fix
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ac896a31075c
---- Merge changes from ns-3-dev.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/87648432f1ca
---- Added interface helper
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/dot11s-interface-helper.cc src/devices/mesh/dot11s/dot11s-interface-helper.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/wscript src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/49851228eec9
---- Restructured mesh - helper
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/dot11s-interface-helper.cc src/devices/mesh/dot11s/dot11s-interface-helper.h src/devices/mesh/dot11s/wscript src/helper/mesh-interface-helper.cc src/helper/mesh-interface-helper.h src/helper/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/903fb7d81b97
---- Helper restructure: done
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-helper.cc src/devices/mesh/dot11s/dot11s-helper.h src/devices/mesh/dot11s/wscript src/helper/dot11s-helper.cc src/helper/dot11s-helper.h src/helper/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ded692c12540
---- Added dot11s installator, fixed bug with adding tag in proactive mode of HWMP
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-installator.cc src/devices/mesh/dot11s/dot11s-installator.h src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/mesh-point-device.cc src/helper/dot11s-helper.cc src/helper/mesh-interface-helper.cc src/helper/mesh-interface-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/95a72c98f08d
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-installator.cc src/devices/mesh/dot11s/dot11s-installator.h src/helper/dot11s-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/86ee8343d8f7
---- GetTypeId removed from classes, not inherited from Object
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.cc src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9914d3e51d23
---- Fixed removing tag when pass packet to upper layer
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/33caf1257811
---- Fixed names
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-installator.cc src/devices/mesh/dot11s/dot11s-installator.h src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/dot11s/dot11s-installer.h src/devices/mesh/dot11s/wscript src/helper/dot11s-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/63bbbc12e331
---- Merge after bug 556
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/dcf-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cfc9bba09692
---- Faker's code review response
user: Pavel Boyko <boyko at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-peering-protocol.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/mesh-wifi-interface-mac.cc src/helper/dot11s-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/97b947e83640
---- cosmetics
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1529a2729c60
---- ignore events in peer-link state machine
user: Aleksey Kovalenko <kovalenko at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a79162043a23
---- Fixed tests, removes NS_ASSERT (false)
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/peer-link.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/94d5c01b1534
---- Fixed peer management state machine
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0b7d47bb5e4f
---- bugfix in MeshPointDevice::ReceiveFromDevice ()
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/08be11f2ad2b
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cf5c6252f6a3
---- added 'const' label to packet in MeshPointDevice::Forward and
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c70964936d2e
---- Removed unneded if 0 -- endif
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9fdad747afa6
---- Fixed PrintInformation method in dot11s-ie-*
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/helper/dot11s-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/205f0bd58f03
---- Beacon interval is 0.5s by default
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a60c18b05d41
---- merged with nsnam
user: Pavel Boyko <boyko at iitp.ru>
files: bindings/python/ns3_module_common.py src/common/packet.cc src/common/packet.h src/core/test.h src/devices/wifi/mac-low.cc src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/355de6af8ea9
---- Fixed MBCA
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/322b3f86c2e9
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files: src/internet-stack/ipv4-global-routing.cc src/internet-stack/ipv4-global-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0afbd18047eb
---- Fixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8376f041dc54
---- Added FLAME header
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-header.h src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/wscript src/devices/mesh/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/697573fd6554
---- Added flame rtable, fixed DoDispose in HwmpRtable
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/flame/flame-rtable.h src/devices/mesh/flame/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/245215e5e6ed
---- Added flame tag
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-installer.h src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f97dc799fea0
---- Restructured installers
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/dot11s/dot11s-installer.h src/devices/mesh/mesh-stack-installer.h src/devices/mesh/wscript src/helper/dot11s-helper.cc src/helper/dot11s-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/869b81c5e774
---- Flame stack initialized
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-header.h src/devices/mesh/flame/flame-installer.cc src/devices/mesh/flame/flame-installer.h src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/flame/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/528da3d1e5a4
---- Restructured L2RoutingProtocol: added cleanup function, which deletes all tags
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5b154b30a8a1
---- Initial flame implementation
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ddf23699f0b7
---- Fixed peer link status notification
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5cfc1e9372af
---- Fixed names: now protocols are called *-protocol.[h,cc], plugin is called
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-mac-plugin.cc src/devices/mesh/dot11s/hwmp-mac-plugin.h src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-plugin.cc src/devices/mesh/dot11s/peer-management-plugin.h src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/dot11s/wscript src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/helper/dot11s-helper.cc src/helper/dot11s-helper.h src/helper/mesh-helper.cc src/helper/mesh-helper.h src/helper/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fccfd0073ea3
---- Fixed names
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/444caf312d1e
---- Flame: added correct seqno filtering, added broadcast timers
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-header.h src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/flame/flame-rtable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fe6fcf14f2a1
---- Fixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/785775995505
---- Fixed seqno and ttl filter: changed order
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0facd23819b6
---- One of the most stupid bugs.....
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/15b8fe26aa0d
---- Flame bugfixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/39e4d3a81e1c
---- Merge with code.nsnam.org
user: Kirill Andreev <andreev at iitp.ru>
files: examples/wscript src/devices/wifi/mac-low.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/udp-test.cc src/wscript utils/mobility-generator.cc utils/mobility-visualizer-model.cc utils/mobility-visualizer-view.cc utils/mobility-visualizer.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2dc19210c693
---- Broadcast timer bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b98a7a92f020
---- Flame review
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/flame/flame-installer.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/flame-rtable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9ee59991bbef
---- RX/TX/FWD stats in MeshPointDevice
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/79c84012dac7
---- cosmetics
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/flame/flame-installer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f07f268eef67
---- XML reports simplified for better parsing
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/helper/mesh-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/13ded9ff11c4
---- fix flags (de)serialization in PREQ;
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bb2373a0cece
---- merge with ns-3-dev (3.5 rc3)
user: Pavel Boyko <boyko at iitp.ru>
files: .hgignore doc/doxygen.conf examples/stats/wifi-example-apps.cc src/applications/udp-echo/udp-echo-client.cc src/devices/wifi/dcf-manager.cc src/helper/wscript src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-list-routing-impl.cc src/internet-stack/ipv4-list-routing-impl.h src/internet-stack/ipv4-static-routing-impl.cc src/internet-stack/ipv4-static-routing-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-test.cc src/node/ipv4-list-routing.cc src/node/ipv4-list-routing.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/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d0cafb0ebeeb
---- MeshPointDevice::SetAddress ()
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/41589d492ca3
---- Code cleanup for merge into the mainline
user: Pavel Boyko <boyko at iitp.ru>
files: .hgignore doc/doxygen.conf src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-client.h src/applications/udp-echo/udp-echo-server.cc src/applications/udp-echo/udp-echo-server.h src/devices/wifi/dca-txop.h src/devices/wifi/mgt-headers.cc src/devices/wifi/mgt-headers.h src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0bb1dd1c301d
---- mails updated + boyko
user: Pavel Boyko <boyko at iitp.ru>
files: AUTHORS
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e0fff8a36c03
---- merge with ns-3.5
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1be48cec7e63
---- doxy fix
user: Pavel Boyko <boyko at iitp.ru>
files: src/applications/udp-echo/udp-echo-client.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7f4bd2584e9d
---- Added comments and statistics to flame
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-installer.cc src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/de6fe90556c8
---- Fixed PREQ propagation, added comments to PREQ information element
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ec4196c70800
---- HWMP-Statistics: added number of initiated PREQ, PREP, PERR
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c7e52ca238d3
---- Bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/99c71ed33f5a
---- Fixed overflow
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-preq.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fc6c60a490b2
---- Fixed PERR propagation
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/018748653ea8
---- Action values are made in accordance with Draft3.0
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/762835be2902
---- PREQ, PREP overflow is handled correctly
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a912d4372406
---- Initial QoS implementation in 802.11s
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/helper/mesh-interface-helper.cc src/helper/mesh-interface-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/505e762ea818
---- QoS in 802.11s implementation
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/wifi/qos-tag.cc src/devices/wifi/qos-tag.h src/devices/wifi/qos-utils.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7cdd24c28d4e
---- Removed test tag adding
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/90567719db39
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/helper/mesh-interface-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/591e912d459a
---- ChannelId -> ChannelNumber and also in the base class WifiPhy
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3a0893ec9819
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/854f1900afd1
---- TODO fixed
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/wifi-mac-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a6c1a26267cf
---- Merge with ns-3-dev
user: Kirill Andreev <andreev at iitp.ru>
files: src/core/test.h src/devices/wifi/mac-low.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/internet-stack/ipv4-checksum.cc src/internet-stack/ipv4-checksum.h src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/872e554039c3
---- Merge with ns3dev
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0326727af888
---- Fixed review comments
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/helper/mesh-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bdd3ae2a9816
---- removed GetElementId from *.h files. Fixed spaces before '(' and added {} when needed.
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.cc src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e206046b2e44
---- Added max beacon loss to PeerManagementProtocol (for beacon timing), cosmetic
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b90c6c0af6a3
---- Statistics removed from headers
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8e06088a785d
---- Removed dynamic_cast
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c8de27730943
---- Fixed coding style in helpers and mesh
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-l2-routing-protocol.cc src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/wifi-information-element.cc src/helper/mesh-helper.cc src/helper/mesh-interface-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d6e168eba404
---- Fixed coding style
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-mac-header.h src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/hwmp-tag.cc src/devices/mesh/dot11s/hwmp-tag.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.cc src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-header.h src/devices/mesh/flame/flame-installer.cc src/devices/mesh/flame/flame-installer.h src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/flame/flame-rtable.h src/devices/mesh/mesh-l2-routing-protocol.cc src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5688b8da4526
---- Fixed coding style
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/flame/flame-rtable.h src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b5062e8e0da1
---- Fixes of coding style
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0fc1bad6a4ab
---- Restored newline at namespace
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/hwmp-tag.cc src/devices/mesh/dot11s/hwmp-tag.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-header.h src/devices/mesh/flame/flame-installer.h src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol-mac.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/flame/flame-rtable.h src/devices/mesh/mesh-l2-routing-protocol.cc src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aee541a30256
---- Merge with code.nsnam.org
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/dcf-manager.cc src/devices/wifi/mgt-headers.cc src/devices/wifi/mgt-headers.h src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1e44b8fa74cd
---- Fixed seqno in HWMP
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/26472734b69f
---- Removed HwmpRtable::LookupResult constructor code from header.
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/10c2f3ae8c2f
---- QosFix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc src/helper/mesh-interface-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6ad13efaccd7
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/22a9d7e537bb
---- Fixed order in which we add queues to mac
user: Kirill Andreev <andreev at iitp.ru>
files: src/helper/mesh-interface-helper.cc src/helper/mesh-interface-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b193dca2b479
---- Added wifi-information-element-vector
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/ie-vector.cc src/devices/mesh/ie-vector.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/87eb2f77f661
---- Removed FindFirst from WifiInformationElement
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/ie-vector.cc src/devices/mesh/ie-vector.h src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/64084ae6cff1
---- Added root mesh point as argument of command line
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/dot11s/dot11s-installer.h src/helper/mesh-helper.cc src/helper/mesh-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/22e79c2a4c5f
---- Merge with code.nsnam.org
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7b030cd9fc63
---- Removed unneded changes from wifi
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/wifi/mac-low.cc src/devices/wifi/qos-utils.cc src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8b5055542351
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-installer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b8a77656a7b8
---- Added path update to FLAME
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/flame/flame-protocol.cc src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7f50ab7ce59d
---- Removed stupid output
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9e0edb76a8c7
---- Fixed seqno overflow
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/flame/flame-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/546c5d9a7e64
---- Fixed FLAME add path
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/flame/flame-rtable.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/359f9e62b9b6
---- Exponential retry timer for PREQ
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1c070bb8a48a
---- Removed constructor from header
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/70e68391cf42
---- Fixed broadcast propagation in FLAME
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/flame/flame-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/56ac5af5f5c8
---- Merge with code.nsnam.org
user: Kirill Andreev <andreev at iitp.ru>
files: AUTHORS bindings/python/ns3_module_common.py examples/mesh.cc examples/wscript src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-client.h src/common/wscript src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/wifi/dca-txop.h src/devices/wifi/wifi-phy.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/mesh-interface-helper.cc src/helper/mesh-interface-helper.h src/internet-stack/udp-socket-impl.cc src/mobility/vector.cc src/mobility/vector.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f14eff131d13
---- Standard added to helper
user: Kirill Andreev <andreev at iitp.ru>
files: src/helper/mesh-interface-helper.cc src/helper/mesh-interface-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/37f7a0d8eae5
---- Added closing link due to transmission failure.
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bb06787ed7fe
---- Stupid fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e4602e638487
---- Review fixes
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5b499f25655a
---- Cosmetics: '
' was replaced with std::endl, Camel case for attributes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/wifi-information-element.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ace422ad12df
---- Start to remove inheritance from header in WifiInformationElement
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0baed7827260
---- Removed inheritance from Header in WifiInformationElement. TODO: restore unit
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7e0731625f67
---- All information elements are tested inside WifiInformationElementVector test
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/wifi-information-element-vector.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/86c06ea5dd32
---- Restructured files, removed unneeded includes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/flame/flame-header.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h src/devices/mesh/wifi-information-element.cc src/devices/mesh/wifi-information-element.h src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1c685e8be8d1
---- PrintInformation replaced with Prin in information elements, added operator
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-configuration.cc src/devices/mesh/dot11s/ie-dot11s-configuration.h src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/ie-dot11s-metric-report.cc src/devices/mesh/dot11s/ie-dot11s-metric-report.h src/devices/mesh/dot11s/ie-dot11s-peer-management.cc src/devices/mesh/dot11s/ie-dot11s-peer-management.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.cc src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-prep.h src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/dot11s/ie-dot11s-rann.cc src/devices/mesh/dot11s/ie-dot11s-rann.h src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/35963e5411c0
---- Code review fixes
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h src/helper/mesh-helper.cc src/helper/mesh-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f1119f03b7a9
---- Restructured helper - removed MeshInterfaceHelper
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/flame/flame-installer.cc src/devices/mesh/wscript src/helper/mesh-helper.cc src/helper/mesh-helper.h src/helper/mesh-interface-helper.cc src/helper/mesh-interface-helper.h src/helper/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b81ab8394a61
---- Stupid fixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/08d3bef3b477
---- Merge with code.nsnam.org
user: Kirill Andreev <andreev at iitp.ru>
files: AUTHORS examples/wscript src/common/wscript src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h src/helper/wscript src/internet-stack/sgi-hashmap.h src/internet-stack/tcp-socket-impl.cc src/node/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9d48acef10b3
---- Doxygen: fixed warnings
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-l2-routing-protocol.h src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh.h src/devices/mesh/wifi-information-element-vector.h src/helper/mesh-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a3ede758b713
---- Failed destination is structure of HWMP
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol-mac.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-perr.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/dot11s/wscript src/devices/mesh/wifi-information-element-vector.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/72bf9328f412
---- Installers moved to src/helper
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-installer.cc src/devices/mesh/dot11s/dot11s-installer.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/wscript src/devices/mesh/flame/flame-installer.cc src/devices/mesh/flame/flame-installer.h src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/wscript src/devices/mesh/mesh-stack-installer.h src/devices/mesh/wscript src/helper/dot11s-installer.cc src/helper/dot11s-installer.h src/helper/flame-installer.cc src/helper/flame-installer.h src/helper/mesh-stack-installer.h src/helper/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8033c4e41bd5
---- Some doxygen fixes (spelling, etc).
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/dot11s.h src/devices/mesh/mesh.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/21bcd2217830
---- Dot11s overview moved to dot11s module
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s.h src/devices/mesh/mesh.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/558d950cc334
---- Documenation fixes
user: Kirill Andreev <andreev at iitp.ru>
files: doc/MeshArchitecture.png src/devices/mesh/dot11s/dot11s.h src/devices/mesh/mesh.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/87395e44ce29
---- doc fixes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/21140a6e1389
---- Bugfix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/404f414bfaa7
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/25987587f7ba
---- Fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/31ff7abd6f4e
---- Headers: structured
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-point-device.h src/devices/mesh/mesh-wifi-interface-mac.h src/devices/mesh/wifi-information-element-vector.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2d82457e44dc
---- Random variable definitions were removed from conditional code
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fa7d9b667efc
---- Merge with code.nsnam.org
user: Kirill Andreev <andreev at iitp.ru>
files: bindings/python/ns3_module_common.py examples/wscript src/devices/wifi/wifi-phy.h src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5791fa40e7b1
---- Build fix
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-point-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/689a0ed6de25
---- Added comments in mesh.cc
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/22f73ce46375
---- Added 11s description to ELEASE_NOTES, fixed dependencies in building
user: Kirill Andreev <andreev at iitp.ru>
files: RELEASE_NOTES src/devices/mesh/dot11s/wscript src/devices/mesh/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7f7925e2cd7e
---- Merge with ns-3-dev
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6d6977fc0330
---- Cosmetics
user: Pavel Boyko <boyko at iitp.ru>
files: CHANGES.html RELEASE_NOTES examples/wscript src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-perr.cc src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a109c38131dd
---- Merge with code.nsnam.org
user: Pavel Boyko <boyko at iitp.ru>
files: src/common/wscript src/core/test.h src/devices/wifi/wscript src/node/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2c112da175f2
---- added words to help understand callbacks
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/callbacks.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9efc68de612a
---- quiet valgrind in NOTREACHED case
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d8c22a819f59
---- add some words about tracing to the manual
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/manual.texi doc/manual/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/799fdd8fc54a
---- Channel switching support for Wifi
user: Ramon Bauza
files: AUTHORS CHANGES.html RELEASE_NOTES examples/wifi-ap.cc src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/edca-txop-n.cc src/devices/wifi/edca-txop-n.h src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy-state-helper.h src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8fcdf87a790a
---- put all wifi news together
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/773ce0e71ad6
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ca171cb4ea82
---- Doxy doc for Wifi channel switching
user: Ramon Bauza
files: src/devices/wifi/dca-txop.h src/devices/wifi/dcf-manager.h src/devices/wifi/edca-txop-n.h src/devices/wifi/mac-low.h src/devices/wifi/yans-wifi-channel.h src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fb3d57fd97e4
---- build fix (g++ 4.0.4 and 4.4.0 optimized only)
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cd2005af03ea
---- Fix main-random-topology sample.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: samples/main-random-topology.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/897043bcb108
---- Add a way to disable DAD via an Icmpv6L4Protocol attribute.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/internet-stack/icmpv6-l4-protocol.cc src/internet-stack/icmpv6-l4-protocol.h src/internet-stack/ipv6-interface.cc src/internet-stack/ipv6-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8a0544f70c21
---- Merge with ns-3-dev.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/636e13065494
---- silly typos and add disclaimer
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/callbacks.texi doc/manual/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0401d439763e
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/80397c543208
---- Build fix for g++ 4.0.4 ('... may be used uninitialized in this function')
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/15fe1a24cd5b
---- Export header ie-dot11s-id.h, disable a few copy contructors, to make Python bindings compile.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/dot11s/wscript src/devices/mesh/flame/flame-protocol.h src/devices/mesh/flame/flame-rtable.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3e8818c7a50e
---- make sure we run the pybindgen command in --check and --regression
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c831e91e57f9
---- Missing code, methods declared but not implemented...
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/mesh/dot11s/ie-dot11s-id.cc src/devices/mesh/dot11s/ie-dot11s-id.h src/devices/mesh/dot11s/peer-link.h src/helper/mesh-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/53bee26fce31
---- Python bindings rescan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/callbacks_list.py 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_dot11s.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_flame.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_list_routing.py bindings/python/ns3_module_mesh.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_ping6.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_radvd.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_static_routing.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_virtual_net_device.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1ccc02a7676b
---- Ipv4L3Protocol::Drop trace source enhanced, and add new SendOutgoing, UnicastForward, and LocalDeliver trace sources, for the FlowMonitor.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cb3087d8f330
---- Add a new 'flow-monitor' module.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/flow-monitor/design.txt src/contrib/flow-monitor/flow-classifier.cc src/contrib/flow-monitor/flow-classifier.h src/contrib/flow-monitor/flow-monitor.cc src/contrib/flow-monitor/flow-monitor.h src/contrib/flow-monitor/flow-probe.cc src/contrib/flow-monitor/flow-probe.h src/contrib/flow-monitor/histogram.cc src/contrib/flow-monitor/histogram.h src/contrib/flow-monitor/ipv4-flow-classifier.cc src/contrib/flow-monitor/ipv4-flow-classifier.h src/contrib/flow-monitor/ipv4-flow-probe.cc src/contrib/flow-monitor/ipv4-flow-probe.h src/contrib/flow-monitor/waf src/contrib/flow-monitor/wscript src/helper/flow-monitor-helper.cc src/helper/flow-monitor-helper.h src/helper/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/673aae891b2b
---- Modify example to enable FlowMonitor via command-line option.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/simple-global-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6dfb327dcabb
---- Update Python bindings
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_flow_monitor.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/66d5ae8927d5
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b153297a8799
---- merge with ns-3-dev
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_internet_stack.py src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4f5eb479554c
---- Doxygen documentation for FlowMonitor
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/flow-monitor/flow-classifier.h src/contrib/flow-monitor/flow-monitor.h src/contrib/flow-monitor/flow-probe.h src/contrib/flow-monitor/ipv4-flow-classifier.h src/contrib/flow-monitor/ipv4-flow-probe.h src/helper/flow-monitor-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2acc35ea1e80
---- merge with ns-3-dev
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/helper/wscript src/internet-stack/ipv4-l3-protocol.cc src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/36838195150a
---- Fix the example stop time to make regression tests pass again
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/simple-global-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d94f1040684c
---- Modifications to the Ipv6L3Protocol::Drop trace source to align with Ipv4L3Protocol::Drop
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/ipv6-l3-protocol.cc src/internet-stack/ipv6-l3-protocol.h src/internet-stack/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9f9acf33660f
---- Fix InternetStackHelper::EnableAsciiAll to work with the new Drop signature
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ed1c7a9d95c3
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fefed0c5b3fd
---- merge with ns-3-dev
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_flow_monitor.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d727f39da668
---- Export more IPv6 includes.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/helper/ipv6-address-helper.h src/helper/ipv6-interface-container.h src/helper/ipv6-list-routing-helper.cc src/helper/ipv6-list-routing-helper.h src/helper/ipv6-routing-helper.h src/helper/ipv6-static-routing-helper.cc src/helper/ipv6-static-routing-helper.h src/helper/ping6-helper.h src/internet-stack/icmpv6-header.cc src/internet-stack/icmpv6-l4-protocol.cc src/internet-stack/icmpv6-l4-protocol.h src/internet-stack/ipv4-raw-socket-factory-impl.cc src/internet-stack/ipv4-raw-socket-factory-impl.h src/internet-stack/ipv6-autoconfigured-prefix.cc src/internet-stack/ipv6-autoconfigured-prefix.h src/internet-stack/ipv6-end-point.cc src/internet-stack/ipv6-end-point.h src/internet-stack/ipv6-interface.cc src/internet-stack/ipv6-interface.h src/internet-stack/ipv6-l3-protocol.cc src/internet-stack/ipv6-l3-protocol.h src/internet-stack/ipv6-l4-protocol.cc src/internet-stack/ipv6-l4-protocol.h src/internet-stack/ipv6-raw-socket-factory-impl.cc src/internet-stack/ipv6-raw-socket-factory-impl.h src/internet-stack/ipv6-raw-socket-impl.cc src/internet-stack/ipv6-test.cc src/internet-stack/ndisc-cache.cc src/internet-stack/ndisc-cache.h src/internet-stack/wscript src/node/inet6-socket-address.cc src/node/inet6-socket-address.h src/node/ipv6-address.cc src/node/ipv6-address.h src/node/ipv6-header.cc src/node/ipv6-interface-address.cc src/node/ipv6-raw-socket-factory.cc src/node/ipv6-route.cc src/node/ipv6-route.h src/node/ipv6-routing-protocol.cc src/node/ipv6-routing-protocol.h src/node/ipv6.cc src/node/ipv6.h src/routing/static-routing/ipv6-routing-table-entry.cc src/routing/static-routing/ipv6-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8a9dbc333e76
---- NdiscCache copy constructor private + python rescan.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_dot11s.py bindings/python/ns3_module_flow_monitor.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3modulegen_generated.py src/internet-stack/ndisc-cache.cc src/internet-stack/ndisc-cache.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/988fb8d47aac
---- Fix build on g++-4.x.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: bindings/python/ns3_module_flow_monitor.py src/contrib/flow-monitor/histogram.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/297f350118e0
---- Mesh: fixed peer link reopening - always overwrite peerLinkId.
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/peer-link.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e93952447a53
---- rescan python bindings so that FlowMonitor::GetFlowStats binding works
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_dot11s.py bindings/python/ns3_module_flow_monitor.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f460cbbac291
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/161cb737c260
---- Add an example with Wifi, OLSR, and Flow Monitor.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/wifi-olsr-flowmon.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d6bbde9c6712
---- Merge NixVector Routing code
user: Josh Pelkey <jpelkey at gatech.edu>
files: AUTHORS CHANGES.html RELEASE_NOTES examples/nix-simple.cc examples/nms-p2p-nix.cc examples/wscript src/common/nix-vector.cc src/common/nix-vector.h src/common/packet.cc src/common/packet.h src/common/wscript src/helper/ipv4-nix-vector-helper.cc src/helper/ipv4-nix-vector-helper.h src/helper/wscript src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc src/routing/nix-vector-routing/ipv4-nix-vector-routing.h src/routing/nix-vector-routing/nix-vector-routing.h src/routing/nix-vector-routing/waf src/routing/nix-vector-routing/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/06f639d05b8f
---- Doxygenize.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: bindings/python/ns3_module_internet_stack.py src/applications/radvd/radvd-interface.h src/core/test.h src/helper/ipv4-nix-vector-helper.h src/helper/ipv6-interface-container.h src/helper/ipv6-routing-helper.h src/helper/ipv6-static-routing-helper.h src/internet-stack/icmpv6-header.cc src/internet-stack/icmpv6-header.h src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv6-autoconfigured-prefix.h src/internet-stack/ipv6-end-point-demux.h src/internet-stack/ipv6-l3-protocol.h src/internet-stack/ipv6-l4-protocol.h src/internet-stack/ndisc-cache.h src/node/ipv6-address.h src/node/ipv6-interface-address.h src/node/ipv6-route.h src/node/ipv6-routing-protocol.h src/node/ipv6.h src/node/packetbb.cc src/routing/list-routing/ipv6-list-routing.h src/routing/static-routing/ipv6-static-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9c612cb88d6b
---- Minor documentation typo
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/common/packet.h src/routing/nix-vector-routing/nix-vector-routing.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1c9fcea5e144
---- Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/common/data-rate.h src/common/header.h src/common/trailer.h src/core/ptr.h src/core/system-condition.h src/core/system-thread.h src/core/test.h src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-net-device.h src/devices/tap-bridge/tap-bridge.h src/devices/virtual-net-device/virtual-net-device.h src/helper/ipv4-interface-container.h src/helper/ipv4-static-routing-helper.h src/internet-stack/ipv4-l3-protocol.h src/mobility/hierarchical-mobility-model.h src/node/inet-socket-address.h src/node/ipv4-address.h src/node/mac48-address.h src/node/mac64-address.h src/node/net-device.h src/node/packet-socket-address.h src/node/packetbb.h src/node/queue.h src/node/socket.h src/routing/global-routing/candidate-queue.h src/routing/global-routing/global-router-interface.h src/routing/static-routing/ipv4-routing-table-entry.h src/simulator/nstime.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ecb08c1fc273
---- Merge with ns-3-dev.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/016ffb09d8a8
---- ===================================================================
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/test-dumbbell.cc examples/test-grid.cc examples/wscript src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/helper/animation-interface.cc src/helper/animation-interface.h src/helper/ipv4-address-helper.cc src/helper/ipv4-address-helper.h src/helper/ipv4-interface-container.cc src/helper/ipv4-interface-container.h src/helper/node-location.cc src/helper/node-location.h src/helper/point-to-point-dumbbell-helper.cc src/helper/point-to-point-dumbbell-helper.h src/helper/point-to-point-grid-helper.cc src/helper/point-to-point-grid-helper.h src/helper/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0d0779ac3278
---- move net-anim to contrib
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/test-dumbbell.cc examples/test-grid.cc examples/wscript src/contrib/net-anim/animation-interface.cc src/contrib/net-anim/animation-interface.h src/contrib/net-anim/node-location.cc src/contrib/net-anim/node-location.h src/contrib/net-anim/point-to-point-dumbbell-helper.cc src/contrib/net-anim/point-to-point-dumbbell-helper.h src/contrib/net-anim/point-to-point-grid-helper.cc src/contrib/net-anim/point-to-point-grid-helper.h src/contrib/net-anim/test-dumbbell.cc src/contrib/net-anim/test-grid.cc src/contrib/net-anim/wscript src/helper/animation-interface.cc src/helper/animation-interface.h src/helper/node-location.cc src/helper/node-location.h src/helper/point-to-point-dumbbell-helper.cc src/helper/point-to-point-dumbbell-helper.h src/helper/point-to-point-grid-helper.cc src/helper/point-to-point-grid-helper.h src/helper/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4c56aca26ad3
---- fix manual build
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/04dec13d474f
---- fix test document build
user: Tom Henderson <tomh at tomh.org>
files: doc/testing/testing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e0dd15b3572b
---- Rescan API for Python
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_nix_vector_routing.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3816b13c16bc
---- Add a ChannelList namespace (bug 680)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/channel-list.cc src/node/channel-list.h src/node/channel.cc src/node/channel.h src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5c75d40fedcd
---- Fixed Minstrel rate potential seg fault due to calling UpdateStats before being initialized
user: Duy Nguyen <duy at soe.ucsc.edu>
files: src/devices/wifi/minstrel-wifi-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ca04d8e6cb2e
---- bug 643: Interference Helper does not account properly for simultaneous events
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/interference-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7c3b105b6945
---- bump up nsc version requirement
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/516f47d7beff
---- bug 687: Build failed with GSL in non-default location
user: Aleksey Kovalenko <kovalenko at iitp.ru>
files: src/core/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a5b185f132fe
---- Remove and replace attribute unit tests (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/attribute-test-suite.cc src/core/attribute-test.cc src/core/test.cc src/core/test.h src/core/wscript test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2e753de86174
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8cc3fd3830d8
---- PacketBB: Converted test script to use new testing framework.
user: Tom Wambold <tom5760 at gmail.com>
files: src/node/packetbb-test-suite.cc src/node/test-packetbb.cc src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/680caf9731f9
---- remove and replace packetbb unit tests (bug 675)
user: Tom Wambold<tom5760 at gmail.com>
files: src/node/test-packetbb.cc src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a3927b39f492
---- crashing examples should print red in html
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/46a3f1348d4d
---- Manual formatting fixes
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/manual.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a163562a2622
---- Testing document edits
user: Tom Henderson <tomh at tomh.org>
files: doc/testing/Makefile doc/testing/background.texi doc/testing/how-to-write-tests.texi doc/testing/overview.texi doc/testing/propagation-loss.texi doc/testing/random-variables.texi doc/testing/references.texi doc/testing/testing-framework.texi doc/testing/testing.texi doc/testing/validation.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3e601e88101d
---- Remove and replace CommandLine BVT (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/attribute-test-suite.cc src/core/command-line.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0974f3a8f379
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4db6d1f815bf
---- Remove and replace type traits unit test (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/type-traits-test-suite.cc src/core/type-traits-test.cc src/core/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6b93abd21871
---- Python: allow multiple api definitions directories, one per data model.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/callbacks_list.py bindings/python/apidefs/gcc-ILP32/ns3_module_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_contrib.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_csma.py bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_emu.py bindings/python/apidefs/gcc-ILP32/ns3_module_flame.py bindings/python/apidefs/gcc-ILP32/ns3_module_flow_monitor.py bindings/python/apidefs/gcc-ILP32/ns3_module_global_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_list_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3_module_mobility.py bindings/python/apidefs/gcc-ILP32/ns3_module_nix_vector_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_olsr.py bindings/python/apidefs/gcc-ILP32/ns3_module_onoff.py bindings/python/apidefs/gcc-ILP32/ns3_module_packet_sink.py bindings/python/apidefs/gcc-ILP32/ns3_module_ping6.py bindings/python/apidefs/gcc-ILP32/ns3_module_point_to_point.py bindings/python/apidefs/gcc-ILP32/ns3_module_radvd.py bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_static_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_stats.py bindings/python/apidefs/gcc-ILP32/ns3_module_tap_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_udp_echo.py bindings/python/apidefs/gcc-ILP32/ns3_module_v4ping.py bindings/python/apidefs/gcc-ILP32/ns3_module_virtual_net_device.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/callbacks_list.py bindings/python/apidefs/gcc-LP64/ns3_module_bridge.py bindings/python/apidefs/gcc-LP64/ns3_module_common.py bindings/python/apidefs/gcc-LP64/ns3_module_contrib.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_csma.py bindings/python/apidefs/gcc-LP64/ns3_module_dot11s.py bindings/python/apidefs/gcc-LP64/ns3_module_emu.py bindings/python/apidefs/gcc-LP64/ns3_module_flame.py bindings/python/apidefs/gcc-LP64/ns3_module_flow_monitor.py bindings/python/apidefs/gcc-LP64/ns3_module_global_routing.py bindings/python/apidefs/gcc-LP64/ns3_module_helper.py bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py bindings/python/apidefs/gcc-LP64/ns3_module_list_routing.py bindings/python/apidefs/gcc-LP64/ns3_module_mesh.py bindings/python/apidefs/gcc-LP64/ns3_module_mobility.py bindings/python/apidefs/gcc-LP64/ns3_module_nix_vector_routing.py bindings/python/apidefs/gcc-LP64/ns3_module_node.py bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py bindings/python/apidefs/gcc-LP64/ns3_module_onoff.py bindings/python/apidefs/gcc-LP64/ns3_module_packet_sink.py bindings/python/apidefs/gcc-LP64/ns3_module_ping6.py bindings/python/apidefs/gcc-LP64/ns3_module_point_to_point.py bindings/python/apidefs/gcc-LP64/ns3_module_radvd.py bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py bindings/python/apidefs/gcc-LP64/ns3_module_static_routing.py bindings/python/apidefs/gcc-LP64/ns3_module_stats.py bindings/python/apidefs/gcc-LP64/ns3_module_tap_bridge.py bindings/python/apidefs/gcc-LP64/ns3_module_udp_echo.py bindings/python/apidefs/gcc-LP64/ns3_module_v4ping.py bindings/python/apidefs/gcc-LP64/ns3_module_virtual_net_device.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py bindings/python/callbacks_list.py 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_dot11s.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_flame.py bindings/python/ns3_module_flow_monitor.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_list_routing.py bindings/python/ns3_module_mesh.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_nix_vector_routing.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_ping6.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_radvd.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_static_routing.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_virtual_net_device.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen.py bindings/python/ns3modulegen_generated.py bindings/python/ns3modulescan.py bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/85cde7d987ed
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/callbacks_list.py 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_dot11s.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_flame.py bindings/python/ns3_module_flow_monitor.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_list_routing.py bindings/python/ns3_module_mesh.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_nix_vector_routing.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_ping6.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_radvd.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_static_routing.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_virtual_net_device.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7d3096b23352
---- Put back the configure check to disable python bindings in cygwin, due to our inability to install gccxml in cygwin.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/306856feb249
---- Bug 681: wrong compilation options for icpc (Intel C/C++ Compiler)
user: Andrey Mazo <mazo at iitp.ru>
files: src/wscript wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/481053e0cd10
---- remove names.cc unit test (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bc714beb0ad0
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/callbacks_list.py 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_dot11s.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_flame.py bindings/python/ns3_module_flow_monitor.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_list_routing.py bindings/python/ns3_module_mesh.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_nix_vector_routing.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_ping6.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_radvd.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_static_routing.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_virtual_net_device.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/13bf9ed555f9
---- Remove and replace Callback unit test, add examples to test.py
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/callback-test-suite.cc src/core/callback-test.cc src/core/command-line.cc src/core/wscript test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2f3abe6fa8a3
---- Replace multi-rate-first.cc and multi-rate-second.cc with better example multirate.cc
user: Duy Nguyen <duy at soe.ucsc.edu>
files: examples/multi-rate-first.cc examples/multi-rate-second.cc examples/multirate.cc examples/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7bd503be20c9
---- Remove and replace config unit test (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/config.cc test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fc9fd5cbc007
---- remove, not ifdef out
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/config.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8a16d268b3c2
---- Remove and repalce global-value unit test (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/global-value.cc src/core/global-value.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4c74e2ce4341
---- Fixed minstrel error: unnecessary UpdateStats in DoGetRtsMode
user: Duy Nguyen <duy at soe.ucsc.edu>
files: src/devices/wifi/minstrel-wifi-manager.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a9154b34d4d5
---- allow --check --valgrind to pass again
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7ccbdea36ec8
---- Merge ns-3-dev.
user: Tom Wambold <tom5760 at gmail.com>
files: src/node/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cdc001a91b76
---- PacketBB: Tidy up some memory leaks.
user: Tom Wambold <tom5760 at gmail.com>
files: src/node/packetbb-test-suite.cc src/node/packetbb.cc src/node/packetbb.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a0283279fddd
---- fix memory leaks
user: Tom Wambold<tom5760 at gmail.com>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6dc651e00339
---- Bug 666: Fixed wifi rates off by factor of 1000000 in ascii output
user: Duy Nguyen <duy at soe.ucsc.edu>
files: src/devices/wifi/supported-rates.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7ca522b5c6c6
---- Update multirate.cc example
user: Duy Nguyen <duy at soe.ucsc.edu>
files: examples/multirate.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dd5b22749a78
---- workaround lack of multiprocessing module
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/96011d5020b8
---- fix build for gcc 3.4.6
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/multirate.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d28ac98e0ed9
---- remove obsolete samples/main-test.cc
user: Tom Henderson <tomh at tomh.org>
files: samples/main-test.cc samples/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8d1281f03cd6
---- Add sample test suite file
user: Tom Henderson <tomh at tomh.org>
files: doc/testing/how-to-write-tests.texi src/test/sample-test-suite.cc src/test/wscript src/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4b888ac54977
---- Add wifi-interference test suite
user: Tom Henderson <tomh at tomh.org>
files: src/test/ns3wifi/wifi-interference-test-suite.cc src/test/ns3wifi/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/30f7ef5b318a
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/867b0ba95374
---- Remove multiprocessing dependency in test.py
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c95bd39cc980
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-test.cc test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8723fb3b377b
---- Windows needs entire path
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d4008f2981ba
---- get rid of names silly singleton and rescan
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_contrib.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_csma.py bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_emu.py bindings/python/apidefs/gcc-ILP32/ns3_module_flame.py bindings/python/apidefs/gcc-ILP32/ns3_module_flow_monitor.py bindings/python/apidefs/gcc-ILP32/ns3_module_global_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_list_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3_module_mobility.py bindings/python/apidefs/gcc-ILP32/ns3_module_nix_vector_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_olsr.py bindings/python/apidefs/gcc-ILP32/ns3_module_onoff.py bindings/python/apidefs/gcc-ILP32/ns3_module_packet_sink.py bindings/python/apidefs/gcc-ILP32/ns3_module_ping6.py bindings/python/apidefs/gcc-ILP32/ns3_module_point_to_point.py bindings/python/apidefs/gcc-ILP32/ns3_module_radvd.py bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_static_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_stats.py bindings/python/apidefs/gcc-ILP32/ns3_module_tap_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_udp_echo.py bindings/python/apidefs/gcc-ILP32/ns3_module_v4ping.py bindings/python/apidefs/gcc-ILP32/ns3_module_virtual_net_device.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_node.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py src/core/config.cc src/core/names-test-suite.cc src/core/names.cc src/core/names.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7ec4f2d74fef
---- Add Names::Clear
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names-test-suite.cc src/core/names.cc src/core/names.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d000ab8b2a00
---- fix name service unit test
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/names.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ef65dbb51385
---- update tcp interop response vectors
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/test/ns3tcp/ns3tcp-interop-response-vectors.pcap src/test/ns3tcp/ns3tcp-interop-test-suite.cc src/test/ns3tcp/waf test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1aec8ea805d2
---- bug 675: convert unit tests to new unit test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d2d91513737a
---- Bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/list-routing/ipv4-list-routing.cc src/routing/list-routing/ipv6-list-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bfaa78241876
---- Bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/global-routing/global-route-manager-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2b8d4ebd2254
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/time.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1a805e0bf415
---- I know why we need to return false uncondtionally
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/time.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/43e64b00dfe3
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8d504cac4094
---- Bug 680, moving trace source over to channel
user: Josh Pelkey <jpekey at gatech.edu>
files: src/contrib/net-anim/animation-interface.cc src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-channel.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6938385e35a8
---- merge
user: Josh Pelkey <jpelkey at gatech.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1c5e5902be1e
---- Bug 682: UdpEchoClient does not reset socket on StopApplication
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/applications/udp-echo/udp-echo-client.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/93b77f8fb697
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/timer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8b62d41d9662
---- forgot to add template testcase
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/timer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e7a7e04cbe24
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/32ce52f04b06
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/watchdog.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2036a35923bd
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/91aa846748e0
---- wifi: bandwidth fixed for 5MHz modes
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/684768c10c59
---- fix test.py -v
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c1bd4ffb5e47
---- Remove and replace object unit tests (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/object.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/75d258eaccbd
---- If test suite not found, return failure
user: Craig Dowell <craigdo at ee.washington.edu>
files: utils/test-runner.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a7f197a2410b
---- Remove and replace traced-callback unit tests (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/traced-callback-test-suite.cc src/core/traced-callback.cc src/core/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/00703d57e767
---- Remove and replace basic random number unit tests (bug 675)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/random-variable.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/67ea1b4dd3fe
---- according to C language lawyers, this construct is undefined. In practice, its gcc definition is not what you want: the variable content is read before calling DoRun, and is ored+stored after calling DoRun.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fee7c3ad7f27
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/221717fb2810
---- fix old bug: canceled destroy events are expired
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.cc src/simulator/realtime-simulator-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5ed72d440db4
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/traced-callback.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3a2df245dd3a
---- Add explicit typecasts for gcc-4.1.2
user: Andrey Mazo <mazo at iitp.ru>
files: src/simulator/time.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/32f5dd35314a
---- remove stupid XXX
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f0372a1bd1dd
---- fix stupid test conversion error
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-header.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/705f60860d00
---- remove un-needed code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/watchdog.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0d31a450ac9f
---- Rescan API for Python
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_contrib.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_csma.py bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_emu.py bindings/python/apidefs/gcc-ILP32/ns3_module_flame.py bindings/python/apidefs/gcc-ILP32/ns3_module_flow_monitor.py bindings/python/apidefs/gcc-ILP32/ns3_module_global_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_list_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3_module_mobility.py bindings/python/apidefs/gcc-ILP32/ns3_module_nix_vector_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_olsr.py bindings/python/apidefs/gcc-ILP32/ns3_module_onoff.py bindings/python/apidefs/gcc-ILP32/ns3_module_packet_sink.py bindings/python/apidefs/gcc-ILP32/ns3_module_ping6.py bindings/python/apidefs/gcc-ILP32/ns3_module_point_to_point.py bindings/python/apidefs/gcc-ILP32/ns3_module_radvd.py bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_static_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_stats.py bindings/python/apidefs/gcc-ILP32/ns3_module_tap_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_test.py bindings/python/apidefs/gcc-ILP32/ns3_module_udp_echo.py bindings/python/apidefs/gcc-ILP32/ns3_module_v4ping.py bindings/python/apidefs/gcc-ILP32/ns3_module_virtual_net_device.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_test.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/eba2d161abdb
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c9a3ea923499
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/drop-tail-queue.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6b8fadc29e72
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/56a3b287ef91
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/ipv4-address-generator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c0ea2fce5bcc
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/ipv4-address-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a2c70fefddd4
---- devices/mesh unit tests ported to new framework
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/wifi-information-element-vector.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6720c70372fc
---- devices-mesh-flame test suite
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-rtable.cc src/devices/mesh/flame/flame-test-suite.cc src/devices/mesh/flame/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/30dfe4ebad40
---- devices-mesh-dot11s test suite
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-mac-header.cc src/devices/mesh/dot11s/dot11s-test-suite.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a85aa77020cb
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/afe8c8f1d3dd
---- Port the Histogram and EventGarbageCollector unit tests to the new test framework (bug 675)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/event-garbage-collector.cc src/contrib/flow-monitor/histogram.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7802ee909df7
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/350e6a7423b6
---- wifi unit tests ported to new framework
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/interference-helper-tx-duration-test.cc src/devices/wifi/mac-rx-middle.cc src/devices/wifi/wifi-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0fb5a9f1a9c0
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4e0214eefe4e
---- bug 675: convert unit tests to new test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8ecf796c48a2
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3524866a392c
---- Refalgamize test framework to allow multiple test failures
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_contrib.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_csma.py bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_emu.py bindings/python/apidefs/gcc-ILP32/ns3_module_flame.py bindings/python/apidefs/gcc-ILP32/ns3_module_flow_monitor.py bindings/python/apidefs/gcc-ILP32/ns3_module_global_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_list_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3_module_mobility.py bindings/python/apidefs/gcc-ILP32/ns3_module_nix_vector_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_olsr.py bindings/python/apidefs/gcc-ILP32/ns3_module_onoff.py bindings/python/apidefs/gcc-ILP32/ns3_module_packet_sink.py bindings/python/apidefs/gcc-ILP32/ns3_module_ping6.py bindings/python/apidefs/gcc-ILP32/ns3_module_point_to_point.py bindings/python/apidefs/gcc-ILP32/ns3_module_radvd.py bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_static_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_stats.py bindings/python/apidefs/gcc-ILP32/ns3_module_tap_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_test.py bindings/python/apidefs/gcc-ILP32/ns3_module_udp_echo.py bindings/python/apidefs/gcc-ILP32/ns3_module_v4ping.py bindings/python/apidefs/gcc-ILP32/ns3_module_virtual_net_device.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py src/core/ptr-test-suite.cc src/core/test.cc src/core/test.h src/core/wscript src/routing/global-routing/global-route-manager-impl.cc test.py utils/test-runner.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0ba73cdd2a43
---- debug logging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/37d3739b9c69
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4ee18c4581dd
---- devices-point-to-point test suite ported to new framework
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/point-to-point/point-to-point-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7088d8f69a4e
---- buffer test suite ported
user: Pavel Boyko <boyko at iitp.ru>
files: src/common/buffer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/77172366f83b
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c54b811570ba
---- bug 648: doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/v4ping/v4ping.h src/helper/v4ping-helper.cc src/helper/v4ping-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2187778d6f54
---- bug 648: doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/udp-echo-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ba6105a063e8
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/06d798613d99
---- packet-metadata test suite ported to new framework
user: Pavel Boyko <boyko at iitp.ru>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b990c1b9c8e6
---- packet test suite ported to new framework
user: Pavel Boyko <boyko at iitp.ru>
files: src/common/packet.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/92aafeab5e4f
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a2972c6648c7
---- function is used only when logging is enabled
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aad784d6a91e
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/adf71e696e17
---- Conform ipv6-test with the new test suite
user: fmoatamr
files: src/internet-stack/ipv6-l3-protocol.h src/internet-stack/ipv6-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/edf753f423d1
---- Conform ipv4-test with the new test suite
user: fmoatamr
files: src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-test.cc src/internet-stack/ipv6-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fee694e277da
---- udp test ported (the last one!)
user: Pavel Boyko <boyko at iitp.ru>
files: src/internet-stack/udp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9ca7ee51d883
---- merge
user: Pavel Boyko <boyko at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/586ce4339aab
---- bug 675: kill old test framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/callback-test-suite.cc src/core/test.cc src/core/test.h utils/run-tests.cc utils/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3c6109eec550
---- kill dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ptr.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2c86afb0a8f5
---- actually port the ptr test code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ptr-test-suite.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dfc1815a6d3e
---- avoid crash when nsc is not present
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/test/ns3tcp/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8055fc27a841
---- disable crashing test
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ab5b709e8af6
---- compiler complains about missing line at end of file
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv6-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/89b7f8fbf3d0
---- python-scan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_contrib.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_csma.py bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_emu.py bindings/python/apidefs/gcc-ILP32/ns3_module_flame.py bindings/python/apidefs/gcc-ILP32/ns3_module_flow_monitor.py bindings/python/apidefs/gcc-ILP32/ns3_module_global_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_list_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3_module_mobility.py bindings/python/apidefs/gcc-ILP32/ns3_module_nix_vector_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_olsr.py bindings/python/apidefs/gcc-ILP32/ns3_module_onoff.py bindings/python/apidefs/gcc-ILP32/ns3_module_packet_sink.py bindings/python/apidefs/gcc-ILP32/ns3_module_ping6.py bindings/python/apidefs/gcc-ILP32/ns3_module_point_to_point.py bindings/python/apidefs/gcc-ILP32/ns3_module_radvd.py bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_static_routing.py bindings/python/apidefs/gcc-ILP32/ns3_module_stats.py bindings/python/apidefs/gcc-ILP32/ns3_module_tap_bridge.py bindings/python/apidefs/gcc-ILP32/ns3_module_test.py bindings/python/apidefs/gcc-ILP32/ns3_module_udp_echo.py bindings/python/apidefs/gcc-ILP32/ns3_module_v4ping.py bindings/python/apidefs/gcc-ILP32/ns3_module_virtual_net_device.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_helper.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0d11c82c3a45
---- Mesh: 802.11 header is set to QosData if QosTag exists.
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8e8459d1831b
---- have test.py return status
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9f457bebbcf4
---- keep wifi-ap from spewing all over std_out during tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wifi-ap.cc test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6abced63cd7f
---- allow static and global routing to deliver local packets (bug 651)
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/routing.texi src/routing/global-routing/ipv4-global-routing.cc src/routing/static-routing/ipv4-static-routing.cc src/routing/static-routing/ipv4-static-routing.h src/routing/static-routing/ipv6-static-routing.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/54b51a1105d6
---- Fix memory management of routing helpers (bug 678)
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/ipv4-global-routing-helper.cc src/helper/ipv4-global-routing-helper.h src/helper/ipv4-list-routing-helper.cc src/helper/ipv4-list-routing-helper.h src/helper/ipv4-nix-vector-helper.cc src/helper/ipv4-nix-vector-helper.h src/helper/ipv4-routing-helper.h src/helper/ipv4-static-routing-helper.cc src/helper/ipv4-static-routing-helper.h src/helper/ipv6-list-routing-helper.cc src/helper/ipv6-list-routing-helper.h src/helper/ipv6-routing-helper.h src/helper/ipv6-static-routing-helper.cc src/helper/ipv6-static-routing-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a63513286aa0
---- remove unbuilt, obsolete sample
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-packet-printer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dc6f12eef6c0
---- allow assignment operator for InternetStackHelper
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fb4c54590532
---- add ability to reset InternetStackHelper w/o assigning a temporary
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8f693fdc3149
---- make mixed-wireless examples use InternetStackHelper::Reset
user: Tom Henderson <tomh at tomh.org>
files: examples/mixed-wireless.cc examples/mixed-wireless.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d8915edc639c
---- document how to use gdb with test framework
user: Tom Henderson <tomh at tomh.org>
files: doc/testing/testing-framework.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7db10ef6e556
---- add copy constructor to InternetStackHelper
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a2196f9bca93
---- do not reinitialize in copy constructor
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f9f9f1f41517
---- Doxygen and wscript messages point to test.py
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/application-container.h src/helper/athstats-helper.h src/helper/bridge-helper.h src/helper/csma-helper.h src/helper/dot11s-installer.h src/helper/emu-helper.h src/helper/flame-installer.h src/helper/flow-monitor-helper.h src/helper/internet-stack-helper.h src/helper/ipv4-address-helper.h src/helper/ipv4-global-routing-helper.h src/helper/ipv4-interface-container.h src/helper/ipv4-list-routing-helper.h src/helper/ipv4-nix-vector-helper.h src/helper/ipv4-routing-helper.h src/helper/ipv4-static-routing-helper.h src/helper/ipv6-address-helper.h src/helper/ipv6-interface-container.h src/wscript wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e8989b44bffb
---- Piles o' doxygen
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/application-container.h src/helper/ipv4-list-routing-helper.h src/helper/ipv4-static-routing-helper.h src/helper/ipv6-list-routing-helper.h src/helper/ipv6-routing-helper.h src/helper/ipv6-static-routing-helper.h src/helper/mesh-helper.h src/helper/mobility-helper.h src/helper/net-device-container.h src/helper/node-container.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d31f56c9b7cb
---- Doxygen-o-matic
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/nqos-wifi-mac-helper.h src/helper/olsr-helper.h src/helper/on-off-helper.h src/helper/packet-sink-helper.h src/helper/point-to-point-helper.h src/helper/qos-wifi-mac-helper.h src/helper/tap-bridge-helper.h src/helper/udp-echo-helper.h src/helper/v4ping-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7134a7d9337a
---- Fix propagation-loss-model test suite; make it a unit test
user: Tom Henderson <tomh at tomh.org>
files: src/devices/wifi/propagation-loss-model-test-suite.cc src/devices/wifi/wscript src/test/ns3wifi/propagation-loss-models-test-suite.cc src/test/ns3wifi/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9c79df567f12
---- Fix documentation of the propagation loss test suite
user: Tom Henderson <tomh at tomh.org>
files: doc/testing/propagation-loss.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a7f9d23154dc
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/48ffc97256a6
---- disable test to avoid compiler failures
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/time.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d0b9a6e08e47
---- typo
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/09b539910969
---- split examples, add examples, tweak test.py to minimize builds
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/csma-star.cc examples/csma/csma-bridge-one-hop.cc examples/csma/csma-bridge.cc examples/csma/csma-bridge.py examples/csma/csma-broadcast.cc examples/csma/csma-multicast.cc examples/csma/csma-one-subnet.cc examples/csma/csma-packet-socket.cc examples/csma/csma-ping.cc examples/csma/csma-raw-ip-socket.cc examples/csma/csma-star.cc examples/csma/waf examples/csma/wscript examples/dynamic-global-routing.cc examples/emu-ping.cc examples/emu-udp-echo.cc examples/emulation/emu-ping.cc examples/emulation/emu-udp-echo.cc examples/emulation/waf examples/emulation/wscript examples/error-model/simple-error-model.cc examples/error-model/waf examples/error-model/wscript examples/first.cc examples/first.py examples/flowmon/waf examples/flowmon/wifi-olsr-flowmon.py examples/flowmon/wscript examples/global-injection-slash32.cc examples/global-routing-slash32.cc examples/hello-simulator.cc examples/icmpv6-redirect.cc examples/ipv6/icmpv6-redirect.cc examples/ipv6/ping6.cc examples/ipv6/radvd-two-prefix.cc examples/ipv6/radvd.cc examples/ipv6/test-ipv6.cc examples/ipv6/waf examples/ipv6/wscript examples/mesh.cc examples/mesh/mesh.cc examples/mesh/waf examples/mesh/wscript examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/mixed-wireless.py examples/multirate.cc examples/naming/object-names.cc examples/naming/waf examples/naming/wscript examples/nix-simple.cc examples/nms-p2p-nix.cc examples/object-names.cc examples/ping6.cc examples/radvd-two-prefix.cc examples/radvd.cc examples/realtime-udp-echo.cc examples/realtime/realtime-udp-echo.cc examples/realtime/waf examples/realtime/wscript examples/routing/dynamic-global-routing.cc examples/routing/global-injection-slash32.cc examples/routing/global-routing-slash32.cc examples/routing/mixed-global-routing.cc examples/routing/nix-simple.cc examples/routing/nms-p2p-nix.cc examples/routing/simple-alternate-routing.cc examples/routing/simple-global-routing.cc examples/routing/simple-point-to-point-olsr.cc examples/routing/simple-routing-ping6.cc examples/routing/simple-routing-ping6.py examples/routing/static-routing-slash32.cc examples/routing/waf examples/routing/wscript examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/simple-routing-ping6.cc examples/simple-routing-ping6.py examples/simple-wifi-frame-aggregation.cc examples/star.cc examples/static-routing-slash32.cc examples/tap-wifi-dumbbell.cc examples/tap/tap-wifi-dumbbell.cc examples/tap/waf examples/tap/wscript examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/tcp/star.cc examples/tcp/tcp-large-transfer.cc examples/tcp/tcp-nsc-lfn.cc examples/tcp/tcp-nsc-zoo.cc examples/tcp/tcp-star-server.cc examples/tcp/waf examples/tcp/wscript examples/test-ipv6.cc examples/third.cc examples/tunneling/virtual-net-device.cc examples/tunneling/waf examples/tunneling/wscript examples/tutorial/first.cc examples/tutorial/first.py examples/tutorial/hello-simulator.cc examples/tutorial/second.cc examples/tutorial/third.cc examples/tutorial/waf examples/tutorial/wscript examples/udp-echo.cc examples/udp/udp-echo.cc examples/udp/waf examples/udp/wscript examples/virtual-net-device.cc examples/wifi-adhoc.cc examples/wifi-ap.cc examples/wifi-ap.py examples/wifi-clear-channel-cmu.cc examples/wifi-olsr-flowmon.py examples/wifi-wired-bridging.cc examples/wireless/mixed-wireless.cc examples/wireless/mixed-wireless.py examples/wireless/multirate.cc examples/wireless/simple-wifi-frame-aggregation.cc examples/wireless/waf examples/wireless/wifi-adhoc.cc examples/wireless/wifi-ap.cc examples/wireless/wifi-ap.py examples/wireless/wifi-clear-channel-cmu.cc examples/wireless/wifi-simple-adhoc-grid.cc examples/wireless/wifi-simple-adhoc.cc examples/wireless/wifi-simple-infra.cc examples/wireless/wifi-simple-interference.cc examples/wireless/wifi-wired-bridging.cc examples/wireless/wscript examples/wscript regression/tests/test-csma-bridge.py samples/wscript src/test/ns3wifi/wifi-interference-test-suite.cc test.py utils/test-runner.cc wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/86beb5869f67
---- add valgrind powers back to test.py
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a27163124701
---- update test.py documentation
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/testing/testing-framework.texi test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6020e8d86ffa
---- convince waf to run test.py on check command
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/716ca842b52c
---- Gustavo patch for bug 676
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv6-l3-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/97402b61fb82
---- Tom's update to Gustavo's patch for bug 676.
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/825478d4cf10
---- Typo.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/internet-stack/icmpv6-l4-protocol.cc src/internet-stack/ipv6-l3-protocol.cc src/internet-stack/ipv6-l3-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/33e1a355eb2c
---- Removed MPI net-anim code
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/contrib/net-anim/point-to-point-grid-helper.cc src/contrib/net-anim/point-to-point-grid-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/056a31d5fe5e
---- TCP bug fixes 424, 426, 559, 663, 664, 697
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/applications/packet-sink/packet-sink.cc src/applications/packet-sink/packet-sink.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c54b36fb7317
---- Fix for bug 647
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7bc9c7bd4d8f
---- Testcase for bug 647
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/test/ns3tcp/ns3tcp-cwnd-test-suite.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5d2766b6aafc
---- Fix for bug 615
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l4-protocol.h src/internet-stack/tcp-l4-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3a8177ed2dda
---- Python scan (x86 and x86-64).
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_packet_sink.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_helper.py bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py bindings/python/apidefs/gcc-LP64/ns3_module_node.py bindings/python/apidefs/gcc-LP64/ns3_module_packet_sink.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2b142c3fb89b
---- Words about tracing in tutorial
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/tutorial.texi examples/tutorial/fourth.cc examples/tutorial/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0a46f4d86040
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/480a6d4a93cb
---- gcc 3.4.6 doesn't like implicit type conversion from double to unsigned int
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/test/ns3tcp/ns3tcp-cwnd-test-suite.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9eb8ada38ba4
---- Mesh: restoring DsFrom and DsTo flags when setting type QosData
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/mesh-wifi-interface-mac.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1d7cf96ce5bf
---- Fix the compiling error: \"Cannot find definitions for fixed-width integral types (uint8_t, uint32_t, etc.)\" under MacOS
user: fmoatamr
files: src/simulator/cairo-wideint-private.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e989563ab376
---- Fix valgrind error for icmpv6-redirect example.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/internet-stack/icmpv6-l4-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/52b6b55635c4
---- add tracing tutorial piece
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/44816eca268e
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3f6ff1b85179
---- add fourth.cc to example tests and wordsmith tracing tutorial a bit
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tracing.texi test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2347fc9a3dc0
---- tracing tutorial stuff
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tracing.texi doc/tutorial/tutorial.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/569b7b51f650
---- remind waf how to generate introspected doxygen
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tracing.texi wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/80b9ae7b5e26
---- update doc/main.h to say ./waf doxygen builds documentation
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/main.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a6e7bcc3539f
---- more tracing tutorial words
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/cb9619dd492e
---- valgrind complains about uninitialized buffer even if we don't care
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/common/pcap-file-test-suite.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2073ee2c4bf9
---- memset () wants #include <cstring>.
user: Andrey Mazo <mazo at iitp.ru>
files: src/common/pcap-file-test-suite.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/955e68824e32
---- Fix typos in tutorial.
user: Andrey Mazo <mazo at iitp.ru>
files: doc/tutorial/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/260feb25ff0e
---- Fix the compiling error: \"Cannot find definitions for fixed-width integral types (uint8_t, uint32_t, etc.)\" under Cygwin
user: fmoatamr
files: src/simulator/cairo-wideint-private.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bdc7094e9c47
---- fix most of doxygen warnings
user: Andrey Mazo <mazo at iitp.ru>
files: src/helper/application-container.h src/helper/dot11s-installer.h src/helper/flame-installer.h src/helper/flow-monitor-helper.h src/helper/ipv4-interface-container.h src/helper/net-device-container.h src/helper/node-container.h src/helper/udp-echo-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/73f6b9cbad86
---- Fix valgrind errors for simple-wifi-frame-aggregation example.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/devices/wifi/msdu-standard-aggregator.cc src/internet-stack/icmpv6-l4-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/56737002c3c7
---- Merge with ns-3-dev.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2281804d6a02
---- teach test.py to skip selected tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b73b6da8ead6
---- fix ns3-tcp-cwnd unit test
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/test/ns3tcp/ns3tcp-cwnd-test-suite.cc test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/530155ecdbcb
---- Update tutorial typos
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/930965240183
---- update tutorial paths for new examples directory
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a952a8ac71ee
---- Separate the index
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tutorial.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d406e8babd74
---- update CHANGES.html and RELEASE_NOTES for release
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/4ad0d23af431
---- Update release steps
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/549243b47311
---- Added tag ns-3.6-RC1 for changeset 549243b47311
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3b7ad33bddaa
---- release steps tweaks
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ef3a32c6e1e1
---- tweak release steps
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2e293c541a03
---- refalgamize temporary files in test.py
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgignore doc/testing/testing-framework.texi test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/00d7fe69d024
---- fix valgrind complaints (bug 711)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/mesh/dot11s/hwmp-protocol-mac.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/64931d320790
---- add leak-check=full to test.py to get more info (bug 711)
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0d8cda24ced4
---- Stray () in test.py (bug 718)
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5c2f96b507a9
---- release Ptrs in mesh-point-device
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/mesh/mesh-point-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9800d5479341
---- plug leaks (bug 711)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/bridge/bridge-channel.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-l2-routing-protocol.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/wifi-information-element-vector.cc src/devices/wifi/interference-helper.cc src/helper/mesh-helper.cc src/helper/mesh-helper.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/899604299046
---- Added tag ns-3.6-RC2 for changeset 899604299046
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e2b7e37a146a
---- tweak release steps
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f54e261e92ed
---- add flowmon to RELEASE_NOTES
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f8d0052cb2d5
---- add NS_LOG_FUNCTION to several constructors/destructors/DoDisposes
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/wifi/wifi-net-device.cc src/devices/wifi/yans-wifi-channel.cc src/node/net-device.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/612dd4189fa7
---- bug 711: example mesh/mesh fails valgrind.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/mesh-point-device.cc src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/wifi/yans-wifi-phy.cc src/helper/dot11s-installer.cc src/node/node.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/21a4f34518ff
---- remove some redundant clean ups, includes
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/mesh-wifi-beacon.h src/devices/mesh/wifi-information-element-vector.cc src/devices/wifi/interference-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/79ff6ad1adbb
---- Added tag ns-3.6-RC3 for changeset 79ff6ad1adbb
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fa11f164d421
---- release steps tweaks
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7b6a845c956f
---- Manual organization
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/animation.texi doc/manual/applications.texi doc/manual/bridge.texi doc/manual/callbacks.texi doc/manual/emu.texi doc/manual/emulation.texi doc/manual/flow-monitor.texi doc/manual/helpers.texi doc/manual/internet.texi doc/manual/ipv4.texi doc/manual/ipv6.texi doc/manual/log.texi doc/manual/manual.texi doc/manual/mesh.texi doc/manual/names.texi doc/manual/node.texi doc/manual/organization.texi doc/manual/python.texi doc/manual/simple.texi doc/manual/statistics.texi doc/manual/tap.texi doc/manual/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7b36d173c490
---- Upgrade pybindgen to fix bug #723
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dded6ac1170e
---- a few nits in the release notes
user: Tom Henderson <tomh at tomh.org>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c2b66b1a475c
---- add figure for manual overview
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/organization.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/768e3f3187f7
---- add new dia source
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/figures/software-organization.dia
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f69bac4906a5
---- some cleanup of part 1 of manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi doc/manual/callbacks.texi doc/manual/emulation.texi doc/manual/manual.texi doc/manual/objects.texi doc/manual/organization.texi doc/manual/packets.texi doc/manual/random.texi doc/manual/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/01a657b8d1ef
---- fill out tutorial tracing section with semi-real plot
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/figures/cwnd.png doc/tutorial/tracing.texi examples/tutorial/fifth.cc examples/tutorial/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2cb21147d154
---- Rename SimpleSource to MyApp
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tracing.texi examples/tutorial/fifth.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/be5517a35ea0
---- additional manual cleanup
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/animation.texi doc/manual/bridge.texi doc/manual/emu.texi doc/manual/flow-monitor.texi doc/manual/internet.texi doc/manual/ipv6.texi doc/manual/manual.texi doc/manual/mesh.texi doc/manual/new-models.texi doc/manual/node.texi doc/manual/python.texi doc/manual/routing.texi doc/manual/sockets.texi doc/manual/statistics.texi doc/manual/tap.texi doc/manual/tcp.texi doc/manual/troubleshoot.texi doc/manual/wifi.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/81a3858041a8
---- tutorial nits
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/tracing.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5f1b13dda227
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/39a82d7a0d66
---- Added tag ns-3.6-RC4 for changeset 39a82d7a0d66
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/90e842e24fc9
---- Make tests work with MinGW (make win32-system-wall-clock-ms work)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-wall-clock-ms.h src/core/test.cc src/core/test.h src/core/unix-system-wall-clock-ms.cc src/core/win32-system-wall-clock-ms.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/04cc3ffe0202
---- tracing tutorial changes
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/figures/cwnd.png doc/tutorial/tracing.texi examples/tutorial/fifth.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7676a44f00eb
---- add closing section to tutorial
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/conclusion.texi doc/tutorial/tutorial.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/827a3df7896a
---- Backed out changeset 04cc3ffe0202
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-wall-clock-ms.h src/core/test.cc src/core/test.h src/core/unix-system-wall-clock-ms.cc src/core/win32-system-wall-clock-ms.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b9b5be8b6e33
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9599deff8d09
---- Remove SetEdcaParameterForAc() from manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/wifi.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0c8d1f5e0ffa
---- remove comment referencing non-working use case
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap/tap-wifi-dumbbell.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d55c479666ac
---- Added tag ns-3.6 for changeset d55c479666ac
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2abe024e7099
---- Mesh: fixed HWMP sequence and metric filtering, added route discovery time
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/helper/dot11s-installer.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/85d025cc5da4
---- Upgrade to upstream WAF 1.5.9 plus a bunch of 'waf tools' layered on top.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf waf-tools/cflags.py waf-tools/command.py waf-tools/pkgconfig.py waf-tools/shellcmd.py wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/bfa1fc626775
---- Merge in upgrade to WAF 1.5.9
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0b0222a9fd89
---- Update the build.txt file with new WAF information
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: doc/build.txt
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a9678e91ec7d
---- Mesh: fixed coding style
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/dfcd6882cf19
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a1680cbd70e9
---- introduce new build profile "release": -O3 -g0.
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/15524c57a627
---- append -fomit-frame-pointer and -march=native to CXXFLAGS in release profile.
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8878efe25b6c
---- append {CC,CXX,LINK,LD}FLAGS_EXTRA to corresponding {CC,CXX,LINK}FLAGS.
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6db6a279dfff
---- add back TCP test case
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/tcp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7a340852b479
---- Python API rescan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_dot11s.py bindings/python/apidefs/gcc-LP64/ns3_module_helper.py bindings/python/apidefs/gcc-LP64/ns3_module_mesh.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c2ebfa5f4e6d
---- Apply Gustavo's patch for MinGW compatibiliy
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-wall-clock-ms.h src/core/test.cc src/core/test.h src/core/unix-system-wall-clock-ms.cc src/core/win32-system-wall-clock-ms.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8cb18165e22f
---- make win32 compile again
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-wall-clock-ms.h src/core/test.cc src/core/test.h src/core/unix-system-wall-clock-ms.cc src/core/win32-system-wall-clock-ms.cc utils/bench-packets.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/15fcd24f8b1e
---- try and make test.py a bit more portable
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3c240ed38d99
---- test.py prints example elapsed times
user: craigdo at ee.washington.edu
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7c6f8ebf4a34
---- Make test.py work on MinGW
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ac47584eca3e
---- mesh: small doxygen fix.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8828fa46dee9
---- omit -march=native for <gcc-4.2;
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f2f95faff5bb
---- Mesh: fixed FLAME PATH_UPDATE procedure, fixed mesh.cc, valgrind errors in
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh/mesh.cc src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/050630fcf15e
---- Pcap::Diff() method added to compare PCAP traces packet-by-packet
user: Pavel Boyko <boyko at iitp.ru>
files: src/common/pcap-file-test-suite.cc src/common/pcap-file.cc src/common/pcap-file.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/917f7367691e
---- Fix testing under Mac OS X
user: fmoatamr
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c206a8ce5644
---- A-MSDU aggregation is not a default feature.
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/helper/qos-wifi-mac-helper.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c7aa69502cdd
---- Bring back the --doxygen-no-build option from the dead.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6eebad1fb54d
---- Mesh: HWMP: fixed proactive routes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3d1c26170e5c
---- remind test.py how to build on unix and limit build scope when posible
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d3aabb63dd12
---- Bug 733: OLSR MPR Computation give incorrect result
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/61831e265e20
---- Mesh: fixed initiating proactive PREQ
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5800fd778af9
---- Mesh: fixed updating routing information in HWMP, fixed precursor list in
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/dot11s-test-suite.cc src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-rtable.cc src/devices/mesh/dot11s/hwmp-rtable.h src/devices/mesh/dot11s/ie-dot11s-prep.cc src/devices/mesh/dot11s/ie-dot11s-preq.cc src/devices/mesh/dot11s/ie-dot11s-rann.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3827a2a06b38
---- Optimize Object::GetObject. A 40% improvement on some testcases
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c409fe8019c9
---- Remove mingw from list of supported platforms
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/aaad42033f2b
---- swap in released 3.6 release notes
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f410b023d472
---- Bug 705: Make building works under Mingw by disabling socket.h and in.h includes only when Mingw is used
user: fmoatamr
files: src/contrib/net-anim/animation-interface.cc src/contrib/net-anim/point-to-point-dumbbell-helper.cc src/contrib/net-anim/wscript src/contrib/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ff7b28fe6a5c
---- mesh:Fixed valgrind errors
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/a019314e2ab3
---- Optimize Object::GetObject. Introduce an array of aggregates and sort is by access frequency.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/b1f7a3a87887
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/83baafea199f
---- pass explicit temp directory to test suites
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/common/pcap-file-test-suite.cc src/core/test.cc src/core/test.h test.py utils/test-runner.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/de01c67af975
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/fbfdb256aaed
---- Make tests pass on MinGW, add fifth tutorial example
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/test.cc test.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ad83d869c08c
---- Optimization: try to optimistically dynamically_cast in case the requested object is the first entry in the aggregate buffer.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/eec7dc045214
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/1739c7bafd29
---- Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-ref-count.h src/core/object.cc src/core/object.h src/core/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9bf34ba759a3
---- Ipv4L3Protocol::GetInterface optimization
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9485bee6b7eb
---- update AUTHORS list
user: Tom Henderson <tomh at tomh.org>
files: AUTHORS
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c831aa4ab22b
---- Remove my old email from AUTHORS list.
user: Andrey Mazo <mazo at iitp.ru>
files: AUTHORS
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c186ae0dfa07
---- delete dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0883c01e3ed7
---- gah, we don't want to copy the count in the assignment operator
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-ref-count.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5cb9e32ed4bc
---- remove uneeded header
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5718e4171536
---- set the implementation Scheduler after setting the implementation
user: Guillaume Seguin <guillaume at segu.in>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8ffa53e9a701
---- Add Waypoint Mobility model to mainstream
user: Phillip Sitbon <phillip.sitbon at gmail.com>
files: src/mobility/mobility.h src/mobility/waypoint-mobility-model.cc src/mobility/waypoint-mobility-model.h src/mobility/waypoint.cc src/mobility/waypoint.h src/mobility/wscript
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/5774651f7b98
---- Bug 689: default energy detection and CCA thresholds are changed to be more realistic.
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/7f6bb3ad07b4
---- Point to CHANGES.html
user: Tom Henderson <tomh at tomh.org>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8f82aaf62357
---- Document changes to YansWifiPhy defaults
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d8b1b591839b
---- correct some wildly out-of-date doxygen
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-thread.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d5f70ed490a8
---- Mesh: add constructor to TypeId of WifiInformationElementVector
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/wifi-information-element-vector.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/778d4dcaaac7
---- Mesh: make GetFields () const
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-link-frame.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/61d8417157e5
---- Variables time and position in waypoint are public as in the original code
user: Phillip Sitbon <phillip.sitbon at gmail.com>
files: src/mobility/waypoint-mobility-model.cc src/mobility/waypoint.cc src/mobility/waypoint.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0d210dbf36eb
---- Bug #645: fixes for opening stats file with OMNeT++
user: Andras Varga <andras at omnetpp.org>
files: examples/stats/README examples/stats/wifi-example-sim.cc src/contrib/stats/basic-data-calculators.h src/contrib/stats/data-calculator.cc src/contrib/stats/data-calculator.h src/contrib/stats/data-output-interface.h src/contrib/stats/omnet-data-output.cc src/contrib/stats/omnet-data-output.h src/contrib/stats/sqlite-data-output.cc src/contrib/stats/sqlite-data-output.h src/contrib/stats/time-data-calculators.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/04acce3f7133
---- Bug #729 IPv6 over PPP.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/point-to-point/ppp-header.cc src/devices/point-to-point/ppp-header.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c305c6e122c9
---- Rescan python bindings
user: Faker Moatamri <faker.moatamri at sophia.inria.fr>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_mobility.py bindings/python/apidefs/gcc-ILP32/ns3_module_point_to_point.py bindings/python/apidefs/gcc-ILP32/ns3_module_stats.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_common.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_mobility.py bindings/python/apidefs/gcc-LP64/ns3_module_point_to_point.py bindings/python/apidefs/gcc-LP64/ns3_module_stats.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2cc780c07f5e
---- replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/radvd/radvd-interface.h src/applications/radvd/radvd-prefix.h src/common/ascii-writer.h src/common/packet.cc src/common/packet.h src/contrib/flow-monitor/flow-classifier.cc src/contrib/flow-monitor/flow-classifier.h src/contrib/flow-monitor/flow-probe.h src/contrib/flow-monitor/ipv4-flow-probe.h src/core/attribute.h src/core/callback.h src/core/ref-count-base.cc src/core/ref-count-base.h src/core/simple-ref-count.h src/core/system-thread.h src/core/trace-source-accessor.cc src/core/trace-source-accessor.h src/core/unix-system-thread.cc src/core/wscript src/devices/mesh/dot11s/ie-dot11s-beacon-timing.h src/devices/mesh/dot11s/ie-dot11s-preq.h src/devices/mesh/mesh-wifi-interface-mac-plugin.h src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h src/devices/wifi/interference-helper.h src/node/ipv4-route.h src/node/ipv6-route.h src/node/packetbb.cc src/node/packetbb.h src/simulator/event-impl.cc src/simulator/event-impl.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/c0ac392289c3
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/8a51fa38a4ee
---- Simulator::SetScheduler now takes an ObjectFactory
user: Guillaume Seguin <guillaume at segu.in>
files: CHANGES.html src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h utils/bench-simulator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/915abd2b907b
---- Make building works under g++-4.0.4,4.1.2 and OSX PPC
user: fmoatamr
files: src/contrib/stats/data-calculator.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f02c86570422
---- [Bug 740] OLSR MprCompute () works wrong: fixed
user: Kirill Andreev <andreev at iitp.ru>
files: src/routing/olsr/olsr-header.cc src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h src/routing/olsr/olsr-state.cc src/routing/olsr/olsr-state.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/33d52e78605a
---- cosmetics
user: Pavel Boyko <boyko at iitp.ru>
files: src/routing/olsr/olsr-header.cc src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ff4cb6dfdad5
---- ChannelNumber attribute added to YansWifiPhy. Now it is possible to setup wifi channel using WifiPhyHelper::Set() method.
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d77201fa5ee2
---- bugfix in YansWifiPhy::SetChannelNumber()
user: Pavel Boyko <boyko at iitp.ru>
files: src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/28bccc88b34c
---- added UniformDiscPositionAllocator (bug 672)
user: Nicola Baldo <nbaldo at cttc.es>
files: src/mobility/position-allocator.cc src/mobility/position-allocator.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/2ef4be6c501a
---- Align with texi2html-1.82 api changes
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/testing/Makefile
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3bf9272d9eaf
---- add missing dependencies
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/testing/Makefile
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6e8f48fb0372
---- HOWTOs are now on the wiki
user: Tom Henderson <tomh at tomh.org>
files: doc/howtos/howtos-application.h doc/howtos/howtos-callbacks.h doc/howtos/howtos-net-device.h doc/howtos/howtos-packet-header.h doc/howtos/howtos.h doc/main.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/57091d4dcf6f
---- Align with texi2html-1.82 api changes
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/Makefile
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/71138d7e477c
---- fix tutorial pdf build
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/tutorial.texi
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/ceb8c8a51cb6
---- update doxygen main page
user: Tom Henderson <tomh at tomh.org>
files: doc/main.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9a6919579d4e
---- Fix build on MinGW.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: examples/stats/wifi-example-sim.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e054501e67c1
---- Introduce Simulator::ScheduleWithContext* and Simulator::GetContext
user: Guillaume Seguin <guillaume at segu.in>
files: src/node/channel.h src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/event-id.cc src/simulator/event-id.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/scheduler.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/37c6c83d4252
---- Print node context in log messages
user: Guillaume Seguin <guillaume at segu.in>
files: src/core/log.cc src/core/log.h src/simulator/simulator.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/0d1a06c5b285
---- Call Simulator::ScheduleWithContext from ns3::Channel subclasses when sending packets to other nodes
user: Guillaume Seguin <guillaume at segu.in>
files: src/devices/csma/csma-channel.cc src/devices/point-to-point/point-to-point-channel.cc src/devices/wifi/yans-wifi-channel.cc src/node/simple-channel.cc src/test/ns3wifi/wifi-interference-test-suite.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/86e84169c725
---- Make applications generate traffic within their associated context/node
user: Guillaume Seguin <guillaume at segu.in>
files: examples/emulation/emu-ping.cc examples/ipv6/radvd-two-prefix.cc examples/ipv6/radvd.cc examples/stats/wifi-example-sim.cc examples/tutorial/fifth.cc examples/wireless/wifi-simple-adhoc.cc examples/wireless/wifi-simple-infra.cc examples/wireless/wifi-simple-interference.cc src/core/object.cc src/core/object.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/qap-wifi-mac.cc src/devices/wifi/qap-wifi-mac.h src/helper/application-container.cc src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.cc src/mobility/random-waypoint-mobility-model.h src/node/application.cc src/node/application.h src/node/node-list.cc src/node/node.cc src/node/node.h src/routing/list-routing/ipv4-list-routing.cc src/routing/list-routing/ipv4-list-routing.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/efed7493f2c1
---- Make sure that every incoming packet has a context
user: Guillaume Seguin <guillaume at segu.in>
files: src/node/node.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/498dddb76e73
---- document API changes for release
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/d70ac1951ae4
---- start RELEASE_NOTES for 3.7
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/83f5730e3dc6
---- further updates to main.h
user: Tom Henderson <tomh at tomh.org>
files: doc/main.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/9d076609fc80
---- Default TTL of IPv4 broadcast datagrams changed from 1 to 64
user: Pavel Boyko <boyko at iitp.ru>
files: CHANGES.html src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/58b1b656d536
---- update udp test to new API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/udp-test.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/e5e73d83bec3
---- Align tcp test program with Application API change
user: Tom Henderson <tomh at tomh.org>
files: src/test/ns3tcp/ns3tcp-cwnd-test-suite.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/f900254c52e1
---- file TTL change under another category
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6e2d5d48dab1
---- make the destructor non-pure for the python bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ref-count-base.h
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/63e2dbaf577c
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/3bc5cbc9431d
---- Merging with ns-3-dev
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: bindings/python/callbacks_list.py 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_list_routing.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_static_routing.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_virtual_net_device.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py doc/howtos/howtos-application.h doc/howtos/howtos-callbacks.h doc/howtos/howtos-net-device.h doc/howtos/howtos-packet-header.h doc/howtos/howtos.h examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/csma-star.cc examples/dynamic-global-routing.cc examples/emu-ping.cc examples/emu-udp-echo.cc examples/first.cc examples/first.py examples/global-routing-slash32.cc examples/hello-simulator.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/mixed-wireless.py examples/object-names.cc examples/realtime-udp-echo.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/simple-wifi-frame-aggregation.cc examples/star.cc examples/static-routing-slash32.cc examples/tap-wifi-dumbbell.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/test-ipv6.cc examples/third.cc examples/udp-echo.cc examples/virtual-net-device.cc examples/wifi-adhoc.cc examples/wifi-ap.cc examples/wifi-ap.py examples/wifi-clear-channel-cmu.cc examples/wifi-wired-bridging.cc examples/wireless/wifi-adhoc.cc examples/wireless/wifi-ap.cc samples/main-packet-printer.cc samples/main-test.cc samples/wscript src/common/data-rate.h src/common/packet-tag-list.h src/core/attribute-test.cc src/core/callback-test.cc src/core/ptr.cc src/core/random-variable.cc src/core/traced-callback.cc src/core/type-traits-test.cc 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/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/mac-rx-middle.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-channel.cc src/devices/wifi/ns2ext-wifi-channel.h src/devices/wifi/ns2ext-wifi-phy.cc src/devices/wifi/ns2ext-wifi-phy.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-channel.h src/devices/wifi/yans-wifi-phy-state-helper.cc src/devices/wifi/yans-wifi-phy-state-helper.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/ns2ext-wifi-helper.cc src/helper/wscript src/helper/yans-wifi-helper.cc src/internet-stack/sgi-hashmap.h src/mobility/vector.cc src/mobility/vector.h src/wscript utils/run-tests.cc
url: http://code.nsnam.org/timob/ns-3-wifiex/rev/6657ae80627b
More information about the Ns-commits
mailing list