Sébastien Deronne
68a1fb75cd
wifi: Fix frame capture when signals arrive at the exact same time and add additional tests to verify these cases
2020-01-15 18:27:12 +03:00
Tom Henderson
468f217d26
bindings: Rescan all APIs
2020-01-12 11:17:22 -08:00
Sébastien Deronne
034f56f31e
wifi: Fix inverted logic to call capabilities changed callback only if either the channel width changed or the number of spatial streams changed
2020-01-12 12:12:54 +01:00
Sébastien Deronne
c1a593ffeb
fix
2020-01-11 17:44:39 +01:00
Sebastien Deronne
c31612c40a
wifi: Cleanup some code based on the fact a HE STA is also a VHT STA and a VHT STA is also a HT STA
2020-01-11 17:09:30 +01:00
Omer Topal
a734435c20
wifi: Fix the compatibility problem of the 11ax std for HE APs and STAs
2020-01-09 22:50:17 +01:00
Tommaso Pecorella
e43e74d63b
Add color output to tests
2020-01-09 14:05:40 +01:00
Tommaso Pecorella
664e58a968
Fix print of test kinds
2020-01-09 14:04:35 +01:00
Tommaso Pecorella
cf8ad56ced
Add file name pattern matching to tests
2020-01-09 14:03:13 +01:00
Tommaso Pecorella
ad04db179a
Remove references to unused BVT tests
2020-01-09 13:54:32 +01:00
Tommaso Pecorella
8446ff0cf2
Tests must write their temporary files in the proper (temporary)
...
directory
2020-01-09 13:46:14 +01:00
Sébastien Deronne
60d27056b4
wifi: Provide human readable output for WifiPreamble
2020-01-09 10:37:12 +03:00
Tom Henderson
3c55c3e9bd
wifi: Extend test to check reception aborted early
2019-12-31 18:49:48 +01:00
Rediet
02db76a86c
wifi: Keep the medium busy if reception is aborted ahead of scheduled time
2019-12-31 18:49:48 +01:00
Sebastien Deronne
eaf27c8a73
wifi: Fix RAAs documentation that was relying on removed attributes
2019-12-31 16:45:07 +01:00
Sebastien Deronne
e57ff03c10
examples: Fix typo in wifi-ofdm-he-validation
2019-12-31 16:44:33 +01:00
Tom Henderson
07449d2ee7
netanim: Add Python bindings
2019-12-24 12:32:55 -08:00
Tom Henderson
7a53a962cc
build: ( fixes #119 ) Waf --lcov-report and --lcov-zerocounters options
2019-12-24 12:16:05 -08:00
Alexander Krotov
af9d608d43
Remove whitespace at the end of module list lines
2019-12-24 11:58:08 +03:00
Manuel Requena
553a9fb523
lte: ( fixes #106 ) IMSI is a uint64_t
2019-12-12 11:07:10 +01:00
Zhao Wen Chow
eed73f5e89
wifi: ( fixes #116 ) Fix receptionOkAtLeastForOneMpdu assessment
...
Fix the scenario where all MPDUs' reception failed but the receptionOkAtLeastForOneMpdu variable is true
2019-12-09 20:20:21 +09:00
Tommaso Pecorella
89612f1851
internet: ( fixes #111 ) Rip and RipNg don't receive unicast packets.
2019-12-04 22:02:39 +01:00
Tom Henderson
8640184934
traffic-control: Add logging to TrafficControlLayer::ScanDevices()
2019-12-03 16:31:00 -08:00
Tommaso Pecorella
578c107ebd
internet: fix packet deduplication test
2019-12-01 20:52:11 +01:00
Jack Higgins
07ef569824
internet-apps: add TracerouteV4 application
2019-12-01 15:52:50 +01:00
Tommaso Pecorella
876372b764
Add Ipv6Address::MakeAutoconfigured[LinkLocal]Address
2019-12-01 14:12:54 +01:00
Tommaso Pecorella
46ec310396
Move Ipv6RawSocketFactory creation from Icmpv6L4Prot. to Ipv6L3Prot.
2019-12-01 14:10:58 +01:00
Tommaso Pecorella
a43a18ac2d
Lr-wpan should use RFC 4944 scheme, i.e., use a PseudoMac48:
...
PanId:00:00:NodeId
2019-11-30 21:01:51 +01:00
Tommaso Pecorella
413b0a42f1
network: Ipv6Address should invert the Mac48 U/L bit, not always set it.
2019-11-30 20:48:56 +01:00
Tom Henderson
a718df4db3
traffic-control: Update documentation
2019-11-29 17:10:38 -08:00
Jared Dulmage
204bb0d30e
internet: (merge !129 ) Reduced event generation for Ipv4L3Protocol multicast de-duplication
2019-11-29 23:41:21 +01:00
ZorazeAli
3b2ac47f2d
lte: Add attribute to configure the reordering timer of RLC UM
2019-11-29 13:06:46 +01:00
Jack Higgins
1ef661512a
- Changed std::cout to NS_LOG_UNCOND in v4traceroute.cc
2019-11-29 12:17:48 +09:00
Tom Henderson
7e3f6328ed
netanim: Add debugging message to asserts
2019-11-23 09:28:07 -08:00
Davide Magrin
8cad6675cd
lte: Only call RecvSystemInformation once and use correct context
...
see merge request nsnam/ns-3-dev!117
2019-11-13 08:55:39 +01:00
Alexander Krotov
149f748cf9
core: assert that Ptr is not null on dereference
...
This way it is possible to catch errors even if the pointer is not actually dereferenced,
for example when it is used to call an object method or stored as a reference.
2019-11-11 19:48:22 +03:00
Alexander Krotov
c312a9f4b3
internet: fix some null Ptr dereferences
...
They didn't trigger segmentation fault because GetLocalTime() does not use "this".
2019-11-11 19:45:41 +03:00
Stefano Avallone
daf5ca7a2e
wifi: ( fixes #94 ) Set Retry flag of retransmitted frames
2019-11-07 19:42:22 +01:00
Tom Henderson
779ff1435c
documentation: Align other configuration files with commit 06865c73
2019-11-06 13:16:23 -08:00
Tom Henderson
06865c731f
documentation: Prevent overflow of tutorial table
2019-10-31 12:24:40 -07:00
Tom Henderson
9944be4c36
internet: Rename Ipv4L3Protocol::EnableRFC6621 attribute from commit 60dc6f91
2019-10-30 20:35:22 -07:00
Jared Dulmage
0482b12b3c
Copyright change from WPL, Inc. to Caliola Engineering, LLC
2019-10-30 16:36:06 -07:00
Tom Henderson
f78d706fb0
Update CHANGES.html and RELEASE_NOTES
2019-10-30 06:36:17 -07:00
Tom Henderson
39dc3437ce
internet: Document IPv4 DPD support (based on commit log from Jared Dulmage)
2019-10-30 06:25:21 -07:00
Ryan Mast
5ac2bb39ff
internet: Remove unused include from ipv4-deduplication-test.cc
2019-10-29 19:35:01 -07:00
Jack Higgins
5a75ffb62b
- Doxygen comment fixes
...
- Removed m_recv unused variable
2019-10-28 19:01:10 +09:00
Jared Dulmage
60dc6f91b9
internet: (Merge !102 ) Add RFC6621 IPv4 layer de-duplication
2019-10-26 13:24:59 +02:00
Alexander Krotov
ad3324e2dd
wifi: actually reset flags in TestSimpleFrameCaptureModel
...
Previously Reset was simply called multiple times before Simulator::Run ()
2019-10-21 17:56:09 +03:00
Alexander Krotov
a5eecaec4e
wifi: open Minstrel stats files on demand
...
This prevents creation of empty files when PrintStats attribute is disabled
2019-10-21 11:00:19 +00:00
Tommaso Pecorella
cb0f50401f
Clarify UDP behaviour when sending broadcast packets.
2019-10-20 19:14:06 +02:00