ZorazeAli
a41a60d9c8
lte: Rescan bindings
2020-03-10 14:11:40 +01:00
Natale Patriciello
af06946b70
Update CHANGES.html
2020-03-10 14:11:40 +01:00
Natale Patriciello
48272070cd
lte: Move ComponentCarrierBaseStation implementation into ComponentCarrier file
2020-03-10 14:11:40 +01:00
Natale Patriciello
a6765843e3
lte: Use uint16_t instead of uint8_t for bandwidth
2020-03-10 14:11:40 +01:00
Parth Pratim (GCI 2018)
503e330c1a
utils: make check-style.py compatible with git
2020-03-10 18:22:55 +05:30
N
a9491c47ae
app: E2E stats header
...
Right now, there is no way of extracting e2e statistics without using flow monitor. This patch enables, with an attribute, the possibility of adding a particular header to the outgoing packets, that will be read from PacketSink. The header contains Sequence, Size, and Timestamp, and therefore at the reception, it is possible to measure throughput and per-packet delay.
2020-03-09 10:39:45 +00:00
Natale Patriciello
4d0fbd1df4
stats: added SQLite interface to RELEASE_NOTES
2020-03-09 10:12:34 +01:00
Natale Patriciello
288128dd2c
MR !36 : Added sqlite output interface
...
The new class can be used as a C++ interface towards the SQLite library. It
should support all the major version of the library. The idea is that
developers, instead of using the <sqlite.h> header directly (which is C, and
difficult to manage) have at their disposal a C++ framework which already
includes some primitive form of concurrency handling (with spinlocks or system
locks).
Merge branch 'sqlite-stats-dev'
* sqlite-stats-dev:
stats: SqliteDataOutput uses SqliteOutput as backend
stats: Added sqlite output interface
2020-03-09 10:09:22 +01:00
Natale Patriciello
1453620d60
stats: SqliteDataOutput uses SqliteOutput as backend
2020-03-09 10:08:42 +01:00
Natale Patriciello
4b1e3516cc
stats: Added sqlite output interface
...
The new class can used as a C++ interface towards the SQlite library.
It should support all the major version of the library.
2020-03-09 10:08:42 +01:00
Sébastien Deronne
b08bb7898a
Update RELEASE_NOTES
2020-03-08 20:39:12 +01:00
Sébastien Deronne
7eb4227ef1
wifi: Fix ReportAmpduTxStatus called two times when BAR is explicitely sent upon missed BACK (initial patch from Stefano Avallone)
2020-03-08 08:40:29 +00:00
Tom Henderson
1ede250807
lr-wpan: Rescan APIs
2020-03-05 21:52:59 -08:00
Alberto Gallegos Ramonet
c2054cb25b
lr-wpan: Beacon Enabled Mode Direct transmissions
2020-03-06 00:35:40 +01:00
Tom Henderson
2fde925da7
various doxygen updates
2020-03-04 13:43:20 -08:00
Rediet
b278e6be20
wifi: Fix valgrind issues with Tx power computation
...
Two root causes: uninitialized WifiPhy::m_powerRestricted and WifiTxVector::m_powerLevel
2020-03-04 11:30:37 -08:00
SaiMyGuy (GCI 2019)
6a2d9d1bed
test.py: Show progress of tests in numbers
2020-03-04 18:20:10 +05:30
Mohit P. Tahiliani
8b2f8e8abe
examples: Add topology in first.py
2020-03-04 17:52:51 +05:30
howie (GCI 2019)
830df02211
examples: Add topology in first.cc
2020-03-04 17:52:51 +05:30
Stefano Avallone
75ace4cf4d
wifi: Rescan python bindings
2020-03-03 11:00:45 +01:00
Stefano Avallone
d30a72552a
wifi: Fix valgrind issues with wifi-phy-thresholds
2020-03-03 11:00:21 +01:00
Stefano Avallone
5fc00356cf
network: Move MaxSize attribute from QueueBase to derived classes
2020-03-02 16:34:44 +01:00
Stefano Avallone
d1d8558d65
wifi: Update backoff before checking for immediate access
2020-03-02 16:00:11 +01:00
Sébastien Deronne
bdf4fafe5c
wifi: WifiNetDevice::DoInitialize should check whether objects exists in order to permit to test PHY transmissions without any MAC layer
2020-02-29 17:02:47 +01:00
Sébastien Deronne
f019509b51
wifi: Rename WifiPhy::SendPacket to WifiPhy::Send
2020-02-29 17:02:47 +01:00
Sébastien Deronne
09f2beab45
wifi: Remove unused WifiMacTrailer
2020-02-29 17:02:47 +01:00
Rediet
c81abe28ca
wifi: Remove MpduType from CalculateTxDuration arguments
2020-02-29 17:02:43 +01:00
Stefano Avallone
3efa548e87
wifi: Get the WifiMode object corresponding to a given MCS value
2020-02-29 16:58:49 +01:00
Sébastien Deronne
9fc403480d
wifi: Store frequency and channel width in WifiPpdu in order to avoid passing them to retrieve the TxVector and the TxDuration
2020-02-29 16:56:03 +01:00
Sébastien Deronne
5650d548df
wifi: Replace storage of WifiMode by ModulationClass in WifiPpdu
2020-02-29 16:56:03 +01:00
Sébastien Deronne
cc0e561843
wifi: Get rid of m_totalAmpduSize and m_totalAmpduNumSymbols in WifiPhy
2020-02-29 16:56:03 +01:00
Sébastien Deronne
63296ae216
wifi: Rework functions to get PHY preamble and header duration to look first at the preamble type
2020-02-29 16:56:03 +01:00
Sébastien Deronne
c5f0b33667
wifi: Remove stored PPDU duration in WifiPpdu
2020-02-29 16:56:03 +01:00
Sébastien Deronne
e3f1480ee5
wifi: Remove storage of TXVECTOR in WifiPpdu
2020-02-29 16:56:03 +01:00
Sébastien Deronne
f1aa8d3a7f
wifi: Store PHY headers in WifiPpdu
2020-02-29 16:56:03 +01:00
Rediet
840609cc6e
netanim: Fetch PSDU in WifiPhyTxBeginTrace to add ByteTag
...
Otherwise the underlying packet was not longer modified following commit 07bb29ba
2020-02-29 16:56:03 +01:00
Rediet
8f130f9234
wifi: Define new TraceSource handing over PSDU
...
Only used for Tx PSDU begin trace for the time being
2020-02-29 16:56:03 +01:00
Rediet
f4d1dd4806
wifi: Pass around WifiPpdu and temporarily disable PHY headers
...
Netanim tag issue will be solved in next commits (crashing tests since byte tags
not found in copied packet, packet copied for building MPDU)
2020-02-29 16:56:03 +01:00
Stefano Avallone
a71eb6df29
wifi: Stations keep the AID received in MGT_ASSOC_RESPONSE
2020-02-29 16:56:03 +01:00
Tommaso Pecorella
8d95066b58
Fix early socket close in tcp-large-transfer example
2020-02-28 08:11:57 +00:00
Tommaso Pecorella
8d4297f245
core: Make Watchdog safe to delete
2020-02-27 08:49:12 +00:00
hax0kartik (GCI 2019)
50423cf34b
doc: Add Utilities chapter to the Manual
2020-02-26 14:00:55 -08:00
Peter D. Barnes, Jr
a9b201bc22
doc: Fix Sphinx warnings
2020-02-26 13:52:51 -08:00
hax0kartik (GCI 2019)
59af9d2bef
doc: Build command to generate docset docs
2020-02-25 13:17:18 -08:00
SaiMyGuy (GCI 2019)
ca10f1c560
doc: add \file to src/topology-read files
2020-02-25 13:15:09 -08:00
hax0kartik (GCI 2019)
8142c6e4d0
doc: add \file to src/bridge files
2020-02-24 16:00:02 -08:00
Tom Henderson
858dc55557
traffic-control: (merges !120 ) More thorough testing of CoDel arithmetic
2020-02-23 21:14:06 -08:00
Tom Henderson
be11a079ce
traffic-control: Update API for CoDel to better support testing
2020-02-23 21:14:06 -08:00
Tom Henderson
da3789cc66
tcp: Replace 'pragma once' directive with include header guards
...
The 'pragma once' directive can interact poorly with our build
system in which header files may be found in multiple directories.
The previous commit regarding TCP forward declarations caused some
issues on a macOS machine.
2020-02-23 21:07:56 -08:00
Vivek Jain
cdea454aa3
tcp: (merges !180 ) Use forward declaration wherever possible
2020-02-23 18:04:12 -08:00