[Ns-commits] gjc/ns-3-pyviz-dev
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Jul 28 03:20:16 PDT 2010
---- update release notes
user: Josh Pelkey <jpelkey at gatech.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/0ef062c0897e
---- Added tag ns-3.8 for changeset 0ef062c0897e
user: Josh Pelkey <jpelkey at gatech.edu>
files: .hgtags
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1339b5ec4725
---- fix release notes
user: Josh Pelkey <jpelkey at gatech.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/d46e65c1595b
---- update release steps
user: Josh Pelkey <jpelkey at gatech.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f511655db5a6
---- move receive-list-error-model to src/common/error-model
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/common/error-model.cc src/common/error-model.h src/test/ns3tcp/ns3tcp-loss-test-suite.cc src/test/ns3tcp/receive-list-error-model.cc src/test/ns3tcp/receive-list-error-model.h src/test/ns3tcp/wscript src/test/nsctcp/nsctcp-loss-test-suite.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1bc85b014aaf
---- python scan
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-LP64/ns3_module_common.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e6eadab862ae
---- Fix Python bindings ns3.Object subclassing bug
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen_core_customizations.py bindings/python/wscript utils/python-unit-tests.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e01b68222e60
---- change casts to c++ style
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/common/buffer.cc src/common/buffer.h src/common/nix-vector.cc src/common/nix-vector.h src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet.cc src/mpi/distributed-simulator-impl.cc src/mpi/distributed-simulator-impl.h src/mpi/mpi-interface.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/8b3cd8b4d560
---- fix documentation about callbacks in manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/callbacks.texi
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/4e538cf92937
---- Add MSDU aggregation throughput test.
user: Dean Armstrong <deanarm at gmail.com>
files: src/test/ns3wifi/wifi-msdu-aggregator-test-suite.cc src/test/ns3wifi/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/11a2f62de3ec
---- add methods in QosWifiMacHelper for block ack parameters setup
user: Mirko Banchi <mk.banchi at gmail.com>
files: examples/wireless/wifi-blockack.cc src/devices/wifi/edca-txop-n.cc src/devices/wifi/edca-txop-n.h src/helper/qos-wifi-mac-helper.cc src/helper/qos-wifi-mac-helper.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/6cefb3c0696a
---- more documentation about callback errors
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/callbacks.texi samples/main-callback.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/347c3b3a1394
---- Time conversions take uint64's in wifi-msdu-aggregator-test-suite
user: Dean Armstrong <deanarm at gmail.com>
files: src/test/ns3wifi/wifi-msdu-aggregator-test-suite.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/b2b5d61f5946
---- bug in global routing stub computation
user: Tom Henderson <tomh at tomh.org>
files: src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/ipv4-global-routing.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/d58f84b6191b
---- Fix minor doxygen error
user: Tom Henderson <tomh at tomh.org>
files: src/routing/static-routing/ipv4-routing-table-entry.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/0618636501ad
---- Set FCS included flag in Radiotap header
user: Dean Armstrong <deanarm at gmail.com>
files: src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/56ac87d0f2f9
---- bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html RELEASE_NOTES src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv6-l3-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/bd1da3a75496
---- register icmpv4 objects
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/internet-stack/icmpv4.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/58799c1b94b0
---- merge
user: Josh Pelkey <jpelkey at gatech.edu>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e9b6963f1959
---- Bug Fix: OLSR messages generated on non-OLSR interfaces
user: Lalith Suresh
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/4ef0052694b9
---- bug 842: ns-3-dev crashes using block ack (fixed)
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/645b4e644c12
---- update wifi section in the manual
user: Mirko Banchi <mk.banchi at gmail.com>
files: doc/manual/wifi.texi
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/5b654376df11
---- Update RELEASE_NOTES and CHANGES.html since ns-3.8
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/283c83f1f7be
---- fix enqueue trace for bug 913
user: craigdo at gmail.com
files: src/node/queue.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/6ac5cd5ec178
---- update CHANGES.html for Queue::Enqueue trace behavior change
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/2ca5ef07be74
---- fixed bug 843
user: Nicola Baldo <nbaldo at cttc.es>
files: examples/mpi/third-distributed.cc examples/tap/tap-wifi-dumbbell.cc examples/tutorial/third.cc examples/wireless/mixed-wireless.cc examples/wireless/simple-wifi-frame-aggregation.cc examples/wireless/wifi-ap.cc examples/wireless/wifi-blockack.cc examples/wireless/wifi-simple-infra.cc examples/wireless/wifi-wired-bridging.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/qap-wifi-mac.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/8d46400b959e
---- fixed bug 890
user: Nicola Baldo <nbaldo at cttc.es>
files: examples/wireless/multirate.cc test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/b95c8e9f82db
---- update multirate example for test.py
user: Duy Nguyen <duy at soe.ucsc.edu>
files: examples/wireless/multirate.cc test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f8ca463163fd
---- disable flowmonitor for multirate example
user: Duy Nguyen <duy at soe.ucsc.edu>
files: examples/wireless/multirate.cc test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/903f0ede458b
---- fix bug 916
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/351d1431d58d
---- cleaned up and fixed valgrind error in multirate example
user: Duy Nguyen <duy at soe.ucsc.edu>
files: examples/wireless/multirate.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/55b81e453f3f
---- fix bug 908
user: Andrey Mazo <mazo at iitp.ru>
files: test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1f53e122254b
---- fix build on MinGW (32-bit and 64-bit)
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: utils/test-runner.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/8c151e05a19f
---- bug 702: make global routing robust to link/device events
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html RELEASE_NOTES doc/manual/routing.texi examples/routing/dynamic-global-routing.cc src/routing/global-routing/global-routing.h src/routing/global-routing/ipv4-global-routing.cc src/routing/global-routing/ipv4-global-routing.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e4a750adf12c
---- bug 921: Inconsistent declaration of class/struct Object
user: Quincy Tse <quincy.tse at gmail.com>
files: src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a1e00acc5986
---- bug 906: NSC TCP socket fork did not copy txbuffersize over
user: Antti Mäkelä <zarhan at cc.hut.fi>
files: RELEASE_NOTES src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/2b1bbc8d0c58
---- bug 900: RawTextConfigLoad::Default does not load configurations
user: Quincy Tse <quincy.tse at gmail.com>
files: src/contrib/raw-text-config.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/06d80fe1d3b0
---- bug 828: PacketSocket::Close does not unregister protocol handler
user: Quincy Tse <quincy.tse at gmail.com>
files: src/node/packet-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/7476f746ba5d
---- update RELEASE_NOTES
user: Tom Henderson <tomh at tomh.org>
files: RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/d36455b47a34
---- Bug 854 - Support DROP_QUEUE reason-code in Ipv4FlowProbe
user: Wilson Thong <wilsonwk at ee.cityu.edu.hk>
files: src/contrib/flow-monitor/ipv4-flow-probe.cc src/contrib/flow-monitor/ipv4-flow-probe.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/2a8ec4aee3b5
---- Bug 926 - olsr handling of multicast packets
user: Ken Renard <kenneth.renard at arl.army.mil>
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e56ec0532fec
---- restore missing destructor
user: Tom Henderson <tomh at tomh.org>
files: src/contrib/flow-monitor/ipv4-flow-probe.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/3a794ee1238f
---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/flow-monitor/ipv4-flow-probe.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1bb22e1a2b59
---- Fixed typo in test.py
user: Lalith Suresh
files: test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/246934d7b912
---- Bug 902 - TCP: handle out-of-order packets during connection shutdown
user: Antti Mäkelä <zarhan at cc.hut.fi>
files: src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f03f4d82daaf
---- Test case for bug 902
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/test/ns3tcp/ns3tcp-loss-test-suite.cc src/test/ns3tcp/ns3tcp-loss1-response-vectors.pcap src/test/ns3tcp/ns3tcp-loss2-response-vectors.pcap
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/b08fe828b686
---- moved packet-burst.{h,cc} to src/common
user: peppe at simulator
files: src/common/packet-burst.cc src/common/packet-burst.h src/common/wscript src/devices/wimax/bs-net-device.cc src/devices/wimax/bs-scheduler-rtps.cc src/devices/wimax/bs-scheduler-rtps.h src/devices/wimax/bs-scheduler-simple.cc src/devices/wimax/bs-scheduler-simple.h src/devices/wimax/bs-scheduler.cc src/devices/wimax/bs-scheduler.h src/devices/wimax/packet-burst.cc src/devices/wimax/packet-burst.h src/devices/wimax/send-params.h src/devices/wimax/simple-ofdm-wimax-phy.cc src/devices/wimax/ss-net-device.cc src/devices/wimax/ss-scheduler.h src/devices/wimax/wimax-net-device.cc src/devices/wimax/wimax-phy.cc src/devices/wimax/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/af9c574246d5
---- Bug 910: Replace AccessClass with 802.11-style AcIndex
user: Dean Armstrong <deanarm at gmail.com>
files: src/devices/mesh/mesh-wifi-interface-mac.cc src/devices/mesh/mesh-wifi-interface-mac.h src/devices/wifi/edca-txop-n.cc src/devices/wifi/edca-txop-n.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.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.cc 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.h src/helper/qos-wifi-mac-helper.cc src/helper/qos-wifi-mac-helper.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/eee2eab36748
---- Bug 910: Update mesh reference traces after Bug 910 fix
user: Dean Armstrong <deanarm at gmail.com>
files: src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-2-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-3-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-4-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-2-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-3-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-4-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-5-1.pcap src/devices/mesh/dot11s/test/hwmp-simplest-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-simplest-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-2-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-3-1.pcap src/devices/mesh/dot11s/test/pmp-regression-test-0-1.pcap src/devices/mesh/dot11s/test/pmp-regression-test-1-1.pcap src/devices/mesh/flame/test/flame-regression-test-0-1.pcap src/devices/mesh/flame/test/flame-regression-test-1-1.pcap src/devices/mesh/flame/test/flame-regression-test-2-1.pcap
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/20aa2a218037
---- Bug 858 - support MSG_PEEK in IPv4/IPv6 raw socket
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-test.cc src/internet-stack/ipv6-raw-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c461f7a25895
---- Bug 932 - Support IP_HDRINCL option for Ipv4RawSocket
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/ipv4-raw-test.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c9373f264dfe
---- update RELEASE_NOTES
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/069840de4fac
---- update Bug 932 (Support IP_HDRINCL option for Ipv4RawSocket) again: regarding w/ Tom's comments.
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-raw-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/464e8093700d
---- Fixed Bug 802 and Bug 919
user: Duy Nguyen <duy at soe.ucsc.edu>
files: src/devices/wifi/minstrel-wifi-manager.cc src/devices/wifi/minstrel-wifi-manager.h test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/92c95748a915
---- python scan
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_flow_monitor.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_mesh.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3_module_wimax.py bindings/python/apidefs/gcc-LP64/ns3_module_common.py bindings/python/apidefs/gcc-LP64/ns3_module_flow_monitor.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_mesh.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/b0e7ab2e00d7
---- fixed bug 922
user: Nicola Baldo <nbaldo at cttc.es>
files: src/devices/wifi/aarf-wifi-manager.h src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/amrr-wifi-manager.h src/devices/wifi/arf-wifi-manager.h src/devices/wifi/cara-wifi-manager.h src/devices/wifi/constant-rate-wifi-manager.h src/devices/wifi/dca-txop.h src/devices/wifi/ideal-wifi-manager.h src/devices/wifi/minstrel-wifi-manager.h src/devices/wifi/onoe-wifi-manager.h src/devices/wifi/rraa-wifi-manager.h src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/84cbcc1a3f16
---- fixed bug 924
user: Quincy Tse <quincy.tse at gmail.com>
files: src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/amrr-wifi-manager.h src/devices/wifi/minstrel-wifi-manager.h src/devices/wifi/onoe-wifi-manager.h src/devices/wifi/rraa-wifi-manager.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/fe24c9edacb6
---- fixed bug 923
user: Quincy Tse <quincy.tse at gmail.com>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/375d70f07323
---- fixed bug 844
user: Nicola Baldo <nbaldo at cttc.es>
files: src/devices/wifi/yans-wifi-phy.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a2bdd767bb67
---- Fix bug 937, Patch provided by Flavio Kubota
user: Mohamed Amine Ismail <amine.ismail at sophia.inria.fr>
files: src/devices/wimax/AUTHORS src/devices/wimax/bandwidth-manager.cc src/devices/wimax/bs-net-device.cc src/devices/wimax/bs-scheduler-simple.cc src/devices/wimax/qos-test.cc src/devices/wimax/wimax-mac-queue.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f5e99299143e
---- Fix Bug 927:SimpleOfdmWimaxChannel RxPower computation
user: Mohamed Amine Ismail <amine.ismail at sophia.inria.fr>
files: src/devices/wimax/simple-ofdm-wimax-channel.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/00368e2fb08e
---- Fix compiler warnings
user: Tom Henderson <tomh at tomh.org>
files: src/devices/wimax/bs-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a33353f63cea
---- Updated OLSR documentation in olsr.h
user: Lalith Suresh <suresh.lalith at gmail.com>
files: src/routing/olsr/olsr.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/bbea3da9679b
---- Removes repetition of 'class Ipv4L4Protocol;'
user: Lalith Suresh <suresh.lalith at gmail.com>
files: src/internet-stack/ipv4-l3-protocol.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/fe4800b06445
---- added Copy method for SimpleRefCountBase
user: Nicola Baldo <nbaldo at cttc.es>
files: src/core/ptr.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/43e956769ceb
---- merged spectrum framework
user: Nicola Baldo <nbaldo at cttc.es>
files: examples/spectrum/adhoc-aloha-ideal-phy-with-microwave-oven.cc examples/spectrum/adhoc-aloha-ideal-phy.cc examples/spectrum/waf examples/spectrum/wscript src/common/friis-spectrum-propagation-loss.cc src/common/friis-spectrum-propagation-loss.h src/common/spectrum-converter.cc src/common/spectrum-converter.h src/common/spectrum-model.cc src/common/spectrum-model.h src/common/spectrum-propagation-loss-model.cc src/common/spectrum-propagation-loss-model.h src/common/spectrum-type.cc src/common/spectrum-type.h src/common/spectrum-value-test.cc src/common/spectrum-value.cc src/common/spectrum-value.h src/common/wscript src/devices/spectrum/aloha-noack-mac-header.cc src/devices/spectrum/aloha-noack-mac-header.h src/devices/spectrum/aloha-noack-net-device.cc src/devices/spectrum/aloha-noack-net-device.h src/devices/spectrum/half-duplex-ideal-phy.cc src/devices/spectrum/half-duplex-ideal-phy.h src/devices/spectrum/microwave-oven-spectrum-value-helper.cc src/devices/spectrum/microwave-oven-spectrum-value-helper.h src/devices/spectrum/multi-model-spectrum-channel.cc src/devices/spectrum/multi-model-spectrum-channel.h src/devices/spectrum/non-communicating-net-device.cc src/devices/spectrum/non-communicating-net-device.h src/devices/spectrum/single-model-spectrum-channel.cc src/devices/spectrum/single-model-spectrum-channel.h src/devices/spectrum/spectrum-analyzer.cc src/devices/spectrum/spectrum-analyzer.h src/devices/spectrum/spectrum-error-model.cc src/devices/spectrum/spectrum-error-model.h src/devices/spectrum/spectrum-interference-test.cc src/devices/spectrum/spectrum-interference.cc src/devices/spectrum/spectrum-interference.h src/devices/spectrum/spectrum-model-300kHz-300GHz-log.cc src/devices/spectrum/spectrum-model-300kHz-300GHz-log.h src/devices/spectrum/spectrum-model-ism2400MHz-res1MHz.cc src/devices/spectrum/spectrum-model-ism2400MHz-res1MHz.h src/devices/spectrum/waveform-generator.cc src/devices/spectrum/waveform-generator.h src/devices/spectrum/wifi-spectrum-value-helper.cc src/devices/spectrum/wifi-spectrum-value-helper.h src/devices/spectrum/wscript src/helper/adhoc-aloha-noack-ideal-phy-helper.cc src/helper/adhoc-aloha-noack-ideal-phy-helper.h src/helper/spectrum-analyzer-helper.cc src/helper/spectrum-analyzer-helper.h src/helper/spectrum-helper.cc src/helper/spectrum-helper.h src/helper/waveform-generator-helper.cc src/helper/waveform-generator-helper.h src/helper/wscript src/node/phy-mac.h src/node/spectrum-channel.cc src/node/spectrum-channel.h src/node/spectrum-phy.cc src/node/spectrum-phy.h src/node/wscript src/wscript test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/4bab6b10a034
---- Fix optimized build
user: Tom Henderson <tomh at tomh.org>
files: src/devices/spectrum/multi-model-spectrum-channel.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/2a88eb4e8dac
---- hnaEntries Create() moved into if block for clarity
user: Lalith Suresh <suresh.lalith at gmail.com>
files: examples/routing/olsr-hna.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c3b1af142f96
---- python-scan: avoid possible deadlock passing list of modules to the api scanner process
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulescan.py bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/378abdf67899
---- Add missing module dependency
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/spectrum/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1cf3ef9f0679
---- Add some function logging to aodv-routing-protocol.cc
user: Tom Henderson <tomh at tomh.org>
files: src/routing/aodv/aodv-routing-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c9357870bd3c
---- fixed spectrum code for python bindings as per Gustavo's suggestion
user: Nicola Baldo <nicola at baldo.biz>
files: src/common/spectrum-converter.cc src/common/spectrum-converter.h src/common/spectrum-value.cc src/common/spectrum-value.h src/devices/spectrum/aloha-noack-net-device.cc src/devices/spectrum/non-communicating-net-device.cc src/devices/spectrum/waveform-generator.h src/helper/adhoc-aloha-noack-ideal-phy-helper.cc src/helper/spectrum-analyzer-helper.cc src/helper/waveform-generator-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/957e0c6ccb29
---- Rescan API for Python bindings
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_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_spectrum.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/callbacks_list.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_helper.py bindings/python/apidefs/gcc-LP64/ns3_module_node.py bindings/python/apidefs/gcc-LP64/ns3_module_spectrum.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1b8a736858cc
---- Factor out DSSS error rate functions to separate class
user: Gary Pei <guangyu.pei at boeing.com>
files: src/devices/wifi/dsss-error-rate-model.cc src/devices/wifi/dsss-error-rate-model.h src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-error-rate-model.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/5d6d511ce4e9
---- Add NistErrorRateModel for wifi
user: Gary Pei <guangyu.pei at boeing.com>
files: RELEASE_NOTES examples/wireless/ofdm-validation.cc examples/wireless/wscript src/devices/wifi/nist-error-rate-model.cc src/devices/wifi/nist-error-rate-model.h src/devices/wifi/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/5205e0dde26a
---- Align WifiHelper logging with new ErrorRateModel classes
user: Tom Henderson <tomh at tomh.org>
files: src/devices/wifi/dsss-error-rate-model.cc src/helper/wifi-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/9860e12062b7
---- Bug 871: Rework construction of Wi-Fi rates
user: Dean Armstrong <deanarm at gmail.com>
files: CHANGES.html RELEASE_NOTES examples/routing/aodv.cc examples/routing/olsr-hna.cc examples/tap/tap-wifi-virtual-machine.cc examples/tap/tap-wifi-virtual-machine.py examples/wireless/mixed-wireless.cc examples/wireless/mixed-wireless.py examples/wireless/wifi-adhoc.cc examples/wireless/wifi-clear-channel-cmu.cc examples/wireless/wifi-hidden-terminal.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 src/devices/wifi/constant-rate-wifi-manager.cc src/devices/wifi/interference-helper-tx-duration-test.cc src/devices/wifi/interference-helper.cc src/devices/wifi/nist-error-rate-model.cc src/devices/wifi/wifi-mode.cc src/devices/wifi/wifi-mode.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-wifi-phy.cc src/routing/aodv/test/aodv-regression.cc src/routing/aodv/test/bug-772.cc src/routing/aodv/test/loopback.cc src/routing/olsr/test/bug780-test.cc src/routing/olsr/test/tc-regression-test.cc src/test/ns3wifi/wifi-interference-test-suite.cc src/test/ns3wifi/wifi-msdu-aggregator-test-suite.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/d8975477ff6a
---- Bug 871: Update OFDM validation script for new rate naming
user: Dean Armstrong <deanarm at gmail.com>
files: examples/wireless/ofdm-validation.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/51d3dd39de28
---- Add -fstrict-aliasing and -Wstrict-aliasing compilation flags, to catch some potential strict aliasing violations earlier
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/ca7a4f7e24e7
---- API rescan for python bindings
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f672647cfdb5
---- Fix gcc-3.4 build issues
user: Tom Henderson <tomh at tomh.org>
files: src/devices/spectrum/spectrum-error-model.cc src/devices/spectrum/spectrum-interference-test.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/56d2549492dc
---- Add missing <math.h> include
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/dsss-error-rate-model.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/9e4fce3d1138
---- 473: brand new NS-2 mobility trace reader merged
user: Martín Giachino <martin.giachino at gmail.com>
files: AUTHORS examples/mobility/default.ns_movements examples/mobility/ns2-mobility-trace.cc examples/mobility/waf examples/mobility/wscript samples/main-ns2-mob.cc samples/ns2-mob.tr samples/wscript src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/ef2e946450fe
---- RELEASE_NOTES updated
user: Martín Giachino <martin.giachino at gmail.com>
files: RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/702cb83d0e1c
---- Another missing <math.h> include
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/wireless/ofdm-validation.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e30bc51d0eee
---- Remove regression test test-ns2-mob.py
user: Tom Henderson <tomh at tomh.org>
files: regression/tests/test-ns2-mob.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/8047af8171d0
---- bug 933: Flushing ostream and files on abnormal program exit
user: Quincy Tse <quincy.tse at gmail.com>
files: src/common/output-stream-wrapper.cc src/common/output-stream-wrapper.h src/common/pcap-file.cc src/core/abort.h src/core/assert.h src/core/fatal-error.h src/core/wscript src/helper/trace-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/0a0b6bf5fdfd
---- add missing files
user: Quincy Tse <quincy.tse at gmail.com>
files: src/core/fatal-impl.cc src/core/fatal-impl.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a8ef6c075cdf
---- Bug 853: Consider mandatory rates for Wi-Fi control responses
user: Dean Armstrong <deanarm at gmail.com>
files: src/devices/wifi/arf-wifi-manager.cc src/devices/wifi/wifi-mode.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/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/0fafd9716f44
---- Bug 853: Use consistent standards/rates for examples and tests that use Wi-Fi
user: Dean Armstrong <deanarm at gmail.com>
files: examples/wireless/wifi-simple-adhoc-grid.cc src/routing/olsr/test/bug780-0-0.pcap src/routing/olsr/test/bug780-1-0.pcap src/routing/olsr/test/bug780-test.cc src/routing/olsr/test/tc-regression-test.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/5467d6ae6ebe
---- Bug 946 - Rocketfuel topology dataset support for topology reader
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: RELEASE_NOTES examples/topology-read/RocketFuel_toposample_1239_weights.txt examples/topology-read/topology-example-sim.cc src/contrib/topology-read/rocketfuel-topology-reader.cc src/contrib/topology-read/rocketfuel-topology-reader.h src/contrib/topology-read/wscript src/helper/topology-reader-helper.cc src/helper/topology-reader-helper.h test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/787aef59db0b
---- rescan bindings
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_aodv.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_mpi.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_spectrum.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_topology_read.py bindings/python/apidefs/gcc-ILP32/ns3_module_udp_client_server.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/ns3_module_wimax.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_aodv.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_mpi.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_spectrum.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_test.py bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py bindings/python/apidefs/gcc-LP64/ns3_module_udp_client_server.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/ns3_module_wimax.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a73c57952833
---- UAN module addition
user: Leonard Tracy <lentracy at u.washington.edu>
files: examples/uan/uan-cw-example.cc examples/uan/uan-cw-example.h examples/uan/uan-rc-example.cc examples/uan/uan-rc-example.h examples/uan/wscript src/devices/uan/uan-address.cc src/devices/uan/uan-address.h src/devices/uan/uan-channel.cc src/devices/uan/uan-channel.h src/devices/uan/uan-header-common.cc src/devices/uan/uan-header-common.h src/devices/uan/uan-header-rc.cc src/devices/uan/uan-header-rc.h src/devices/uan/uan-mac-aloha.cc src/devices/uan/uan-mac-aloha.h src/devices/uan/uan-mac-cw.cc src/devices/uan/uan-mac-cw.h src/devices/uan/uan-mac-rc-gw.cc src/devices/uan/uan-mac-rc-gw.h src/devices/uan/uan-mac-rc.cc src/devices/uan/uan-mac-rc.h src/devices/uan/uan-mac.h src/devices/uan/uan-net-device.cc src/devices/uan/uan-net-device.h src/devices/uan/uan-noise-model-default.cc src/devices/uan/uan-noise-model-default.h src/devices/uan/uan-noise-model.h src/devices/uan/uan-phy-dual.cc src/devices/uan/uan-phy-dual.h src/devices/uan/uan-phy-gen.cc src/devices/uan/uan-phy-gen.h src/devices/uan/uan-phy.h src/devices/uan/uan-prop-model-ideal.cc src/devices/uan/uan-prop-model-ideal.h src/devices/uan/uan-prop-model-thorp.cc src/devices/uan/uan-prop-model-thorp.h src/devices/uan/uan-prop-model.cc src/devices/uan/uan-prop-model.h src/devices/uan/uan-test.cc src/devices/uan/uan-transducer-hd.cc src/devices/uan/uan-transducer-hd.h src/devices/uan/uan-transducer.h src/devices/uan/uan-tx-mode.cc src/devices/uan/uan-tx-mode.h src/devices/uan/uan.h src/devices/uan/waf src/devices/uan/wscript src/helper/uan-helper.cc src/helper/uan-helper.h src/helper/wscript src/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/4e133d0aa098
---- python scan
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/callbacks_list.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/callbacks_list.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_helper.py bindings/python/apidefs/gcc-LP64/ns3_module_uan.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a38586bec3c8
---- Bug 881: Extract WifiInformationElement(Vector) core to wifi module
user: Dean Armstrong <deanarm at gmail.com>
files: src/devices/mesh/dot11s/dot11s.h src/devices/mesh/dot11s/hwmp-protocol-mac.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.h src/devices/mesh/dot11s/ie-dot11s-peering-protocol.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-management-protocol-mac.cc src/devices/mesh/mesh-information-element-vector.cc src/devices/mesh/mesh-information-element-vector.h src/devices/mesh/mesh-information-element.h 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 src/devices/wifi/wifi-information-element-vector.cc src/devices/wifi/wifi-information-element-vector.h src/devices/wifi/wifi-information-element.cc src/devices/wifi/wifi-information-element.h src/devices/wifi/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/57485ed01268
---- Bug 881: Change WifiElementId to WifiInformationElementId
user: Dean Armstrong <deanarm at gmail.com>
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.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/mesh-information-element.h src/devices/wifi/wifi-information-element-vector.cc src/devices/wifi/wifi-information-element-vector.h src/devices/wifi/wifi-information-element.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f1031f074dbd
---- Bug 881: Bring Wi-Fi IE serdes intelligence into WifiInformationElement object
user: Dean Armstrong <deanarm at gmail.com>
files: src/devices/mesh/dot11s/peer-link-frame.cc src/devices/wifi/wifi-information-element-vector.cc src/devices/wifi/wifi-information-element.cc src/devices/wifi/wifi-information-element.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/650233cda60e
---- Bug 881: Make Ssid and SupportedRates derive from WifiInformationElement
user: Dean Armstrong <deanarm at gmail.com>
files: src/devices/mesh/dot11s/peer-link-frame.cc src/devices/wifi/mgt-headers.cc src/devices/wifi/ssid.cc src/devices/wifi/ssid.h src/devices/wifi/supported-rates.cc src/devices/wifi/supported-rates.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/cbc1b93b298a
---- Bug 881: WifiInformationElement method renaming
user: Dean Armstrong <deanarm at gmail.com>
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.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/mesh-information-element-vector.cc src/devices/wifi/mgt-headers.cc src/devices/wifi/ssid.cc src/devices/wifi/ssid.h src/devices/wifi/supported-rates.cc src/devices/wifi/supported-rates.h src/devices/wifi/wifi-information-element-vector.cc src/devices/wifi/wifi-information-element.cc src/devices/wifi/wifi-information-element.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/9e5768e48981
---- Bug 881: Update RELEASE_NOTES and CHANGES.html
user: Dean Armstrong <deanarm at gmail.com>
files: CHANGES.html RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/4dc3cdb53559
---- fix uan for python scan, add default constructor
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3_module_dot11s.py bindings/python/apidefs/gcc-LP64/ns3_module_mesh.py bindings/python/apidefs/gcc-LP64/ns3_module_uan.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py src/devices/uan/uan-transducer.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/bcc5f1110632
---- remove unimplemented method in uan module
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py bindings/python/apidefs/gcc-LP64/ns3_module_uan.py src/devices/uan/uan-prop-model.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/834f384e0440
---- Cleanup object registration for uan
user: Tom Henderson <tomh at tomh.org>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_core.py src/devices/uan/uan-channel.cc src/devices/uan/uan-header-common.cc src/devices/uan/uan-header-rc.cc src/devices/uan/uan-header-rc.h src/devices/uan/uan-mac-rc-gw.cc src/devices/uan/uan-mac-rc.cc src/devices/uan/uan-phy-gen.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/729c6ea82f6e
---- Cleanup use of namespace specifiers in uan
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/devices/uan/uan-header-common.h src/devices/uan/uan-header-rc.h src/devices/uan/uan-mac-aloha.h src/devices/uan/uan-mac-cw.h src/devices/uan/uan-mac-rc-gw.h src/devices/uan/uan-mac-rc.h src/devices/uan/uan-noise-model.h src/devices/uan/uan-phy.h src/devices/uan/uan-prop-model-ideal.h src/devices/uan/uan-prop-model-thorp.h src/devices/uan/uan-transducer-hd.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f787cbd70680
---- bug 473: initialize variables
user: Pavel Boyko <boyko at iitp.ru>
files: src/helper/ns2-mobility-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/eeb9780b5580
---- Bug 881: Add missing rename of SerializeIE to Serialize.
user: Dean Armstrong <deanarm at gmail.com>
files: src/devices/mesh/dot11s/peer-link-frame.cc src/devices/wifi/mgt-headers.cc src/devices/wifi/wifi-information-element-vector.cc src/devices/wifi/wifi-information-element.cc src/devices/wifi/wifi-information-element.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/6e83ec53ba0a
---- python scan
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/d15c316fe16c
---- fix rocket-fuel example valgrind issue
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/contrib/topology-read/rocketfuel-topology-reader.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e3ee8d166f32
---- fix uan example
user: Josh Pelkey <jpelkey at gatech.edu>
files: examples/uan/uan-cw-example.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/8c3c856446f9
---- ensure objects are regsitered
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/applications/udp-client-server/udp-client.cc src/applications/udp-client-server/udp-server.cc src/applications/udp-client-server/udp-trace-client.cc src/common/jakes-propagation-loss-model.cc src/common/packet-burst.cc src/common/tag.cc src/contrib/flow-id-tag.cc src/core/object-base.cc src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-protocol.cc src/devices/spectrum/aloha-noack-mac-header.cc src/devices/wifi/aarf-wifi-manager.cc src/devices/wifi/error-rate-model.cc src/devices/wifi/mgt-headers.h src/devices/wifi/qos-tag.cc src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-information-element-vector.cc src/devices/wifi/yans-wifi-channel.cc src/devices/wimax/bs-net-device.cc src/devices/wimax/bs-scheduler-rtps.cc src/devices/wimax/bs-scheduler-simple.cc src/devices/wimax/bs-scheduler.cc src/devices/wimax/bs-uplink-scheduler-mbqos.cc src/devices/wimax/bs-uplink-scheduler-simple.cc src/devices/wimax/bs-uplink-scheduler.cc src/devices/wimax/dl-mac-messages.cc src/devices/wimax/mac-messages.cc src/devices/wimax/simple-ofdm-wimax-phy.cc src/devices/wimax/ul-mac-messages.cc src/devices/wimax/wimax-connection.cc src/devices/wimax/wimax-mac-header.cc src/devices/wimax/wimax-mac-queue.cc src/devices/wimax/wimax-mac-to-mac-header.cc src/devices/wimax/wimax-mac-to-mac-header.h src/devices/wimax/wimax-net-device.cc src/devices/wimax/wimax-phy.cc src/helper/canvas-location.cc src/internet-stack/ipv4-interface.cc src/internet-stack/loopback-net-device.cc src/internet-stack/ndisc-cache.cc src/internet-stack/nsc-sysctl.cc src/mobility/mobility-model.cc src/node/packet-socket.cc src/node/radiotap-header.cc src/node/simple-channel.cc src/node/simple-net-device.cc src/node/socket.cc src/routing/aodv/aodv-packet.cc src/routing/static-routing/ipv6-static-routing.cc src/simulator/scheduler.cc src/simulator/synchronizer.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f7e1f9dfa08d
---- remove uan test temporarily
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/devices/uan/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/9ae828512a6e
---- fix possibly uninitialized variables
user: Tom Henderson <tomh at tomh.org>
files: src/contrib/topology-read/rocketfuel-topology-reader.cc src/devices/uan/uan-prop-model.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1fe139cb2f7d
---- improve error reporting in case of assert failures.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e109fff32306
---- run check-style.py
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h src/common/byte-tag-list.cc src/common/byte-tag-list.h src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet-tag-list.h src/common/packet.cc src/common/packet.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a1608a9a11f3
---- fix duplication in wscript
user: Luca Favatella <slackydeb at gmail.com>
files: src/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/35e28482eae9
---- Allow headers to be in subdirectories with respect to wscript
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/49cf05006165
---- Provide virtual destructors for interface classes
user: Tom Henderson <tomh at tomh.org>
files: src/devices/spectrum/wifi-spectrum-value-helper.cc src/devices/spectrum/wifi-spectrum-value-helper.h src/devices/uan/uan-phy.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/32643b7ddf2a
---- eliminate some warnings breaking builds
user: Tom Henderson <tomh at tomh.org>
files: src/devices/uan/uan-mac-rc-gw.cc src/devices/uan/uan-prop-model.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/9bf182ef2449
---- Fix Bug 905 - WimaxNetDevice loses packet uid, tags, and memory optimization
user: iamine
files: src/devices/wimax/simple-ofdm-send-param.cc src/devices/wimax/simple-ofdm-send-param.h src/devices/wimax/simple-ofdm-wimax-channel.cc src/devices/wimax/simple-ofdm-wimax-channel.h src/devices/wimax/simple-ofdm-wimax-phy.cc src/devices/wimax/simple-ofdm-wimax-phy.h src/devices/wimax/ss-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/088c5e38acb3
---- remove un-needed include
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/nstime.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/36caa92ab68c
---- introduce new hp implementation for 64bit boxes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.cc src/simulator/high-precision-128.h src/simulator/high-precision-cairo.cc src/simulator/high-precision-cairo.h src/simulator/high-precision.cc src/simulator/high-precision.h src/simulator/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/5e271cbf9d16
---- forgot to add implementation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.cc src/simulator/high-precision-128.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/7081046d04b0
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: regression/tests/test-ns2-mob.py samples/main-ns2-mob.cc samples/ns2-mob.tr src/devices/mesh/wifi-information-element-vector.cc src/devices/mesh/wifi-information-element-vector.h src/devices/wimax/packet-burst.cc src/devices/wimax/packet-burst.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/dbd23c835d2b
---- inline new high precision implementation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.cc src/simulator/high-precision-128.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/61ef5452e798
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/ed0df86c209b
---- move spectrum-interference test suite into test framework
user: Tom Henderson <tomh at tomh.org>
files: src/devices/spectrum/spectrum-interference-test.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/7cdc1ec988e2
---- oops build script typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/968d1f3a75e3
---- remove dead comment
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/nstime.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/04827770e83d
---- add extra test assert
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/cdad9aa69f8e
---- no need to bother with ignored return value
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.cc src/simulator/high-precision-128.h src/simulator/high-precision-double.cc src/simulator/high-precision-double.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/13571b6a50ba
---- bug 826: optimize hp implementation for 32bit systems
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-cairo.cc src/simulator/high-precision-cairo.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e1ddd0c5cd22
---- a new testcase
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/44a03205f2d6
---- avoid crash upon process exit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/fatal-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/60416db0df14
---- avoid use of doubles to avoid rounding errors.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/aodv/aodv-test-suite.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/82ca017090e7
---- avoid floating point multiplication and division to ensure reproducible results
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-3-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-5-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-0-1.pcap src/devices/mesh/flame/test/flame-regression-test-0-1.pcap src/devices/mesh/flame/test/flame-regression-test-2-1.pcap src/routing/aodv/test/aodv-chain-regression-test-0-0.pcap src/routing/aodv/test/aodv-chain-regression-test-1-0.pcap src/routing/aodv/test/aodv-chain-regression-test-2-0.pcap src/routing/aodv/test/aodv-chain-regression-test-3-0.pcap src/routing/aodv/test/aodv-chain-regression-test-4-0.pcap src/routing/aodv/test/bug-606-test-0-0.pcap src/routing/aodv/test/bug-606-test-1-0.pcap src/routing/aodv/test/bug-606-test-2-0.pcap src/routing/aodv/test/tcp-chain-test-0-0.pcap src/routing/aodv/test/tcp-chain-test-9-0.pcap src/routing/aodv/test/udp-chain-test-0-0.pcap src/routing/aodv/test/udp-chain-test-9-0.pcap src/routing/olsr/test/bug780-0-0.pcap src/routing/olsr/test/bug780-1-0.pcap src/simulator/time.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e27b81575ebe
---- inline a few more functions for optimization
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.cc src/simulator/high-precision-128.h src/simulator/high-precision-cairo.cc src/simulator/high-precision-cairo.h src/simulator/high-precision-double.cc src/simulator/high-precision-double.h src/simulator/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c08597bde2a0
---- forgot to declare method as inline
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.h src/simulator/high-precision-double.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/bd1d57413c90
---- avoid compiler error
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/high-precision-128.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/7eff392b2cfe
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/191411ff4eb1
---- plug leak
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/fatal-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/595b0598701c
---- Python bindins API rescan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_wimax.py bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/4e751356ed7f
---- Backed out changeset e27b81575ebe
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-3-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-5-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-0-1.pcap src/devices/mesh/flame/test/flame-regression-test-0-1.pcap src/devices/mesh/flame/test/flame-regression-test-2-1.pcap src/routing/aodv/test/aodv-chain-regression-test-0-0.pcap src/routing/aodv/test/aodv-chain-regression-test-1-0.pcap src/routing/aodv/test/aodv-chain-regression-test-2-0.pcap src/routing/aodv/test/aodv-chain-regression-test-3-0.pcap src/routing/aodv/test/aodv-chain-regression-test-4-0.pcap src/routing/aodv/test/bug-606-test-0-0.pcap src/routing/aodv/test/bug-606-test-1-0.pcap src/routing/aodv/test/bug-606-test-2-0.pcap src/routing/aodv/test/tcp-chain-test-0-0.pcap src/routing/aodv/test/tcp-chain-test-9-0.pcap src/routing/aodv/test/udp-chain-test-0-0.pcap src/routing/aodv/test/udp-chain-test-9-0.pcap src/routing/olsr/test/bug780-0-0.pcap src/routing/olsr/test/bug780-1-0.pcap src/simulator/time.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c362d660e7c3
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/7147926c45b4
---- fix gcc warning
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/helper/ns2-mobility-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/cc28af24a31f
---- update Bug 932: source address selection in IPv4 HDRINCL
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: src/internet-stack/ipv4-raw-socket-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/a3afed368709
---- Initial import of energy model
user: He Wu <mdzz at u.washington.edu>
files: AUTHORS RELEASE_NOTES src/contrib/energy/helper/basic-energy-source-helper.cc src/contrib/energy/helper/basic-energy-source-helper.h src/contrib/energy/helper/basic-radio-energy-model-helper.cc src/contrib/energy/helper/basic-radio-energy-model-helper.h src/contrib/energy/helper/energy-model-helper.cc src/contrib/energy/helper/energy-model-helper.h src/contrib/energy/model/basic-energy-source.cc src/contrib/energy/model/basic-energy-source.h src/contrib/energy/model/basic-radio-energy-model.cc src/contrib/energy/model/basic-radio-energy-model.h src/contrib/energy/model/device-energy-model.cc src/contrib/energy/model/device-energy-model.h src/contrib/energy/model/energy-source.cc src/contrib/energy/model/energy-source.h src/contrib/energy/model/radio-energy-model.cc src/contrib/energy/model/radio-energy-model.h src/contrib/energy/test/basic-energy-model-test.cc src/contrib/energy/wscript src/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/5ee11b58989d
---- fix some energy test compiler warnings
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/contrib/energy/test/basic-energy-model-test.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/cfbd2029c0ce
---- Fix errors in simple-point-to-point-olsr.cc comments
user: Yida Gao <yidapb at gmail.com>
files: examples/routing/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1ec36006ecd6
---- Fixed valgrind errors
user: ltracy
files: examples/uan/uan-rc-example.cc examples/uan/uan-rc-example.h src/devices/uan/uan-channel.cc src/devices/uan/uan-channel.h src/devices/uan/uan-mac-aloha.cc src/devices/uan/uan-mac-aloha.h src/devices/uan/uan-mac-cw.cc src/devices/uan/uan-mac-cw.h src/devices/uan/uan-mac-rc-gw.cc src/devices/uan/uan-mac-rc-gw.h src/devices/uan/uan-mac-rc.cc src/devices/uan/uan-mac-rc.h src/devices/uan/uan-mac.h src/devices/uan/uan-net-device.cc src/devices/uan/uan-net-device.h src/devices/uan/uan-noise-model.h src/devices/uan/uan-phy-dual.cc src/devices/uan/uan-phy-dual.h src/devices/uan/uan-phy-gen.cc src/devices/uan/uan-phy-gen.h src/devices/uan/uan-phy.cc src/devices/uan/uan-phy.h src/devices/uan/uan-prop-model.cc src/devices/uan/uan-prop-model.h src/devices/uan/uan-transducer-hd.cc src/devices/uan/uan-transducer-hd.h src/devices/uan/uan-transducer.h src/devices/uan/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e73eb8a996ea
---- Added missing file to compile uan device
user: ltracy
files: src/devices/uan/uan-noise-model.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/1efd9841ae75
---- Bug 385 - Add a generic "sequence number" class.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/common/sequence-number.cc src/common/sequence-number.h src/common/wscript src/devices/wifi/mac-rx-middle.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/pending-data.cc src/internet-stack/pending-data.h src/internet-stack/rtt-estimator.cc src/internet-stack/rtt-estimator.h src/internet-stack/tcp-header.cc src/internet-stack/tcp-header.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/tcp-typedefs.h src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/ac8b4bf77e50
---- Python bindings API rescan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
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_energy.py bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_uan.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_energy.py bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py bindings/python/apidefs/gcc-LP64/ns3_module_uan.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/70bffe766285
---- Register c-tor for aodv::TypeHeader in the class metadata
user: Pavel Boyko <boyko at iitp.ru>
files: src/routing/aodv/aodv-packet.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/17ccd7711e51
---- Bug 943 - Add a SO_BROADCAST socket option
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/ipv6-raw-socket-impl.cc src/internet-stack/ipv6-raw-socket-impl.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c11291f51d57
---- Fix OLSR socket usage: use the new SetAllowBroadcast socket option; Bind to interface bcast address instead of local address, use SendTo instead of Send. This is how things have to work with real world sockets.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/96f612b05035
---- Enforce the AllowBroadcast socket option for UDP sockets
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/958a299f1100
---- Update python bindings
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-LP64/ns3_module_node.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/38a995eb219e
---- Fix regression tests after bug 943 changes
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/udp-test.cc src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f555caf874dc
---- Bug 671 add packet-info-tag.cc for IP_PKTINFO/IPV6_PKTINFO
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/ipv4-end-point.cc src/internet-stack/ipv4-end-point.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l4-protocol.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/ipv4-raw-test.cc src/internet-stack/ipv6-raw-socket-impl.cc 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-socket-impl.h src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/ipv4-packet-info-tag.cc src/node/ipv4-packet-info-tag.h src/node/ipv6-packet-info-tag.cc src/node/ipv6-packet-info-tag.h src/node/socket.cc src/node/socket.h src/node/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/f380cf1aa4d8
---- python scan
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_internet_stack.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py bindings/python/apidefs/gcc-LP64/ns3_module_node.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/90c0ca4eadea
---- Opps, Bug 671: correct valgrind error
user: Hajime Tazaki <tazaki at sfc.wide.ad.jp>
files: RELEASE_NOTES src/node/ipv4-packet-info-tag.cc src/node/ipv6-packet-info-tag.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/9cdbf35532a3
---- simple doxygen fixes
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/common/friis-spectrum-propagation-loss.h src/common/propagation-loss-model.cc src/common/propagation-loss-model.h src/common/spectrum-propagation-loss-model.h src/common/spectrum-value.h src/contrib/energy/helper/energy-model-helper.h src/contrib/energy/model/basic-energy-source.h src/contrib/energy/model/energy-source.h src/core/attribute-test-suite.cc src/devices/spectrum/aloha-noack-mac-header.cc src/devices/spectrum/multi-model-spectrum-channel.h src/devices/spectrum/spectrum-interference.h src/devices/spectrum/waveform-generator.h src/devices/uan/uan-phy-dual.h src/devices/uan/uan-phy-gen.h src/devices/uan/uan-prop-model.h src/devices/uan/uan-tx-mode.h src/devices/wifi/wifi-information-element.h src/devices/wimax/simple-ofdm-wimax-channel.h src/devices/wimax/simple-ofdm-wimax-phy.cc src/devices/wimax/simple-ofdm-wimax-phy.h src/helper/adhoc-aloha-noack-ideal-phy-helper.h src/helper/spectrum-analyzer-helper.h src/helper/spectrum-helper.h src/helper/waveform-generator-helper.h src/internet-stack/ipv4-l4-protocol.h src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/tcp-l4-protocol.h src/internet-stack/udp-l4-protocol.h src/node/socket.h src/node/spectrum-channel.h src/node/spectrum-phy.h src/simulator/high-precision-cairo.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/43d91786d268
---- PacketSocket should not report that it allows broadcast
user: Tom Henderson <tomh at tomh.org>
files: src/node/packet-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/46365b8f28c8
---- Configure OnOffApplication to enable broadcast on those sockets that support it
user: Tom Henderson <tomh at tomh.org>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/21219d90245e
---- Still Bug 943: fix UdpSocketImpl::GetAllowBroadcast, let Socket::SetAllowBroadcast return a bool indicating success/failure, instead of a fatal error.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/applications/onoff/onoff-application.cc src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/ipv6-raw-socket-impl.cc src/internet-stack/ipv6-raw-socket-impl.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/184a509cc71d
---- python scan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_spectrum.py bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py bindings/python/apidefs/gcc-ILP32/ns3_module_wimax.py bindings/python/apidefs/gcc-LP64/ns3_module_common.py bindings/python/apidefs/gcc-LP64/ns3_module_node.py bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py bindings/python/apidefs/gcc-LP64/ns3_module_spectrum.py bindings/python/apidefs/gcc-LP64/ns3_module_uan.py bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/bd6bf8901c92
---- Remove leftover old version sequence number sources
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/sequence-number.cc src/internet-stack/sequence-number.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/48f1cc0af133
---- Adds SetAllowBroadcast(true) to wifi-simple-adhoc.cc
user: Gilaras Drakeson <gilaras at gmail.com>
files: examples/wireless/wifi-simple-adhoc.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/77184657a698
---- SetAllowBroadcast(true) addition made to wifi-simple-infra.cc and wifi-simple-interference.cc
user: Gilaras Drakeson <gilaras at gmail.com>
files: examples/wireless/wifi-simple-infra.cc examples/wireless/wifi-simple-interference.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/c36b5cf35db2
---- split out buffer tests
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer-test.cc src/common/buffer.cc src/common/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/667994590bb0
---- merge with head
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/2f86ffcd6cc9
---- Change nix-vector to use SimpleRefCount instead of Object
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_common.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py src/common/nix-vector.cc src/common/nix-vector.h src/common/packet.cc src/common/pcap-file-wrapper.h src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e17da5733c0b
---- merge with head
user: Josh Pelkey <jpelkey at gatech.edu>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/da948859de66
---- undelete copy method in nix-vector
user: Josh Pelkey <jpelkey at gatech.edu>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_common.py bindings/python/apidefs/gcc-LP64/ns3_module_common.py src/common/nix-vector.cc src/common/nix-vector.h src/common/packet.cc src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/9dd21e4198f8
---- missed include for nix-vector
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/common/nix-vector.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/8ca3abfb3590
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: .hgtags AUTHORS CHANGES.html RELEASE_NOTES bindings/python/apidefs/gcc-ILP32/callbacks_list.py bindings/python/apidefs/gcc-ILP32/ns3_module_aodv.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_mpi.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_topology_read.py bindings/python/apidefs/gcc-ILP32/ns3_module_udp_client_server.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_visualizer.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3_module_wimax.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/callbacks_list.py bindings/python/apidefs/gcc-LP64/ns3_module_aodv.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_mpi.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_test.py bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py bindings/python/apidefs/gcc-LP64/ns3_module_udp_client_server.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_visualizer.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py bindings/python/ns3modulegen_core_customizations.py bindings/python/wscript doc/manual/callbacks.texi doc/manual/routing.texi doc/manual/wifi.texi doc/release_steps.txt examples/mpi/third-distributed.cc examples/routing/aodv.cc examples/routing/dynamic-global-routing.cc examples/routing/olsr-hna.cc examples/routing/simple-point-to-point-olsr.cc examples/tap/tap-wifi-dumbbell.cc examples/tap/tap-wifi-virtual-machine.cc examples/tap/tap-wifi-virtual-machine.py examples/topology-read/topology-example-sim.cc examples/tutorial/third.cc examples/wireless/mixed-wireless.cc examples/wireless/mixed-wireless.py examples/wireless/multirate.cc examples/wireless/simple-wifi-frame-aggregation.cc examples/wireless/wifi-adhoc.cc examples/wireless/wifi-ap.cc examples/wireless/wifi-blockack.cc examples/wireless/wifi-clear-channel-cmu.cc examples/wireless/wifi-hidden-terminal.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 samples/main-callback.cc samples/main-packet-header.cc samples/wscript src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h src/applications/udp-client-server/udp-client.cc src/applications/udp-client-server/udp-server.cc src/applications/udp-client-server/udp-trace-client.cc src/common/buffer.cc src/common/buffer.h src/common/byte-tag-list.cc src/common/byte-tag-list.h src/common/error-model.cc src/common/error-model.h src/common/jakes-propagation-loss-model.cc src/common/nix-vector.cc src/common/nix-vector.h src/common/output-stream-wrapper.cc src/common/output-stream-wrapper.h src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet-tag-list.h src/common/packet.cc src/common/packet.h src/common/pcap-file-wrapper.h src/common/pcap-file.cc src/common/propagation-loss-model-test-suite.cc src/common/propagation-loss-model.cc src/common/propagation-loss-model.h src/common/tag.cc src/common/wscript src/contrib/flow-id-tag.cc src/contrib/flow-monitor/ipv4-flow-probe.cc src/contrib/flow-monitor/ipv4-flow-probe.h src/contrib/raw-text-config.cc src/contrib/topology-read/wscript src/core/abort.h src/core/assert.h src/core/attribute-test-suite.cc src/core/fatal-error.h src/core/object-base.cc src/core/object.h src/core/ptr.h src/core/wscript src/devices/mesh/dot11s/dot11s.h src/devices/mesh/dot11s/hwmp-protocol-mac.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/dot11s/peer-link-frame.cc src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-2-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-3-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression-test-4-1.pcap src/devices/mesh/dot11s/test/hwmp-proactive-regression.cc src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-2-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-3-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-4-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression-test-5-1.pcap src/devices/mesh/dot11s/test/hwmp-reactive-regression.cc src/devices/mesh/dot11s/test/hwmp-simplest-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-simplest-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-0-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-1-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-2-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression-test-3-1.pcap src/devices/mesh/dot11s/test/hwmp-target-flags-regression.cc src/devices/mesh/dot11s/test/pmp-regression-test-0-1.pcap src/devices/mesh/dot11s/test/pmp-regression-test-1-1.pcap src/devices/mesh/flame/flame-header.cc src/devices/mesh/flame/flame-protocol.cc src/devices/mesh/flame/test/flame-regression-test-0-1.pcap src/devices/mesh/flame/test/flame-regression-test-1-1.pcap src/devices/mesh/flame/test/flame-regression-test-2-1.pcap src/devices/mesh/flame/test/flame-regression.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 src/devices/wifi/aarf-wifi-manager.cc src/devices/wifi/aarf-wifi-manager.h src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/amrr-wifi-manager.h src/devices/wifi/arf-wifi-manager.cc src/devices/wifi/arf-wifi-manager.h src/devices/wifi/cara-wifi-manager.h src/devices/wifi/constant-rate-wifi-manager.cc src/devices/wifi/constant-rate-wifi-manager.h src/devices/wifi/dca-txop.h src/devices/wifi/edca-txop-n.cc src/devices/wifi/edca-txop-n.h src/devices/wifi/error-rate-model.cc src/devices/wifi/ideal-wifi-manager.h src/devices/wifi/interference-helper-tx-duration-test.cc src/devices/wifi/interference-helper.cc src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/mac-rx-middle.cc src/devices/wifi/mgt-headers.h src/devices/wifi/minstrel-wifi-manager.cc src/devices/wifi/minstrel-wifi-manager.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/onoe-wifi-manager.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-tag.cc src/devices/wifi/qos-utils.cc src/devices/wifi/qos-utils.h src/devices/wifi/qsta-wifi-mac.cc src/devices/wifi/qsta-wifi-mac.h src/devices/wifi/rraa-wifi-manager.h src/devices/wifi/ssid.cc src/devices/wifi/ssid.h src/devices/wifi/supported-rates.cc src/devices/wifi/supported-rates.h src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-mode.cc src/devices/wifi/wifi-mode.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.cc 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/wifi.h src/devices/wifi/wscript src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-error-rate-model.h src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/devices/wimax/AUTHORS src/devices/wimax/bandwidth-manager.cc src/devices/wimax/bs-net-device.cc src/devices/wimax/bs-scheduler-rtps.cc src/devices/wimax/bs-scheduler-rtps.h src/devices/wimax/bs-scheduler-simple.cc src/devices/wimax/bs-scheduler-simple.h src/devices/wimax/bs-scheduler.cc src/devices/wimax/bs-scheduler.h src/devices/wimax/bs-uplink-scheduler-mbqos.cc src/devices/wimax/bs-uplink-scheduler-simple.cc src/devices/wimax/bs-uplink-scheduler.cc src/devices/wimax/dl-mac-messages.cc src/devices/wimax/mac-messages.cc src/devices/wimax/qos-test.cc src/devices/wimax/send-params.h src/devices/wimax/simple-ofdm-send-param.cc src/devices/wimax/simple-ofdm-send-param.h src/devices/wimax/simple-ofdm-wimax-channel.cc src/devices/wimax/simple-ofdm-wimax-channel.h src/devices/wimax/simple-ofdm-wimax-phy.cc src/devices/wimax/simple-ofdm-wimax-phy.h src/devices/wimax/ss-net-device.cc src/devices/wimax/ss-scheduler.h src/devices/wimax/ul-mac-messages.cc src/devices/wimax/wimax-connection.cc src/devices/wimax/wimax-mac-header.cc src/devices/wimax/wimax-mac-queue.cc src/devices/wimax/wimax-mac-to-mac-header.cc src/devices/wimax/wimax-mac-to-mac-header.h src/devices/wimax/wimax-net-device.cc src/devices/wimax/wimax-phy.cc src/devices/wimax/wscript src/helper/canvas-location.cc src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/helper/qos-wifi-mac-helper.cc src/helper/qos-wifi-mac-helper.h src/helper/topology-reader-helper.cc src/helper/topology-reader-helper.h src/helper/trace-helper.cc src/helper/wifi-helper.cc src/helper/wscript src/helper/yans-wifi-helper.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/icmpv4.cc src/internet-stack/ipv4-end-point.cc src/internet-stack/ipv4-end-point.h src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-protocol.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/ipv4-raw-test.cc src/internet-stack/ipv6-l3-protocol.cc src/internet-stack/ipv6-raw-socket-impl.cc src/internet-stack/ipv6-raw-socket-impl.h src/internet-stack/loopback-net-device.cc src/internet-stack/ndisc-cache.cc src/internet-stack/nsc-sysctl.cc 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/pending-data.cc src/internet-stack/pending-data.h src/internet-stack/rtt-estimator.cc src/internet-stack/rtt-estimator.h src/internet-stack/tcp-header.cc src/internet-stack/tcp-header.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-socket-impl.h src/internet-stack/tcp-typedefs.h src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/internet-stack/udp-test.cc src/internet-stack/wscript src/mobility/mobility-model.cc src/mpi/distributed-simulator-impl.cc src/mpi/distributed-simulator-impl.h src/mpi/mpi-interface.cc src/node/mac48-address.cc src/node/mac48-address.h src/node/packet-socket.cc src/node/packet-socket.h src/node/queue.cc src/node/radiotap-header.cc src/node/simple-channel.cc src/node/simple-net-device.cc src/node/socket.cc src/node/socket.h src/node/wscript src/routing/aodv/aodv-packet.cc src/routing/aodv/aodv-routing-protocol.cc src/routing/aodv/aodv-test-suite.cc src/routing/aodv/test/aodv-regression.cc src/routing/aodv/test/bug-772.cc src/routing/aodv/test/loopback.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-routing.h src/routing/global-routing/ipv4-global-routing.cc src/routing/global-routing/ipv4-global-routing.h src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr.h src/routing/olsr/test/bug780-0-0.pcap src/routing/olsr/test/bug780-1-0.pcap src/routing/olsr/test/bug780-test.cc src/routing/olsr/test/tc-regression-test.cc src/routing/static-routing/ipv4-routing-table-entry.h src/routing/static-routing/ipv6-static-routing.cc src/simulator/high-precision-128.cc src/simulator/high-precision-128.h src/simulator/high-precision-double.h src/simulator/high-precision.cc src/simulator/high-precision.h src/simulator/nstime.h src/simulator/scheduler.cc src/simulator/synchronizer.cc src/simulator/wscript src/test/ns3tcp/ns3tcp-loss-test-suite.cc src/test/ns3tcp/wscript src/test/ns3wifi/wifi-interference-test-suite.cc src/test/ns3wifi/wscript src/test/nsctcp/nsctcp-loss-test-suite.cc src/wscript test.py utils/python-unit-tests.py utils/test-runner.cc wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/d9f613f1b415
---- Change default OFDM error rate model to NistErrorRateModel (issue 944)
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html RELEASE_NOTES src/devices/mesh/dot11s/test/hwmp-proactive-regression.cc src/devices/mesh/dot11s/test/hwmp-reactive-regression.cc src/devices/mesh/dot11s/test/hwmp-target-flags-regression.cc src/devices/mesh/flame/test/flame-regression.cc src/helper/yans-wifi-helper.cc src/routing/aodv/test/aodv-regression.cc src/routing/aodv/test/bug-772.cc src/routing/olsr/test/tc-regression-test.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/d5cfe99001f0
---- suppress wifi test pcap when running test.py
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/test/ns3wifi/wifi-msdu-aggregator-test-suite.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/b16e84dcd812
---- Range-based propagation loss model added
user: Tom Henderson <tomh at tomh.org>
files: src/common/propagation-loss-model-test-suite.cc src/common/propagation-loss-model.cc src/common/propagation-loss-model.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/99dd2b53fbfd
---- Fix main-packet-header.cc sample (bug 918)
user: David <david.rua at gmail.com>
files: samples/main-packet-header.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e78c1b19f4de
---- Bug 901: Optimize Mac48Address operators
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/node/mac48-address.cc src/node/mac48-address.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/406385ce683c
---- optimize buffer some more
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/e7ab95880d12
---- merge with ns-3-dev
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: AUTHORS CHANGES.html RELEASE_NOTES bindings/python/apidefs/gcc-ILP32/callbacks_list.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_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_flow_monitor.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_node.py bindings/python/apidefs/gcc-ILP32/ns3_module_simulator.py bindings/python/apidefs/gcc-ILP32/ns3_module_wifi.py bindings/python/apidefs/gcc-ILP32/ns3_module_wimax.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/callbacks_list.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_dot11s.py bindings/python/apidefs/gcc-LP64/ns3_module_flow_monitor.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_node.py bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py bindings/python/ns3modulescan.py bindings/python/wscript doc/manual/callbacks.texi examples/routing/olsr-hna.cc examples/wireless/mixed-wireless.cc examples/wireless/multirate.cc examples/wireless/wifi-ap.cc examples/wireless/wifi-blockack.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 src/applications/onoff/onoff-application.cc src/common/buffer.cc src/common/buffer.h src/common/nix-vector.cc src/common/nix-vector.h src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet.cc src/common/propagation-loss-model.cc src/common/propagation-loss-model.h src/common/wscript src/contrib/flow-monitor/ipv4-flow-probe.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/dot11s/peer-link-frame.cc src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/amrr-wifi-manager.h src/devices/wifi/edca-txop-n.cc src/devices/wifi/edca-txop-n.h src/devices/wifi/mac-low.cc src/devices/wifi/minstrel-wifi-manager.h src/devices/wifi/onoe-wifi-manager.h src/devices/wifi/qap-wifi-mac.cc src/devices/wifi/rraa-wifi-manager.h src/devices/wifi/ssid.cc src/devices/wifi/ssid.h src/devices/wifi/supported-rates.cc src/devices/wifi/supported-rates.h src/devices/wifi/wifi-mode.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-error-rate-model.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wimax/bs-net-device.cc src/devices/wimax/bs-scheduler-rtps.cc src/devices/wimax/bs-scheduler-simple.cc src/devices/wimax/bs-scheduler.cc src/devices/wimax/simple-ofdm-wimax-channel.cc src/devices/wimax/simple-ofdm-wimax-channel.h src/devices/wimax/simple-ofdm-wimax-phy.cc src/devices/wimax/simple-ofdm-wimax-phy.h src/devices/wimax/ss-net-device.cc src/devices/wimax/wimax-mac-queue.cc src/devices/wimax/wimax-net-device.cc src/devices/wimax/wimax-phy.cc src/helper/ns2-mobility-helper.cc src/helper/qos-wifi-mac-helper.cc src/helper/qos-wifi-mac-helper.h src/helper/wscript src/helper/yans-wifi-helper.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-protocol.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/ipv4-raw-test.cc src/internet-stack/ipv6-raw-socket-impl.cc src/internet-stack/ipv6-raw-socket-impl.h 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-socket-impl.h src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h src/node/wscript src/routing/aodv/aodv-packet.cc src/routing/aodv/test/aodv-regression.cc src/routing/aodv/test/bug-772.cc src/routing/global-routing/ipv4-global-routing.cc src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/test/bug780-test.cc src/routing/olsr/test/tc-regression-test.cc src/simulator/high-precision-128.cc src/simulator/high-precision-128.h src/simulator/high-precision-cairo.cc src/simulator/high-precision-cairo.h src/simulator/high-precision-double.h src/simulator/high-precision.cc src/simulator/nstime.h src/simulator/wscript src/test/ns3tcp/ns3tcp-loss-test-suite.cc src/wscript test.py
url: http://code.nsnam.org/gjc/ns-3-pyviz-dev/rev/8c4b13615eaf
More information about the Ns-commits
mailing list