[Ns-commits] craigdo/ns-3-traces
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sat Feb 28 15:10:19 PST 2009
---- Proposed RNG API changes
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examp!
les/csma-raw-ip-socket.cc examples/csma-star.cc examples/first.cc examples/global-routing-slash32.cc examples/realtime-udp-echo.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/star.cc examples/static-routing-slash32.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/third.cc examples/wifi-wired-bridging.cc src/core/random-variable.cc src/core/random-variable.h src/devices/csma/backoff.cc src/mobility/random-direction-2d-mobility-model.cc src/routing/olsr/olsr-agent-impl.cc utils/run-tests.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/debf1a8a96d3
---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_simulator.py
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/7f7331a4c165
---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files:
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/bdce17c3a0e8
---- Expose RNG seed/run # to attributes; bindings update
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_simulator.py src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/73b49aa25221
---- Undo a change which does not compile
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/rng-stream.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/509a818e8cdf
---- Fix old code that crept in
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/86a97665dcb0
---- Commit Mathieu's coding style cleanup of random-variable
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/40e5d5af3c71
---- Apply Mathieu's change: remove all calls to SetSeed
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/csma-star.cc examples/first.cc examples/global-routing-slash32.cc examples/realtime-udp-echo.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/star.cc examples/static-routing-slash32.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/third.cc examples/wifi-wired-bridging.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/f1d873a81159
---- Mathieu's patch: update users of GetSingleValue
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/devices/csma/backoff.cc src/devices/csma/backoff.h src/devices/wifi/random-stream.cc src/devices/wifi/random-stream.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/a08201e94eb2
---- Michelle's bounds patch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/b30027eeb387
---- Update the bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/b9158015b8aa
---- Remove the nonsensical GetSeed
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/4814b2348908
---- Update the bindings for GetSeed change
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/1a7aced59ed6
---- Get/Set the package seed in a static variable
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/6f9f859bae8b
---- Explicit cast and correction in wifi/RandomStream
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/devices/wifi/random-stream.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/8d2d1e6c390b
---- Sync with dev
user: raj at nsnam.ece.gatech.edu
files:
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/db7d9ee72d1d
---- Almost have env variable support for RNG right
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/7ec503ed040d
---- Fix previous changeset
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/rng-stream.cc utils/run-tests.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/c070d2fca46d
---- Sync with ns-3-dev
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py examples/second.cc examples/third.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/6ef5bba17bf9
---- Rescan the bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_tap_bridge.py
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/f086b7b943b8
---- Merge in rng-changes branch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/csma-star.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/4d3a27e39fa6
---- fix build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/tap-wifi-dumbbell.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/f03281563857
---- kill dead API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/f6d7db7580ff
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/c35796bc0b4b
---- improve coherency between UniformVariable and RandomVariable, explain why the extra overload is necessary.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/3d4788bd1ddd
---- add regression tests back
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/d84e644c9692
---- let GlobalValue do RNG environment variable processing
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/rng-stream.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/7c98934dcccd
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wifi-wired-bridging.cc
url: http://code.nsnam.org/craigdo/ns-3-traces/rev/a8c7089acd3f
More information about the Ns-commits
mailing list