Commit Graph

13769 Commits

Author SHA1 Message Date
Tommaso Pecorella
0ce701b2c6 manual: fix sphinx code highlighting 2018-08-31 16:58:43 +02:00
Tommaso Pecorella
dac342dff1 sixlowpan: remove unused includes 2018-04-25 22:34:07 -05:00
Tom Henderson
d02a3ef91c Update RELEASE_NOTES and CHANGES.html 2018-08-30 22:20:24 -07:00
Tom Henderson
a764dd115e Added tag ns-3.29 for changeset ee1b8a17f63a 2018-08-30 13:40:48 -07:00
Tom Henderson
ac2ed49e02 tcp: Update status of NSC TCP in manual 2018-08-30 13:39:08 -07:00
Tom Henderson
1483459c44 config-store: (workaround for #2978) disable deprecation warning 2018-08-29 18:54:57 -07:00
Tom Henderson
971c25bcbe build: Replace lingering instances of Options.platform 2018-08-26 11:01:00 -07:00
Tom Henderson
8ccb787371 tcp: Update model status and list citations explicitly 2018-08-26 06:55:57 -07:00
Natale Patriciello
813ec47cd1 tcp: Add published citations to documentation 2018-08-26 06:33:14 -07:00
Zoraze Ali
939dad8850 Update CHANGES.html and RELEASE_NOTES 2018-08-25 22:00:05 -07:00
Zoraze Ali
ea92d498b4 lte: Rescan API definitions for bindings 2018-08-25 21:58:38 -07:00
Zoraze Ali
9499352730 lte: Fix doxygen issues 2018-08-25 21:58:09 -07:00
Zoraze Ali
07bd8e28e7 lte: Update global pathloss database to new API 2018-08-25 21:57:29 -07:00
Zoraze Ali
d4950084ea test: Update LossTracedCallback typedef test to new API 2018-08-25 21:56:49 -07:00
Zoraze Ali
0a794467c0 spectrum: Add new trace Gain and refactor to avoid code duplication 2018-08-25 21:56:07 -07:00
Zoraze Ali
1af4d02a14 lte: (fixes #2974) Update IPv6 declarations 2018-08-25 21:54:42 -07:00
Tom Henderson
16570e0079 build: Fix type mismatch due to Python 3.7 API change 2018-08-24 18:06:28 -07:00
Steve Smith
12a3af0e02 build: Updating Waf 1.8.19 to 2.0.9
*) Platform was no longer recognized as a attribute of Options.  Used waf
Utils call to obtain unversioned platform name.

*) Task classes renamed from <taskname>_task to <taskname>.

Waf was not finding the classes when named with _task suffix.

*) Waf removed check option for 'type_name' check.

Added explicit embedded code snippet based on previous Waf versions to perform uint128 checks.

*) Waf source attribute is now strings, need to convert to nodes to retrieve parent node.

# Orig 1.8.19 testdir = self.source[-1].parent.path_from(self.bld.srcnode)
testdir = self.to_nodes(self.source[-1])[0].parent.path_from(self.bld.srcnode)
2018-08-24 18:02:14 -07:00
Tom Henderson
36bd5763cc update CHANGES.html and RELEASE_NOTES for ns-3.29 2018-08-16 17:42:31 -07:00
Tom Henderson
22117f2aec Update AUTHORS for ns-3.29 2018-08-16 17:14:21 -07:00
Tom Henderson
3c93b566dd config-store: Update API definitions 2018-08-16 14:09:40 -07:00
Tom Henderson
c20d72be39 Align wscript with commit 13738:e47d8f1fc8db 2018-08-15 17:06:31 -07:00
Stefano Avallone
a47ebd9ea5 network: (fixes #2948) Allow full range of socket priority values 2018-08-15 15:57:48 -07:00
Manuel Requena
40d380b2b1 test: (fixes #2949) Exit test.py if incorrect fullness option used 2018-08-15 14:02:21 -07:00
Tom Henderson
93e823d3e8 Add note about GTK+3 requirement for Pyviz 2018-08-15 13:19:57 -07:00
Tom Henderson
6011b1d962 visualizer: workaround for get_bounds() TypeError 2018-08-15 12:27:15 -07:00
Gustavo Carneiro
6ae76066e7 pyviz: more fixes to make it work with PyGObject3 2018-08-15 12:27:09 -07:00
Gustavo Carneiro
326a892be0 pyviz detection features 2018-08-15 12:27:05 -07:00
Gustavo Carneiro
dbfed2516a Improve instructions for enabling visualizer on examples 2018-08-15 12:26:27 -07:00
Gustavo Carneiro
a949de4fa6 more pyviz porting fixes 2018-08-15 12:26:01 -07:00
Gustavo Carneiro
909b02fed1 WIP: Porting PyViz to Gobject Introspection and Gtk 3 2018-08-15 12:25:34 -07:00
Nicola Baldo
64b9588860 antenna: allow non-unitary gain for IsotropicAntennaModel 2018-08-13 18:55:01 -07:00
Tom Henderson
26df85d8bf wifi: Document origin of formula 2018-08-13 18:41:44 -07:00
Tom Henderson
9deaad5ae7 rescan bindings 2018-08-09 10:14:27 -07:00
Tom Henderson
ac46c69b92 build: Fix inconsistent indentation 2018-08-09 09:25:50 -07:00
Tom Henderson
a04ea625f7 network: Add NodeContainer::Contains() 2018-08-09 05:53:06 -07:00
Tom Henderson
55df7237fe network: Add ApplicationContainer::StartWithJitter() 2018-08-08 16:31:39 -07:00
Tom Henderson
0a29d747c6 wifi: Add StaWifiMac::BeaconArrival trace source 2018-08-08 16:10:50 -07:00
Tom Henderson
8c235ab250 Update changelog 2018-08-08 15:25:27 -07:00
Sébastien Deronne
16a2d19fee network: (fixes #2948) Allow priority settings up to value 7 2018-08-07 12:45:56 +02:00
Sébastien Deronne
5f82de724d wifi: Add support for 802.11ax radiotap 2018-08-07 12:43:45 +02:00
Sébastien Deronne
66b181107e network: Cleanup unused RadiotapHeader functions 2018-08-07 12:43:18 +02:00
Sébastien Deronne
500c385579 wifi: Cleanup code duplication in WifiPhyHelper 2018-08-07 10:44:57 +02:00
Tom Henderson
ad79870ba6 build: (fixes #2936) Disable -Wparentheses with GTK+ and gcc-8 2018-08-06 21:55:21 -07:00
Sébastien Deronne
7cf760a078 Update RELEASE_NOTES 2018-08-06 19:54:22 +02:00
Alexander Krotov
f338b84929 propagation: fix a typo 2018-08-06 11:51:58 +03:00
Alexander Krotov
c5152f312a wifi: Reset SNR to 0.0 in IdealWifiManager if transmission fails
When IdealWifiManager has too high SNR estimation
(for example, if pathloss has increased due to mobility),
it is unable to receive any new SNR values.
As a result, it keeps using too high MCS.

This patch makes it reset SNR estimation when retry counter reaches
maximum number of retransmissions.
2018-07-27 12:52:22 +03:00
Tom Henderson
34cd6172ba documentation: Clear Sphinx warnings 2018-08-05 17:12:43 -07:00
Tom Henderson
2986b7a324 documentation: Fix chapter numbering in manual 2018-08-05 14:56:01 -07:00
Tom Henderson
b2158512ec build: (partial fix #2938) Add --disable-werror flag to Waf 2018-08-05 14:23:39 -07:00