Commit Graph

13788 Commits

Author SHA1 Message Date
Zoraze Ali
fd84244d25 lte: rescan API definitions for bindings 2018-09-06 14:04:03 +02:00
Zoraze Ali
c52aebdb49 lte: set number of component carriers in RRC through CCM 2018-09-06 14:01:00 +02:00
Zoraze Ali
eea6a766de spectrum: trigger the new Gain trace for every transmission 2018-09-06 12:08:35 +02:00
Alexander Krotov
82d5866166 wifi: use Seconds() instead of multiplying by 1e9 and using NanoSeconds() 2018-09-06 12:01:06 +03:00
Alexander Krotov
d2b32d98ac wifi: use Time::IsPositive 2018-09-06 12:00:31 +03:00
Alexander Krotov
66ce420f42 wifi: fix IdleCurrent attribute description
Current is measured in Amps, not Watts
2018-09-06 11:33:15 +03:00
Alexander Krotov
576d5b329f wifi: move duplicate code to WifiRadioEnergyModel::GetStateA 2018-09-05 18:45:52 +03:00
Zoraze Ali
c8a007b5ea lte: (fixes #2979) remove unused variables and functions from UE RRC and UE CCM 2018-09-05 15:54:52 +02:00
Tom Henderson
bf977036c2 Add release dedication 2018-09-05 06:34:54 -07:00
Sébastien Deronne
96b970f1b1 wifi: Fix supported streams in VHT operation and HE operation IEs 2018-09-02 22:40:21 +02:00
Sébastien Deronne
40b1dc2db8 wifi: Add support for IE_EXTENSION and fix 802.11ax information elements 2018-09-02 22:39:12 +02:00
Tommaso Pecorella
534f28383b internet-apps: rescan bindings 2018-09-02 01:20:09 +02:00
Tommaso Pecorella
95bb72b5b4 sixlowpan: rescan bindings 2018-09-02 01:20:09 +02:00
Tommaso Pecorella
4c9c7c121e topology-read: rescan bindings 2018-09-02 01:20:09 +02:00
Tommaso Pecorella
ab925e6c96 internet-apps: rescan bindings 2018-08-31 21:53:46 +02:00
Tommaso Pecorella
6228dd3ec3 internet-apps: remove unused includes 2018-08-31 22:20:06 +02:00
Tommaso Pecorella
dc67e4a6b6 topology-read: rescan bindings 2018-08-31 19:52:39 +02:00
Tommaso Pecorella
25aadcfc12 topology-read: remove unused includes 2018-08-31 19:43:49 +02:00
Tommaso Pecorella
de1fdb7673 manual: revert unwanted change in changeset 13768:cedfa3990e73 2018-08-31 17:25:51 +02:00
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