Commit Graph

1264 Commits

Author SHA1 Message Date
Mathieu Lacage
1e6415ce45 add MacLow to build 2007-10-09 11:36:13 +02:00
Mathieu Lacage
e4f6408939 do not include dead header 2007-10-09 11:07:18 +02:00
Mathieu Lacage
497bb74d5a replace header mode with preamble mode 2007-10-09 11:07:05 +02:00
Mathieu Lacage
dee939e78c remove extra WifiPhy::SendPacket argument. Add header mode support 2007-10-09 10:21:46 +02:00
Mathieu Lacage
bb9a9fb06d port to new MacStation API 2007-10-08 17:04:34 +02:00
Mathieu Lacage
1a0edab86e port ArfMacStations to new MacStation API 2007-10-08 17:02:20 +02:00
Mathieu Lacage
673ac3faa9 remove 'All rights reserved' 2007-10-08 16:04:59 +02:00
Mathieu Lacage
3833b9b585 remove 'All rights reserved' 2007-10-08 16:04:57 +02:00
Mathieu Lacage
6ba9224f32 port to new MacStation API 2007-10-08 16:04:12 +02:00
Mathieu Lacage
d138a49895 implement broadcast/multicast MacStation 2007-10-08 15:58:07 +02:00
Mathieu Lacage
0e434f0212 fix copyright statement 2007-10-08 15:44:08 +02:00
Mathieu Lacage
f807067337 use WifiMode rather than mode indexes in MacStations API. 2007-10-08 15:43:19 +02:00
Mathieu Lacage
5e5800363e add operator == for WifiMode 2007-10-08 15:42:07 +02:00
Mathieu Lacage
d643cf8c1d add WifiMode mandatory flag 2007-10-08 15:36:37 +02:00
Mathieu Lacage
0873562023 add MacStations::LookupNonUnicast 2007-10-08 14:43:53 +02:00
Mathieu Lacage
ca890b509a add Mac48Address::IsBroadcast/IsMulticast 2007-10-08 14:43:29 +02:00
Mathieu Lacage
59fc14c57c move mac-station code in mac-stations 2007-10-08 14:33:29 +02:00
Mathieu Lacage
728d858f15 add CrMacStations to build 2007-10-03 15:46:28 +02:00
Mathieu Lacage
2029981f00 build MacParameters 2007-10-03 15:44:02 +02:00
Mathieu Lacage
17a02b8fbb install header 2007-10-03 14:22:41 +02:00
Mathieu Lacage
75a174bc7b no need for ns3 prefix 2007-10-03 14:22:03 +02:00
Mathieu Lacage
086e01fcb8 no need for ns3 prefix 2007-10-03 14:21:19 +02:00
Mathieu Lacage
a219428887 add missing header 2007-10-03 14:20:07 +02:00
Mathieu Lacage
ca86b0acf9 add missing header 2007-10-03 14:19:54 +02:00
Mathieu Lacage
f20df8a492 build WifiMacTrailer 2007-10-03 14:19:24 +02:00
Mathieu Lacage
d742b306d7 forgot to add wscript file 2007-10-03 14:11:10 +02:00
Mathieu Lacage
119c647097 build WifiMacHeader 2007-10-03 14:08:31 +02:00
Mathieu Lacage
64c6fa6525 add more files to build 2007-10-03 13:12:26 +02:00
Mathieu Lacage
5a7965468d add MacStation to build 2007-10-03 13:11:28 +02:00
Mathieu Lacage
855ccbf300 add MacStations to build 2007-10-03 13:10:44 +02:00
Mathieu Lacage
9e055bd52f implement WifiPhy::GetChunkSuccessRate 2007-10-03 11:35:07 +02:00
Mathieu Lacage
d4a36c2e0f use WifiMode rather than TransmissionMode 2007-10-03 11:01:17 +02:00
Mathieu Lacage
1d0c9511a5 Phy80211 -> WifiPhy 2007-10-02 12:42:16 +02:00
Mathieu Lacage
cd73b37673 WifiPhy class 2007-10-02 12:41:04 +02:00
Mathieu Lacage
caf0a2c143 add ssid to build 2007-10-02 11:38:47 +02:00
Mathieu Lacage
06cb649b55 add missing implementations 2007-10-02 11:36:12 +02:00
Mathieu Lacage
3745686f38 merge with trunk 2007-10-01 15:41:19 +02:00
Gustavo J. A. M. Carneiro
2f4da0f0b0 Make Object::QueryInterface and AddInterface check for the aggregate refcount instead of the object refcount, reason explained in a comment near Object::CheckLoose. Add the same check also to TraceConnect/Disconnect and GetTraceResolver. 2007-10-01 14:33:17 +01:00
Gustavo J. A. M. Carneiro
e525cd4465 Fix infinite loop in CommandLine::Parse when trying to ignore a badly formed parameter. 2007-09-28 17:13:20 +01:00
Gustavo J. A. M. Carneiro
f6dcef3b49 Add a couple of NS_LOG_PARAM calls for debugging. 2007-09-26 18:09:19 +01:00
Gustavo J. A. M. Carneiro
392b535cf0 Check for the common error of enabling packet metadata in the middle of a simulation, and give appropriate advice in this case. Closes #78. 2007-09-24 16:11:43 +01:00
Gustavo J. A. M. Carneiro
bd51ec2c87 Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51). 2007-09-24 11:00:08 +01:00
Gustavo J. A. M. Carneiro
75c461c8f9 Remove a redundant log message 2007-09-21 18:07:54 +01:00
Gustavo J. A. M. Carneiro
c8d4f578af Call Simulator::Destroy () before running simulator unit tests, to force time to start from zero (some tests check for absolute times) 2007-09-21 18:04:53 +01:00
Gustavo J. A. M. Carneiro
4b242b57c8 Use NS_TEST_* macros for simulator unit tests 2007-09-21 17:57:06 +01:00
Gustavo J. A. M. Carneiro
6a5e3bf70d Fix a small error in the unit test added recently (though it doesn't change the result) 2007-09-21 15:57:20 +01:00
Gustavo J. A. M. Carneiro
43bb81fd82 Add a couple of Udp socket unit tests: unicast (passing) and broadcast (failing, bug #51). 2007-09-21 15:54:00 +01:00
Tom Henderson
1d79c8dc53 change ephemeral port range to 49152-65535 (IANA recommendation) 2007-09-14 16:11:36 -07:00
Tom Henderson
bba1cb3859 remove local address setting from UdpSocket::Connect() 2007-09-14 15:46:04 -07:00
Tom Henderson
9ef345f02d Enable enqueue/dequeue tracing for point-to-point links 2007-09-14 14:42:31 -07:00