Sébastien Deronne
4a19cc879e
wifi: rescan bindings
2018-11-11 08:14:01 +01:00
Sébastien Deronne
b3ce7e5628
wifi: ( fixes #2470 ) Protect ADDBA handshake
2018-11-10 19:37:36 +01:00
Manuel Requena
a6e4169bee
lte: Use Time instead of double
2018-11-08 14:41:55 +01:00
Manuel Requena
0b94b9de06
lte: Change some parameters to get clearer lte traces
2018-11-08 14:28:29 +01:00
Manuel Requena
9813c0c742
lte: Add command line options to disable some data flows
2018-11-08 14:27:41 +01:00
Sébastien Deronne
af7f2c274c
examples: Fix typo in he-wifi-network
2018-11-07 21:14:38 +01:00
Alexander Krotov
c8a500f5a8
Remove duplicate semicolons
2018-11-07 16:54:53 +03:00
Manuel Requena
48157d84b1
lte: Use Time instead of double
2018-11-07 12:31:02 +01:00
Manuel Requena
7006c2e6c2
lte: Add command line options to disable some data flows and fix typos
2018-11-07 12:26:58 +01:00
Manuel Requena
d7c34ca947
lte: use Time instead of string
2018-11-07 11:09:28 +01:00
Peter D. Barnes, Jr.
91a5fa510a
test: show reason a test/example was skipped
2018-11-06 12:30:43 -08:00
Peter D. Barnes, Jr.
5e8acd1425
nix: use C++ 11 assign() to initialize the BFS
2018-11-06 12:29:41 -08:00
Manuel Requena
f6ac431555
lte: Add simTime command line parameter and fix some typos
2018-11-06 16:57:56 +01:00
Parth Pratim Chatterjee
f6a1b295ce
bug:3001 mpi: fix comment
2018-11-05 11:48:13 -08:00
Sébastien Deronne
f9d5949735
wifi: Add transport of 802.11ax BSS coloring field (with contributions from Tom Henderson)
2018-11-04 16:21:09 +01:00
Shikha Bakshi
0b53cfc45b
tcp: Add GetTxBuffer API for TCP test
2018-10-31 12:53:22 +01:00
Sébastien Deronne
e3865b7137
Rescan wifi and wave bindings
2018-10-30 18:42:23 +01:00
Sébastien Deronne
289057719f
wifi: Add configuration objects for 802.11n/ac/ax
2018-10-30 13:42:31 +01:00
Alexander Krotov
fdc275f3ad
Replace NS_LOG_ERROR and exit(1) with NS_FATAL_ERROR in ht-wifi-network example
2018-10-29 16:00:09 +03:00
Alexander Krotov
a76867cf4d
core: fix some documentation typos
2018-10-29 11:52:09 +03:00
Tom Henderson
ea4de5fcec
Fix typos
2018-10-21 15:33:48 -07:00
Peter D. Barnes, Jr.
1edcd5ecd4
core: periodically show progress by elapsed simulation time, executed event count
2018-10-19 01:09:56 -04:00
Peter D. Barnes, Jr.
05cb0757bc
core: Simulator::GetEventCount()
2018-10-19 00:59:43 -04:00
Peter D. Barnes, Jr.
4ed3987151
core: refactor LogTimePrinter, LogNodePrinter
2018-10-19 00:48:53 -04:00
Peter D. Barnes, Jr.
dff56925e5
core: time: replace int64_t operator/(Time,Time) with exact int64x64_t version,
...
add int64x64_t scaling.
2018-10-19 00:03:07 -04:00
Zoraze Ali
1d5ce0430f
lte: Improve doxygen
2018-10-18 12:03:57 +02:00
Tom Henderson
cb955087b7
Remove deprecated method and misspelling
2018-10-15 20:13:04 -07:00
Michele Polese
4ebc14d7dc
mobility: ( fixes #2860 ) set z coordinate for many position-allocation classes
2018-10-12 13:22:49 +02:00
Manuel Requena
b76d07d9e6
lte: rescan bindings
2018-10-11 19:21:39 +02:00
Manuel Requena
695ba0c15f
lte: fix some logs in EpcTft
2018-10-11 17:57:59 +02:00
Manuel Requena
a305683f5d
lte: ( fixes #2997 ) EpcTft::PacketFilter::Matches does not use ipv6 address to match an IP packet
2018-10-11 17:55:02 +02:00
Manuel Requena
e548c59611
lte: create testcases to test IPv6 addresses of EpcTftClassifier
2018-10-11 16:44:12 +02:00
Sébastien Deronne
2a41a58e6d
wifi: Fix minor typos
2018-10-05 23:11:29 +02:00
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