[Ns-commits] lj/ns-3-netlink

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Wed Aug 27 21:02:12 PDT 2008


---- Python: ignore TracedCallback classes for the time being: they were never usable and were triggering pybindgen generate code compilation problems.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulescan.py
url: http://code.nsnam.org/lj/ns-3-netlink/rev/ab1673dcdf58


---- Python: fix bad parameter passed into pybindgen.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org/lj/ns-3-netlink/rev/99f49426595a


---- Rescan Python bindings
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/lj/ns-3-netlink/rev/427638d49248


---- New PyBindGen version needed.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/1ca4a0f2e4f4


---- Don't scan python bindings until the everything.h file to be scanned is generated.  Closes #288.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/15fe83e15ff5


---- New pybindgen version, fixes a couple of bugs caught by regression testing.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/db139d2d728e


---- Make copy constructors of some wifi classes private so that pybindgen won't use them (they are not usable)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/04315a10b9c1


---- New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
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_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_udp_echo.py bindings/python/ns3_module_wifi.py bindings/python/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/3685ab98e4b2


---- Fix a unit test typo (thanks Providence Salumu Munga
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/9358e0be63d2


---- New PyBindGen, fixes python wrapper identity issue.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript utils/python-unit-tests.py
url: http://code.nsnam.org/lj/ns-3-netlink/rev/cecda7126440


---- bug 285: NetDevice base class should define an attribute Mtu.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/e60083af704c


---- bug 273: constify packet pointers.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/node/net-device.h src/node/node.cc src/node/node.h src/node/packet-socket.cc src/node/packet-socket.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/e5ab96db540e


---- shared Mac48 multicast code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/csma/csma-net-device.cc src/devices/wifi/wifi-net-device.cc src/node/mac48-address.cc src/node/mac48-address.h src/node/simple-net-device.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/4eaf02702f17


---- repeat enum keyword.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/42988e5cce5e


---- document API change
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/lj/ns-3-netlink/rev/fbf628eb3ca6


---- bug 273: fix python bindings.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/lj/ns-3-netlink/rev/b822851cb95d


---- bug 279: Packets need metadata support for printing without header checking
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet.cc src/common/packet.h src/helper/csma-helper.cc src/helper/point-to-point-helper.cc src/helper/wifi-helper.cc utils/bench-packets.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/065488d0420c


---- Bridge documentation (#286)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/devices/bridge/bridge-channel.h src/devices/bridge/bridge-net-device.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/6d041a5be1db


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/devices/bridge/bridge-net-device.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/bfea2a4da368


---- remove dead code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/uid-manager.cc src/core/uid-manager.h src/core/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/1c401259af61


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/lj/ns-3-netlink/rev/acd6d5b9c40d


---- doxygen OnOffHelper.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/on-off-helper.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/e24c4db6fd71


---- Pull in Mathieu's PyBindGen fix.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/6c3efec9cbe6


---- add realtime simulator and associated tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/realtime-udp-echo.cc examples/wscript regression/tests/test-realtime-udp-echo.py src/simulator/default-simulator-impl.cc src/simulator/event-impl.cc src/simulator/event-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/synchronizer.cc src/simulator/synchronizer.h src/simulator/wall-clock-synchronizer.cc src/simulator/wall-clock-synchronizer.h src/simulator/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/5aa65b1ea001


---- ifdef out ability to feed real-time through simulator
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/simulator/event-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/e388935fa948


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: 
url: http://code.nsnam.org/lj/ns-3-netlink/rev/385bdac52fd3


---- forgot to remove uneeded copy
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/775d9648a294




More information about the Ns-commits mailing list