Commit Graph

538 Commits

Author SHA1 Message Date
Mathieu Lacage
8a32b1e369 fix bug reported by Gustavo Carneiro: AP does not reply to ARP request. 2008-04-14 17:12:52 -07:00
Tom Henderson
c802635595 Some doxygen work 2008-04-03 09:07:15 -07:00
Mathieu Lacage
d1d683ee21 remove 'All rigts reserved' keyword per tom's suggestion 2008-03-31 14:56:41 -07:00
Mathieu Lacage
b41554c18f kill dead code. 2008-03-31 14:36:21 -07:00
Mathieu Lacage
6ac2042e55 tweak doxygen 2008-03-31 09:51:30 -07:00
Tom Henderson
7771ab6562 enable csma multicast 2008-03-29 06:33:19 -07:00
Mathieu Lacage
27615d70d1 use lsb order rather than network order 2008-03-28 18:45:52 -07:00
Mathieu Lacage
1a443df051 initialize no more fragment flag 2008-03-28 18:45:26 -07:00
Federico Maguolo
e0346ac124 GetMaxSsrc -> NeedRtsTransmission and GetMaxSlrc -> NeedDataRetransmission 2008-03-28 12:14:02 -07:00
Providence SALUMU MUNGA
02dc54f597 tx power shoudl reflect the user-selected power level, not be always the power level zero. 2008-03-28 11:25:07 -07:00
Mathieu Lacage
e9c67a3ada Rx traces report the full packet and make sure we set the length field correctly in case of LLC encapsulation 2008-03-28 10:21:57 -07:00
Mathieu Lacage
37f1478f00 use an attribute name which matches the member variable and method 2008-03-26 16:12:36 -07:00
Mathieu Lacage
2fe2751c9e do not aggregate error model to device 2008-03-26 14:53:00 -07:00
Raj Bhattacharjea
7020d1611e A CSMA channel typo (Bug 152 reported by Guillaume Vu-Brugier) 2008-03-26 11:15:42 -04:00
Mathieu Lacage
ab8a395c49 ensure type is registered 2008-03-25 17:01:56 -07:00
Raj Bhattacharjea
7b8b8e8de3 Fix a typo that caused stack overflow 2008-03-25 11:51:22 -04:00
Mathieu Lacage
c6868e0961 ensure registration. 2008-03-24 16:29:43 -07:00
Mathieu Lacage
386b5fe6eb make ns3::Channel wholy pure. 2008-03-24 13:33:41 -07:00
Mathieu Lacage
08ce187c6b doxygen. 2008-03-21 12:56:40 -07:00
Mathieu Lacage
d3fb648979 fix build 2008-03-21 12:56:33 -07:00
Mathieu Lacage
fa8f4bf528 improve doxygen 2008-03-21 12:33:35 -07:00
Mathieu Lacage
8125fab8c3 add missing header 2008-03-21 11:04:29 -07:00
Mathieu Lacage
7fe3f102ff remove dead header 2008-03-21 09:57:27 -07:00
Mathieu Lacage
53b38a05ea remove dead header 2008-03-21 09:56:48 -07:00
Mathieu Lacage
8aada40095 merge 2008-03-21 09:09:32 -07:00
Mathieu Lacage
621b84064a AllocateUid/Search seem to not calculate correctly mode uids. 2008-03-21 09:09:10 -07:00
src/devices/wifi/Federico Maguolo
c9785a0ef0 Composite and Jakes propagation loss models. 2008-03-21 04:51:36 +01:00
Federico Maguolo
73ea5d6192 PropagationLossModel::GetRxPower -> PropagationLossModel::GetLoss 2008-03-21 04:49:23 +01:00
Mathieu Lacage
fc3824059b point to point smoke tests 2008-03-20 10:14:02 -07:00
Mathieu Lacage
ef44869539 merge TypeId in headers and trailers branch 2008-03-20 09:56:03 -07:00
Mathieu Lacage
f7aa0eb745 static-ify 2008-03-19 15:43:08 -07:00
Mathieu Lacage
881590b6d7 A bunch of wifi smoke tests. 2008-03-19 15:30:41 -07:00
Mathieu Lacage
c78d5b071a fix typename 2008-03-19 15:30:18 -07:00
Mathieu Lacage
6974ce4f24 get the typename right. make sure the object is registered with our type system. 2008-03-19 15:14:17 -07:00
Mathieu Lacage
5b42ef5b02 make sure the trace hooks get a full packet as input. 2008-03-19 12:36:09 -07:00
Mathieu Lacage
10bbdc4176 add SetAddress methods. 2008-03-19 11:19:05 -07:00
Mathieu Lacage
cabfd83031 improve pretty-printing output. 2008-03-19 11:10:37 -07:00
Mathieu Lacage
1518a1dbd1 add extra trace sources 2008-03-19 11:10:02 -07:00
Mathieu Lacage
2f666d9622 make sure all headers and trailers gets a constructor registered in their TypeId. 2008-03-19 10:31:50 -07:00
Mathieu Lacage
30525bef9a make sure the Rx trace event also gets the llc header to be symetric with the tx event. 2008-03-19 10:30:59 -07:00
Mathieu Lacage
6b9fc231e1 remove dead code. 2008-03-17 14:49:52 -07:00
Mathieu Lacage
5d4ecfc62c define a TypeId for each Header/Trailer. 2008-03-17 13:12:17 -07:00
Mathieu Lacage
1806cbede9 get rid of unneeded object-base include 2008-03-16 20:47:46 +01:00
Mathieu Lacage
939cee7ac3 do not use ObjectBase as a base class. 2008-03-16 18:42:23 +01:00
Mathieu Lacage
ef0a14d093 make sure that all the Setters can be invoked in any order without memory leak 2008-03-15 23:04:01 +01:00
Mathieu Lacage
b685071f5a release the channel. 2008-03-15 22:27:42 +01:00
Mathieu Lacage
2ea43c9729 avoid double-frees. 2008-03-15 22:27:35 +01:00
Mathieu Lacage
7ecce753a6 use the right position attribute name. 2008-03-15 19:38:00 +01:00
Gustavo J. A. M. Carneiro
9cf6137916 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to. 2007-12-26 13:40:39 +00:00
Mathieu Lacage
c4b1bff412 move helpers to their own dir. 2008-03-13 14:24:45 -07:00