[Ns-commits] craigdo/ns-3-param
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Mon Mar 3 12:22:48 PST 2008
---- MacParameters -> WifiMacParameters
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/mac-parameters.cc src/devices/wifi/mac-parameters.h src/devices/wifi/mac-stations.cc src/devices/wifi/mac-stations.h src/devices/wifi/wifi-mac-parameters.cc src/devices/wifi/wifi-mac-parameters.h src/devices/wifi/wifi-mac-queue.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/devices/wifi/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/18b690d1e74b
---- small typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-parameters.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/a72ee2fc1f30
---- convert WifiMacParameters to Attributes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-parameters.cc src/devices/wifi/wifi-mac-parameters.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/ffd115ad2589
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/craigdo/ns-3-param/rev/f80ce8fb9999
---- avoid macro namespace polution.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/traced-value.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/347c418403d4
---- typos in untested code path.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-accessor-helper.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/a00e97e256ea
---- output correct information about non-matching types.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/callback.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/9402a946ac3d
---- add ATTRIBUTE_VALUE_IMPLEMENT_NO_SERIALIZE
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-helper.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/3f561ae03f89
---- add extra NodeContainer constructors
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node-container.cc src/node/node-container.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/d189f25169ee
---- setup a working behavior by default
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/mobility-helper.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/c15129b75e3a
---- add ListPositionAllocator
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/position-allocator.cc src/mobility/position-allocator.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/54022e0d243b
---- add default constructor
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gnuplot.cc src/contrib/gnuplot.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/55057c67d4f6
---- introduce AttributeChecker::Create and use it instead of AttributeValue::Copy.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-helper.h src/core/attribute.h src/core/double.cc src/core/enum.cc src/core/enum.h src/core/integer.cc src/core/object.cc src/core/uinteger.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/a4896ebf6e1d
---- add some debugging output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/mobility-helper.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/15e8f12266da
---- report attribute setting errors as early as possible.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-factory.cc src/core/object.cc src/core/object.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/7c9d1c314beb
---- improve debugging output.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/58182a1561cc
---- port wifi model to Attributes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-adhoc-wifi.cc samples/wscript src/devices/wifi/aarf-wifi-manager.cc src/devices/wifi/aarf-wifi-manager.h src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/arf-wifi-manager.cc src/devices/wifi/arf-wifi-manager.h src/devices/wifi/constant-rate-wifi-manager.cc src/devices/wifi/constant-rate-wifi-manager.h src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/ideal-wifi-manager.cc src/devices/wifi/ideal-wifi-manager.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-helper.cc src/devices/wifi/wifi-helper.h src/devices/wifi/wifi-mac-queue.cc src/devices/wifi/wifi-mac-queue.h src/dev!
ices/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-net-device.cc src/devices/wifi/wifi-net-device.h 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/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/db72c0e7743e
---- add missing include
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/onoff/onoff-application.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/50e66705ed7b
---- make sure the default behavior does not crash.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/mobility-helper.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/b9ec2ac7b21e
---- give Attribute powers to ssid
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/ssid.cc src/devices/wifi/ssid.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/75df305d02d9
---- avoid crashing AP wifi sample
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-ap-wifi.cc samples/wscript src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/a527ec47b756
---- ensure that Dispose is invoked at one point.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/d5f8bee5fcbd
---- avoid memory leaks
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h 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
url: http://code.nsnam.org/craigdo/ns-3-param/rev/05f9cec44621
---- implement context-based trace connection
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/callback.h src/core/config.cc src/core/config.h src/core/object.cc src/core/object.h src/core/trace-source-accessor.h src/core/traced-callback.h src/core/traced-value.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/b451b5fc8b57
---- register and unregister the NodeList as a config root namespace
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.cc src/core/config.h src/node/node-list.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/86a40c7cbfe9
---- do not use Queue::CreateDefault
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/mixed-global-routing.cc examples/simple-global-routing.cc examples/udp-echo.cc src/devices/csma/csma-ipv4-topology.cc src/devices/point-to-point/point-to-point-topology.cc tutorial/point-to-point-ipv4-topology.cc utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/80cdc3eec057
---- re-implement tracing using Attributes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/queue.cc src/node/queue.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/0dd75c81244e
---- port AsciiTrace to Config::ConnectWithContext
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/node/queue.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/08297f16760f
---- port pcap trace to Config.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/08b25d309a04
---- be consistant in how lists of objects are named.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-l3-protocol.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/c937f3317a1f
---- get rid of uneeded TraceResolver
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-ipv4-interface.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/a664a52f2cc3
---- convert to new trace system
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/aadaad12287c
---- use Config-based trace system
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/tcp-large-transfer-errors.cc examples/tcp-large-transfer.cc examples/tcp-small-transfer-oneloss.cc examples/tcp-small-transfer.cc samples/main-random-topology.cc samples/main-random-walk.cc utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/4e9ba43f7b9e
---- remove old trace system
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node-list.cc src/node/node-list.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/91020a8d4264
---- kill TraceResolver et al.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h src/core/wscript src/devices/wifi/mac-low.cc src/internet-node/arp-l3-protocol.h src/internet-node/ascii-trace.cc src/internet-node/ipv4-interface.cc src/internet-node/ipv4-interface.h src/internet-node/ipv4-static-routing.h src/internet-node/tcp-l4-protocol.h src/internet-node/udp-l4-protocol.h src/mobility/hierarchical-mobility-model.cc src/mobility/hierarchical-mobility-model.h src/node/net-device.h src/node/node.cc utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/a9b88fdc09d6
---- kill old code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/array-trace-resolver.cc src/core/array-trace-resolver.h src/core/callback-trace-source.cc src/core/callback-trace-source.h src/core/composite-trace-resolver.cc src/core/composite-trace-resolver.h src/core/fv-trace-source.h src/core/stream-tracer-test.cc src/core/stream-tracer.h src/core/sv-trace-source.h src/core/trace-context-element.cc src/core/trace-context-element.h src/core/trace-context.cc src/core/trace-context.h src/core/trace-doc.cc src/core/trace-doc.h src/core/trace-resolver.cc src/core/trace-resolver.h src/core/trace-source.cc src/core/trace-source.h src/core/uv-trace-source.h src/core/variable-tracer-test.cc src/mobility/hierarchical-mobility-model.cc src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-topology.cc src/mobility/random-topology.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/401bfe8c0176
---- port last rate control algorithms
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-wifi-manager.cc src/devices/wifi/amrr-wifi-manager.h src/devices/wifi/onoe-mac-stations.cc src/devices/wifi/onoe-mac-stations.h src/devices/wifi/onoe-wifi-manager.cc src/devices/wifi/onoe-wifi-manager.h src/devices/wifi/rraa-wifi-manager.cc src/devices/wifi/rraa-wifi-manager.h src/devices/wifi/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/2e6e1a6e0d94
---- renamed files
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/aarf-mac-stations.cc src/devices/wifi/aarf-mac-stations.h src/devices/wifi/amrr-mac-stations.cc src/devices/wifi/amrr-mac-stations.h src/devices/wifi/arf-mac-stations.cc src/devices/wifi/arf-mac-stations.h src/devices/wifi/arf-wifi-manager.cc src/devices/wifi/cr-mac-stations.cc src/devices/wifi/cr-mac-stations.h src/devices/wifi/ideal-mac-stations.cc src/devices/wifi/ideal-mac-stations.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-stations.cc src/devices/wifi/mac-stations.h src/devices/wifi/onoe-mac-stations.cc src/devices/wifi/onoe-mac-stations.h src/devices/wifi/rraa-mac-stations.cc src/devices/wifi/rraa-mac-stations.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/7a38029a2e5b
---- more renamed files
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-high-adhoc.cc src/devices/wifi/mac-high-adhoc.h src/devices/wifi/mac-high-nqap.cc src/devices/wifi/mac-high-nqap.h src/devices/wifi/mac-high-nqsta.cc src/devices/wifi/mac-high-nqsta.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/3fc951966b1b
---- remove unused code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/88a22bc766a1
---- kill dead files.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-default-parameters.cc src/devices/wifi/wifi-default-parameters.h src/devices/wifi/wifi-mac-parameters.cc src/devices/wifi/wifi-mac-parameters.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/fde3236f0e9c
---- branch merge, put humpty back together again
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/wscript src/core/array-trace-resolver.cc src/core/array-trace-resolver.h src/core/callback-trace-source.cc src/core/callback-trace-source.h src/core/composite-trace-resolver.cc src/core/composite-trace-resolver.h src/core/fv-trace-source.h src/core/stream-tracer-test.cc src/core/stream-tracer.h src/core/sv-trace-source.h src/core/trace-context-element.cc src/core/trace-context-element.h src/core/trace-context.cc src/core/trace-context.h src/core/trace-doc.cc src/core/trace-doc.h src/core/trace-resolver.cc src/core/trace-resolver.h src/core/trace-source.cc src/core/trace-source.h src/core/uv-trace-source.h src/core/variable-tracer-test.cc src/devices/wifi/aarf-mac-stations.cc src/devices/wifi/aarf-mac-stations.h src/devices/wifi/amrr-mac-stations.cc src/devices/wifi/amrr-mac-stations.h src/devices/wifi/arf-mac-stations.cc src/devices/wifi/arf-mac-stations.h src/devices/wifi/cr-mac-stations.cc src/devices/wifi/cr-mac-stations.h src/devices/wifi/ideal-mac-station!
s.cc src/devices/wifi/ideal-mac-stations.h src/devices/wifi/mac-high-adhoc.cc src/devices/wifi/mac-high-adhoc.h src/devices/wifi/mac-high-nqap.cc src/devices/wifi/mac-high-nqap.h src/devices/wifi/mac-high-nqsta.cc src/devices/wifi/mac-high-nqsta.h src/devices/wifi/mac-parameters.cc src/devices/wifi/mac-parameters.h src/devices/wifi/mac-stations.cc src/devices/wifi/mac-stations.h src/devices/wifi/onoe-mac-stations.cc src/devices/wifi/onoe-mac-stations.h src/devices/wifi/rraa-mac-stations.cc src/devices/wifi/rraa-mac-stations.h src/devices/wifi/wifi-default-parameters.cc src/devices/wifi/wifi-default-parameters.h src/devices/wifi/wifi-helper.cc src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/helper/adhoc-wifi-netdevice-helper.cc src/helper/adhoc-wifi-netdevice-helper.h src/helper/csma-netdevice-helper.cc src/helper/infra-wifi-netdevice-helper.cc src/helper/infra-wifi-netdevice-helper.h src/internet-node/ipv4-l3-protocol.cc src/mobility/random-topolo!
gy.cc src/mobility/random-topology.h src/node/net-device.h src/topolog
y/adhoc-wifi-netdevice-manager.cc src/topology/adhoc-wifi-netdevice-manager.h src/topology/csma-netdevice-manager.cc src/topology/infra-wifi-netdevice-manager.cc src/topology/infra-wifi-netdevice-manager.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/6a1a0f6e8164
More information about the Ns-commits
mailing list