[Ns-commits] mirko/ns-3-80211n
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sun Apr 19 04:16:05 PDT 2009
---- Fix receiving bug in BridgeNetDevice regarding packet for the node itself
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/bridge/bridge-net-device.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/280cfa81fa8f
---- noiseFloor -> noiseFigure (bug 543)
user: Nicola Baldo <nbaldo at cttc.es>
files: src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/56a5bf298339
---- scan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/6fb63a0725a8
---- bug 475: GammaVariable and ErlangVariable
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: samples/main-random-variable.cc samples/wscript src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/0a250f44e0ed
---- bug 544: TypeId::AddTraceSource should assert on duplicate trace source name
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/e753d14618a3
---- rename attribute from Position to PositionAllocator to avoid conflict with Position attribute defined in ns3::MobilityModel
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/random-waypoint-mobility-model.cc utils/python-unit-tests.py
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/f4a73242f151
---- detect duplicate attributes, even in parent classes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/da28becd0a92
---- bug 542: invalid trace paths
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/cbbc344586fc
---- bug 498: Object Name Service Obsoletes Legacy Naming
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-channel.cc src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-channel.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-channel.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/tap-bridge/tap-bridge.cc src/devices/tap-bridge/tap-bridge.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/node/channel.cc src/node/channel.h src/node/net-device.h src/node/node.cc src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/bad9eed19283
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/689bece0b361
---- bug 531: Adds NonUnicastMode attribute to WifiRemoteStationManager
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/951aec5a7b9a
---- bug 548: missing license header
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-test.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/acc6c801f785
---- Upgrade to WAF 1.5.4
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/waf bindings/python/wscript regression.py src/wscript waf wscript wutils.py
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/179f86838e62
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/85fa469a8ecf
---- waf fix
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/20a0a6244177
---- bug 534: non-const Ptr<T>::operator * () returns const reference
user: Nicola Baldo <nbaldo at cttc.es>
files: src/core/ptr.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/e7873b6d3f5e
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/0d55474796e8
---- make ./waf check pass again.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/wifi-mode.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/771b9f0005d6
---- Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript wutils.py
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/a1c7bc503a0c
---- script typo fix; bug #551.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/89302376729e
---- bug 536: aarf-cd rate control
user: Federico Maguolo <maguolof at dei.unipd.it>
files: examples/wifi-adhoc.cc src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/wscript
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/12b3fcf84fc5
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/33cf509840d3
---- coding style
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/6886a39dfc47
---- use manager variables instead of per-station variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/a74d21ce3298
---- cleanup a bit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/5327282789fc
---- add reference to paper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/dd889b47f446
---- cleanup
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarf-wifi-manager.cc src/devices/wifi/aarf-wifi-manager.h src/devices/wifi/arf-wifi-manager.cc src/devices/wifi/arf-wifi-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/8a1b890c99cc
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/4593d476d627
---- cara rate control
user: Federico Maguolo <maguolof at dei.unipd.it>
files: examples/wifi-adhoc.cc src/devices/wifi/cara-wifi-manager.cc src/devices/wifi/cara-wifi-manager.h src/devices/wifi/wscript
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/a7636758695f
---- cleanup
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/4772bf5bc4b3
---- order similarly to base class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/cara-wifi-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/968b98374cf6
---- handle rts somewhat better
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc src/devices/wifi/aarfcd-wifi-manager.h src/devices/wifi/cara-wifi-manager.cc src/devices/wifi/cara-wifi-manager.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/528d4150d2ac
---- make debug builds work again
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarfcd-wifi-manager.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/939a6ec84bf1
---- fix typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/cara-wifi-manager.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/0b349dad4332
---- Enable the link option --enable-auto-import on cygwin; closes #525.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/0572c4011b3d
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/a30d9fc6f1ea
---- register a correct TypeId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/rraa-wifi-manager.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/04bbe6fbdf3a
---- output rraa simulation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-adhoc.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/4b42ad1b0e12
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/6095f91e6a64
---- bug 552: build with gcc 4.4
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h src/devices/emu/emu-encode-decode.cc src/devices/tap-bridge/tap-creator.cc src/devices/tap-bridge/tap-encode-decode.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/596eb8034443
---- Now _really_ fix #551
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/ded7c46b986b
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/1f04a2c4fddb
---- HierarchicalMobilityModel: allow the parent model to be NULL, make the child/parent setters public, and add more detailed documentation; closes bug #511
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/mobility/hierarchical-mobility-model.cc src/mobility/hierarchical-mobility-model.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/08cfbddc55f9
---- actually reset callbacks in the socket's DoDispose method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/9c638ff9f732
---- rework olsr
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py src/helper/olsr-helper.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-repositories.h src/routing/olsr/olsr-state.h src/routing/olsr/repositories.h src/routing/olsr/wscript
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/e63305078fe5
---- remove dead files
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/8d689bf4405f
---- merge with olsr crap
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h src/routing/olsr/repositories.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/bf9c03ebc855
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/5e4790eea56f
---- good god, there should be no reason to call Dispose directly here.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/9e9c734b927e
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/55ccad74d7cc
---- rename
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_olsr.py src/helper/olsr-helper.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h src/routing/olsr/wscript utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/579bbfe8bb65
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-routing-protocol.cc src/routing/olsr/olsr-routing-protocol.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/f71fd5bfc4ad
---- cleanup raw sockets on Ipv4L3Protocol shutdown
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/1c3138bce75e
---- merge with ns-3-dev
user: Mirko Banchi <mk.banchi at gmail.com>
files: examples/wifi-adhoc.cc examples/wifi-ap.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/wscript src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h src/routing/olsr/repositories.h
url: http://code.nsnam.org/mirko/ns-3-80211n/rev/c187b9108fca
More information about the Ns-commits
mailing list