Commit Graph

13819 Commits

Author SHA1 Message Date
Manuel Requena
0a63b695da build: (fixes #2993) Waf --enable-sudo option broken 2018-10-04 16:27:38 -07:00
Tom Henderson
e48d750b34 network: Clarify some Queue documentation 2018-10-02 16:39:28 -07:00
Tom Henderson
59ac9554e3 bindings: Update pybindgen version 2018-10-02 12:04:23 -07:00
Zoraze Ali
dddf8aa294 lte: rescan bindings 2018-10-02 14:04:34 +02:00
Zoraze Ali
b9b0e8c78b lte: Add struct for the parameters of TxOpportunity and ReceivePdu 2018-10-02 14:02:39 +02:00
Zoraze Ali
72d87c58da lte: rescan bindings 2018-10-02 12:40:15 +02:00
Zoraze Ali
0b3a603f7d lte: Add attribute to configure the periodicity of DL CQI reports 2018-10-02 12:29:39 +02:00
Tom Henderson
1e986d449c mobility: Allow AssignStreams after construction for SteadyStateRwpMobility
The SteadyStateRandomWaypointMobilityModel should support AssignStreams()
after object construction, but prior to this patch, it would cause a
segmentation fault until after initialization.  The initial benefit is
the prevention of test suite failures due to random stream assignment.
2018-10-01 19:36:14 -07:00
Tom Henderson
8127d79790 lte: Rescan bindings 2018-10-01 18:19:07 -07:00
Manuel Requena
1e8ea7601e lte: (fixes #2992) Send method of the LteUeNetDevice doesn't use protocolNumber parameter 2018-09-26 18:47:36 +02:00
Sébastien Deronne
2309227d06 wifi: rescan bindings 2018-09-22 21:46:46 +02:00
Sébastien Deronne
618cabe46d wifi: Remove unused parameters in MacLow::ReceiveError 2018-09-22 17:56:59 +02:00
Sébastien Deronne
6c960f9778 wifi: Rename functions in ChannelAccessManager to differentiate DCF and PCF 2018-09-22 17:29:39 +02:00
Sébastien Deronne
29dcbd175f wifi: Cleanup unused address field in WifiRemoteStationManager::GetControlAnswerMode 2018-09-22 13:56:54 +02:00
Tommaso Pecorella
1e922186d1 build: (fixes #2181) Compare tuples numerically 2018-09-20 21:17:26 -07:00
Stefano Avallone
96b8d1d7a5 Rescan python bindings 2018-09-18 15:50:27 +02:00
Stefano Avallone
d4f5759959 traffic-control: QueueDiscs do not assume that the receiving object is a NetDevice 2018-09-18 15:50:15 +02:00
Stefano Avallone
1abd8331b8 traffic-control: the NetDeviceQueueInterface object is created by NetDevice helpers 2018-09-18 15:50:02 +02:00
Zoraze Ali
a631096ef0 lte: update doxygen 2018-09-14 11:10:09 +02:00
Alfonso Oliveira
edc72059a4 internet: (fixes #2990) Ipv6 packet shouldn't be marked with SocketIpTtlTag 2018-09-07 23:57:41 +02:00
Zoraze Ali
5f7166331a lte: rescan bindings 2018-09-07 13:57:29 +02:00
Zoraze Ali
4dc21aa715 lte: (fixes #2988) correction in L3 filtering formula used for UL power control 2018-09-07 13:53:21 +02:00
Zoraze Ali
09f89c07e4 lte: (fixes #2339) use only the active RBs for uplink PSD computation
Thanks to:
Alexander Krotov <krotov@iitp.ru> for reporting
NIST to provide CreateUlTxPowerSpectralDensity function
2018-09-07 12:13:43 +02:00
Zoraze Ali
ee06a32879 lte: update design documentation after removing ALL_UL_CQI filter 2018-09-06 16:16:38 +02:00
Zoraze Ali
9d5d5ecd19 lte: update tests after removing ALL_UL_CQI filter 2018-09-06 16:10:12 +02:00
Zoraze Ali
9a9f34a127 lte: rescan bindings 2018-09-06 15:57:44 +02:00
Zoraze Ali
c3fd187180 lte: remove ALL_UL_CQI filter and update all the schedulers 2018-09-06 15:56:59 +02:00
Zoraze Ali
2cde278b06 lte: (fixes #2861) forward TXOPs to the RLCs of SCCs
Thanks to:
- Michele Polese <michele.polese@gmail.com>
- Tommaso Zugno <tommasozugno@gmail.com>
2018-09-06 14:38:55 +02:00
Zoraze Ali
144ec30b44 lte: (fixes #2982) configure UE MAC SAP LteMacSapUser properly 2018-09-06 14:15:59 +02:00
Zoraze Ali
52ba3734e3 lte: (fixes #2980) reset MAC and PHY of secondary carriers upon handover 2018-09-06 14:14:51 +02:00
Zoraze Ali
18a087866c lte: eNB CCM should not have a direct pointer to the eNB RRC 2018-09-06 14:05:17 +02:00
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