Commit Graph

4357 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
0c8ec6fa07 HierarchicalMobilityModel: allow the parent model to be NULL, make the child/parent setters public, and add more detailed documentation; closes bug #511 2009-04-17 15:35:22 +01:00
Gustavo J. A. M. Carneiro
e65ce189da merge 2009-04-17 15:11:38 +01:00
Gustavo J. A. M. Carneiro
27cafe1db2 Now _really_ fix #551 2009-04-17 15:11:07 +01:00
Mathieu Lacage
eb76ef65e9 bug 552: build with gcc 4.4 2009-04-17 15:22:41 +02:00
Mathieu Lacage
2961e29d7c merge 2009-04-17 14:06:51 +02:00
Mathieu Lacage
b3507de41f output rraa simulation 2009-04-17 14:06:20 +02:00
Mathieu Lacage
af651b44a9 register a correct TypeId 2009-04-17 13:45:25 +02:00
Gustavo J. A. M. Carneiro
a84c274612 merge 2009-04-17 12:44:34 +01:00
Gustavo J. A. M. Carneiro
0ffb6a5549 Enable the link option --enable-auto-import on cygwin; closes #525. 2009-04-17 12:44:11 +01:00
Mathieu Lacage
08c152ff85 fix typo 2009-04-17 13:11:41 +02:00
Mathieu Lacage
f118d2df6b make debug builds work again 2009-04-17 12:58:22 +02:00
Mathieu Lacage
5846c0fc2a handle rts somewhat better 2009-04-17 11:43:14 +02:00
Mathieu Lacage
b225d123c8 order similarly to base class 2009-04-17 11:06:26 +02:00
Mathieu Lacage
6148894498 cleanup 2009-04-17 11:06:05 +02:00
Federico Maguolo
9e0617b9fc cara rate control 2009-04-17 10:59:51 +02:00
Mathieu Lacage
e9f4c3f120 rescan python 2009-04-17 09:59:59 +02:00
Mathieu Lacage
dbf5feba29 cleanup 2009-04-17 09:59:54 +02:00
Mathieu Lacage
970779ab0e add reference to paper 2009-04-17 09:56:04 +02:00
Mathieu Lacage
383f8cb027 cleanup a bit 2009-04-17 09:34:43 +02:00
Mathieu Lacage
4ab9fd3263 use manager variables instead of per-station variables 2009-04-17 09:23:50 +02:00
Mathieu Lacage
e8e7ca3ad1 coding style 2009-04-17 09:17:19 +02:00
Mathieu Lacage
6a54ac4a5d merge 2009-04-17 09:13:50 +02:00
Federico Maguolo
5a9a6eab99 bug 536: aarf-cd rate control 2009-04-17 09:13:14 +02:00
Gustavo J. A. M. Carneiro
735164d2cd script typo fix; bug #551. 2009-04-16 22:20:37 +01:00
Gustavo J. A. M. Carneiro
7ddd83ed2c Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532 2009-04-16 16:47:02 +01:00
Timo Bingmann
acb6ddb685 make ./waf check pass again. 2009-04-16 15:58:22 +02:00
Mathieu Lacage
713628977f merge 2009-04-16 13:29:37 +02:00
Nicola Baldo
22545849a4 bug 534: non-const Ptr<T>::operator * () returns const reference 2009-04-16 13:28:51 +02:00
Gustavo J. A. M. Carneiro
fe935b18d2 waf fix 2009-04-16 12:02:11 +01:00
Gustavo J. A. M. Carneiro
59a10746ae merge 2009-04-16 11:02:11 +01:00
Mathieu Lacage
1c60682201 bug 548: missing license header 2009-04-16 11:30:25 +02:00
Timo Bingmann
8c84b0781e bug 531: Adds NonUnicastMode attribute to WifiRemoteStationManager 2009-04-16 11:17:31 +02:00
Mathieu Lacage
48d617eb9d rescan python 2009-04-16 11:10:27 +02:00
Mathieu Lacage
1177cadc35 bug 498: Object Name Service Obsoletes Legacy Naming 2009-04-16 11:10:17 +02:00
Mathieu Lacage
306fe22769 bug 542: invalid trace paths 2009-04-16 11:00:13 +02:00
Mathieu Lacage
d2631f6102 detect duplicate attributes, even in parent classes 2009-04-16 10:55:56 +02:00
Mathieu Lacage
5cdcf130a5 rename attribute from Position to PositionAllocator to avoid conflict with Position attribute defined in ns3::MobilityModel 2009-04-16 10:55:42 +02:00
Mathieu Lacage
c9c9a434d4 bug 544: TypeId::AddTraceSource should assert on duplicate trace source name 2009-04-16 10:27:55 +02:00
Timo Bingmann
9613fb839c bug 475: GammaVariable and ErlangVariable 2009-04-16 10:07:48 +02:00
Mathieu Lacage
3f90d9595a scan python 2009-04-16 09:25:32 +02:00
Nicola Baldo
a9fce22aa7 noiseFloor -> noiseFigure (bug 543) 2009-04-15 13:56:01 +02:00
Gustavo J. A. M. Carneiro
62add283d4 Upgrade to WAF 1.5.4 2009-04-13 23:10:37 +01:00
Gustavo J. A. M. Carneiro
069c9f301e Fix receiving bug in BridgeNetDevice regarding packet for the node itself
A node containing a BridgeNetDevice has two interfaces, the bridge netdevice adopts one of the MAC addresses as its own address.  Whenever a packet has to be sent by the node itself (as opposed to bridged), the packets are sent using that MAC address.  The source MAC address used when transmitting in one real netdevice may end up being the MAC address of another real netdevice, and any eventual reply will arrive with a destination MAC address of that other netdevice.  Therefore, when receiving packets of type PACKET_OTHERHOST we need to check for this condition, instead of always assuming the packet is to be forwarded.
2009-04-09 15:17:28 +01:00
Tom Henderson
3a277c0b56 revert gtk-config-store in csma-broadcast example 2009-04-06 22:05:02 -07:00
Gustavo J. A. M. Carneiro
199680e76e Add code that, when waf is updated in a future version, makes sure python bindings are re-generated whenever the optional features set changes. 2009-04-06 13:05:59 +01:00
Sebastien Vincent
df508b44f6 Fix bug 529 (logged values in hex after using Ipv6Address::Print). 2009-04-06 11:12:42 +02:00
Tom Henderson
1f612b1dc0 fix csma-broadcast for regression script 2009-04-04 13:48:13 -07:00
Mathieu Lacage
0b4406a005 fix typo 2009-04-03 20:09:07 +02:00
Gustavo J. A. M. Carneiro
3e22a2d98d Less error hiding anti-pattern when running regression tests. 2009-04-02 13:16:13 +01:00
Raj Bhattacharjea
9a4d43a6c1 Tag ns-3.4 2009-04-01 19:16:18 -04:00