Thu, 02 Apr 2009 20:41:08 +0400 Kirill Andreev Bugfixes. HWMP on 2-interface network works!
Thu, 02 Apr 2009 19:20:01 +0400 Kirill Andreev Merge
Thu, 02 Apr 2009 19:18:36 +0400 Kirill Andreev Bugfixes with tag
Thu, 02 Apr 2009 17:59:56 +0400 Pavel Boyko Cleanup
Thu, 02 Apr 2009 17:57:18 +0400 Pavel Boyko bugfix in YansWifiChannel::Send
Thu, 02 Apr 2009 17:26:38 +0400 Pavel Boyko merge
Thu, 02 Apr 2009 17:26:20 +0400 Pavel Boyko Add spread interfaces frequency channels option
Thu, 02 Apr 2009 16:05:25 +0400 Andrey Mazo Fix compiler "unused variable" warning.
Thu, 02 Apr 2009 14:58:20 +0400 Andrey Mazo Merge changes from ns-3-dev.
Thu, 02 Apr 2009 14:33:38 +0400 Pavel Boyko Frequency channel switch on channel, PHY and MAC levels
Thu, 02 Apr 2009 13:38:38 +0400 Kirill Andreev Peer link restructured to support multi-interface
Wed, 01 Apr 2009 20:48:05 +0400 Kirill Andreev Bugfix
Wed, 01 Apr 2009 18:45:18 +0400 Pavel Boyko merge with ns3dev
Wed, 01 Apr 2009 18:43:58 +0400 Pavel Boyko Mesh test refactored, see --pcap and --interfaces command line arguments
Wed, 01 Apr 2009 18:05:36 +0400 Pavel Boyko 802.11s helper (ns3::dot11s::MeshWifiHelper) refactored
Wed, 01 Apr 2009 16:14:05 +0400 Pavel Boyko Make routing protocol attribute of mesh point to be accessable by Config::
Wed, 01 Apr 2009 17:50:19 +0400 Kirill Andreev Reverted changes in wif-remote-station-manager concerned with tx-statistics
Wed, 01 Apr 2009 17:38:22 +0400 Kirill Andreev PREQ queue bugfix, tested proactive mode, removed unnseded debug messages
Wed, 01 Apr 2009 16:53:20 +0400 Kirill Andreev Removed commented code, removed unneded debg messages
Wed, 01 Apr 2009 16:21:42 +0400 Kirill Andreev Merge with ns3dev
Wed, 01 Apr 2009 16:21:24 +0400 Kirill Andreev Reactive HWMP is ported!
Wed, 01 Apr 2009 14:12:53 +0400 Pavel Boyko Old HWMP routing table test removed from examples.
Wed, 01 Apr 2009 14:08:52 +0400 Pavel Boyko Build fix
Wed, 01 Apr 2009 14:05:21 +0400 Pavel Boyko HwmpRtable unit test + cleanup
Wed, 01 Apr 2009 13:38:09 +0400 Kirill Andreev Added unicast PREQ, peer link status callback.
Tue, 31 Mar 2009 20:08:05 +0400 Kirill Andreev Ported to new tags
Mon, 23 Mar 2009 21:13:26 +0100 Mathieu Lacage python scan
Mon, 23 Mar 2009 21:02:57 +0100 Mathieu Lacage typo
Mon, 23 Mar 2009 20:57:59 +0100 Mathieu Lacage update API dox
Mon, 23 Mar 2009 20:41:26 +0100 Mathieu Lacage rename normal tags to byte tags
Mon, 23 Mar 2009 20:41:12 +0100 Mathieu Lacage tag -> packet tag
Mon, 23 Mar 2009 20:39:46 +0100 Mathieu Lacage convert to Packet tags
Mon, 23 Mar 2009 15:20:15 +0100 Mathieu Lacage increase packet tag size for Address objects and decrease the size of Address objects for packet tags :)
Fri, 20 Mar 2009 14:30:36 +0100 Mathieu Lacage stop using byte tags
Fri, 20 Mar 2009 14:24:52 +0100 Mathieu Lacage doxygen
Fri, 20 Mar 2009 14:22:23 +0100 Mathieu Lacage add packet tag iterator
Fri, 20 Mar 2009 13:38:51 +0100 Mathieu Lacage PacketTagList
Tue, 31 Mar 2009 18:50:12 +0400 Kirill Andreev Data frames can go
Tue, 31 Mar 2009 18:04:54 +0400 Kirill Andreev PREP propagation ported!!!
Tue, 31 Mar 2009 15:24:16 +0400 Pavel Boyko PREQ unit test created
Tue, 31 Mar 2009 14:55:03 +0400 Pavel Boyko RANN test cleanup
Tue, 31 Mar 2009 14:44:29 +0400 Pavel Boyko Unit test for RANN information element
Tue, 31 Mar 2009 12:40:39 +0400 Pavel Boyko HWMP headers cleanup to create correct doxygen docs
Mon, 30 Mar 2009 22:22:16 +0400 Kirill Andreev restructured precursors in rtable
Mon, 30 Mar 2009 18:13:48 +0400 Pavel Boyko dot11s-codes.h removed. StatusCode enum is found to be unused and removed. ReadonCode enum is moved to dot11s/ie-dot11s-peer-management.h
Mon, 30 Mar 2009 17:47:20 +0400 Pavel Boyko For now mesh point aggregates installed protocols. This is done to allow user directly access protocols via mp->GetObject<...>() (though you must known mesh point and protocol class to do this)
Mon, 30 Mar 2009 14:41:30 +0400 Pavel Boyko merge with ns3-dev
Sun, 29 Mar 2009 13:56:30 +0400 Kirill Andreev Preq propagation ported:)
Fri, 27 Mar 2009 20:03:13 +0300 Kirill Andreev First PREQ delivered
Fri, 27 Mar 2009 16:33:08 +0300 Kirill Andreev HwmpProtocol: path error procedure reviewed, RequestRoute reviewed
Fri, 27 Mar 2009 13:46:02 +0300 Kirill Andreev Restructured rtable, queue size moved from protocol setter to attribute
Thu, 26 Mar 2009 21:11:29 +0300 Kirill Andreev Removed dot11s-parameters and they are made as attributes
Thu, 26 Mar 2009 20:25:40 +0300 Kirill Andreev Added HWMP tag to mercurial :)
Thu, 26 Mar 2009 20:17:41 +0300 Kirill Andreev More bufix
Thu, 26 Mar 2009 20:13:54 +0300 Kirill Andreev Fixrd bugs with address extensions, broadcast frames can go through L2Routing
Thu, 26 Mar 2009 16:53:49 +0300 Kirill Andreev Attach interfaces replaced with Install. Helper is simplifyed
Thu, 26 Mar 2009 14:00:46 +0300 Kirill Andreev HWMP is attached to mesh point device and MAC layer with zero functionality
Wed, 25 Mar 2009 23:19:27 +0300 Kirill Andreev HWMP rolled to "initial position"
Wed, 25 Mar 2009 22:24:20 +0300 Kirill Andreev HWMP rtable and tag added back to wscripts without any changes
Wed, 25 Mar 2009 18:11:01 +0300 Kirill Andreev HWMP files renamed
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip