eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

ns3 obj.py possible bug #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in /usr/lib/python2.7/dist-packages/corens3/obj.py

the following line of class Ns3WifiNet(CoreNs3Net)

self.wifi = ns.wifi.WifiHelper()

likely should be

self.wifi = ns.wifi.WifiHelper().Default()

Original issue reported on code.google.com by and.de...@gmail.com on 1 Jun 2013 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by ahrenh...@gmail.com on 3 Jun 2013 at 3:22

GoogleCodeExporter commented 9 years ago
fixed in r788

tested the proposed change in ns-3.17 OK

Original comment by ahrenh...@gmail.com on 3 Jun 2013 at 6:54