This website requires JavaScript.
8f08321277
Use only standard stdint types (without u_ prefix)
Alexander Krotov
2020-03-25 15:48:40 +03:00
5a11a33b10
test: add options --jobs to limit the number of worker threads in test.py
Peter D. Barnes, Jr
2020-03-24 14:56:26 -07:00
a594f16550
internet and sixlowpan: optimization to fragment timeout processing
Tommaso Pecorella
2020-03-24 21:24:21 +00:00
5e59a9e7b2
docs: (fixes #163 ) run print-introspected-doxygen correctly
Peter D. Barnes, Jr
2020-03-24 12:30:38 -07:00
005eab8429
wifi: Move operator << for WifiPhyState to its header file
Sébastien Deronne
2020-03-24 09:13:46 +01:00
c8c1275852
Make test.py respect NOCOLOR like waf
Peter D. Barnes, Jr
2020-03-23 13:11:14 -07:00
1c35166949
wifi: Replace C-style casts in rate managers
Sébastien Deronne
2020-03-22 22:02:39 +01:00
c508f469b7
netanim: remove unnecessary dependency
Tommaso Pecorella
2020-03-19 16:35:30 +00:00
97db4ed6eb
docs: make ./waf --doxygen-no-build actually work
Peter D. Barnes, Jr
2020-03-18 17:10:36 -07:00
885c5168bb
netanim: Remove tabs and other whitespace issues
Tom Henderson
2020-03-13 14:38:09 -07:00
c84fa3fb13
docs: Update CI/CD summary with post from Natale
Tom Henderson
2020-03-13 11:12:55 -07:00
3a2fe9726b
three-gpp-plm-test: do not use buildings
tommasozugno
2020-03-13 09:14:13 +01:00
ede5358693
AlwaysLosCCM and NeverLosCCM derive from ChannelConditionModel
tommasozugno
2020-03-12 20:52:24 +01:00
f9b25ac56a
core: CommandLine Callback typedef
Peter D. Barnes, Jr
2020-03-12 17:50:40 -07:00
04d1553499
wifi: Minor improvements and fix typos
Mohit P. Tahiliani
2020-03-10 20:18:24 +05:30
b8c935ca9c
Integration of the 3GPP TR 38.901 pathloss and channel condition model (GSoC 2019) (1/2)
Tommaso Zugno
2020-03-12 14:24:49 +01:00
aa714a54c6
ci: Update GCC, CLANG, Fedora, Ubuntu test build
Natale Patriciello
2020-03-12 14:04:04 +01:00
8f1bc91395
stats: fix forward declaration
Tom Henderson
2020-03-11 20:07:35 -07:00
2d190e1723
docs: make ./waf --doxygen-no-build actually work
Peter D. Barnes, Jr
2020-03-10 18:08:22 -07:00
57aabffff0
stats: add missing template required by clang-11
Tommaso Pecorella
2020-03-10 16:41:21 +00:00
a41a60d9c8
lte: Rescan bindings
ZorazeAli
2020-02-18 15:21:23 +01:00
af06946b70
Update CHANGES.html
Natale Patriciello
2020-02-18 15:20:15 +01:00
48272070cd
lte: Move ComponentCarrierBaseStation implementation into ComponentCarrier file
Natale Patriciello
2020-02-18 14:55:54 +01:00
a6765843e3
lte: Use uint16_t instead of uint8_t for bandwidth
Natale Patriciello
2020-02-18 14:43:17 +01:00
503e330c1a
utils: make check-style.py compatible with git
Parth Pratim (GCI 2018)
2020-03-05 23:26:52 +05:30
a9491c47ae
app: E2E stats header
N
2020-03-09 10:39:45 +00:00
4d0fbd1df4
stats: added SQLite interface to RELEASE_NOTES
Natale Patriciello
2020-03-09 10:12:34 +01:00
288128dd2c
MR !36 : Added sqlite output interface
Natale Patriciello
2020-03-09 10:09:22 +01:00
1453620d60
stats: SqliteDataOutput uses SqliteOutput as backend
Natale Patriciello
2018-06-24 15:37:31 +02:00
4b1e3516cc
stats: Added sqlite output interface
Natale Patriciello
2018-10-29 15:43:51 +01:00
b08bb7898a
Update RELEASE_NOTES
Sébastien Deronne
2020-03-08 20:37:48 +01:00
7eb4227ef1
wifi: Fix ReportAmpduTxStatus called two times when BAR is explicitely sent upon missed BACK (initial patch from Stefano Avallone)
Sébastien Deronne
2020-02-23 22:08:51 +01:00
1ede250807
lr-wpan: Rescan APIs
Tom Henderson
2020-03-05 21:52:59 -08:00
c2054cb25b
lr-wpan: Beacon Enabled Mode Direct transmissions
Alberto Gallegos Ramonet
2020-03-06 00:33:44 +01:00
2fde925da7
various doxygen updates
Tom Henderson
2020-03-04 13:43:20 -08:00
b278e6be20
wifi: Fix valgrind issues with Tx power computation
Rediet
2020-03-04 10:51:19 +01:00
6a2d9d1bed
test.py: Show progress of tests in numbers
SaiMyGuy (GCI 2019)
2020-02-02 17:50:37 +05:30
8b2f8e8abe
examples: Add topology in first.py
Mohit P. Tahiliani
2020-02-02 17:00:30 +05:30
830df02211
examples: Add topology in first.cc
howie (GCI 2019)
2020-02-02 16:46:50 +05:30
75ace4cf4d
wifi: Rescan python bindings
Stefano Avallone
2020-03-03 11:00:45 +01:00
d30a72552a
wifi: Fix valgrind issues with wifi-phy-thresholds
Stefano Avallone
2020-03-03 11:00:21 +01:00
5fc00356cf
network: Move MaxSize attribute from QueueBase to derived classes
Stefano Avallone
2020-02-17 15:34:15 +01:00
d1d8558d65
wifi: Update backoff before checking for immediate access
Stefano Avallone
2020-02-21 16:13:13 +01:00
bdf4fafe5c
wifi: WifiNetDevice::DoInitialize should check whether objects exists in order to permit to test PHY transmissions without any MAC layer
Sébastien Deronne
2019-06-15 10:25:55 +02:00
f019509b51
wifi: Rename WifiPhy::SendPacket to WifiPhy::Send
Sébastien Deronne
2019-05-30 12:58:58 +02:00
09f2beab45
wifi: Remove unused WifiMacTrailer
Sébastien Deronne
2019-05-31 17:07:34 +02:00
c81abe28ca
wifi: Remove MpduType from CalculateTxDuration arguments
Rediet
2019-06-04 11:19:48 +02:00
3efa548e87
wifi: Get the WifiMode object corresponding to a given MCS value
Stefano Avallone
2019-06-04 19:23:08 +02:00
9fc403480d
wifi: Store frequency and channel width in WifiPpdu in order to avoid passing them to retrieve the TxVector and the TxDuration
Sébastien Deronne
2019-06-02 11:34:44 +02:00
5650d548df
wifi: Replace storage of WifiMode by ModulationClass in WifiPpdu
Sébastien Deronne
2019-05-29 18:47:21 +02:00
cc0e561843
wifi: Get rid of m_totalAmpduSize and m_totalAmpduNumSymbols in WifiPhy
Sébastien Deronne
2019-05-28 13:09:31 +02:00
63296ae216
wifi: Rework functions to get PHY preamble and header duration to look first at the preamble type
Sébastien Deronne
2019-05-25 10:21:55 +02:00
c5f0b33667
wifi: Remove stored PPDU duration in WifiPpdu
Sébastien Deronne
2019-05-19 23:09:38 +02:00
e3f1480ee5
wifi: Remove storage of TXVECTOR in WifiPpdu
Sébastien Deronne
2019-05-19 15:13:43 +02:00
f1aa8d3a7f
wifi: Store PHY headers in WifiPpdu
Sébastien Deronne
2019-05-19 12:56:35 +02:00
840609cc6e
netanim: Fetch PSDU in WifiPhyTxBeginTrace to add ByteTag
Rediet
2020-02-25 15:00:31 +01:00
8f130f9234
wifi: Define new TraceSource handing over PSDU
Rediet
2020-02-25 14:50:07 +01:00
f4d1dd4806
wifi: Pass around WifiPpdu and temporarily disable PHY headers
Rediet
2020-01-15 21:16:14 +01:00
a71eb6df29
wifi: Stations keep the AID received in MGT_ASSOC_RESPONSE
Stefano Avallone
2019-05-22 13:05:18 +02:00
8d95066b58
Fix early socket close in tcp-large-transfer example
Tommaso Pecorella
2020-02-28 08:11:57 +00:00
8d4297f245
core: Make Watchdog safe to delete
Tommaso Pecorella
2020-02-27 08:49:12 +00:00
50423cf34b
doc: Add Utilities chapter to the Manual
hax0kartik (GCI 2019)
2020-02-26 14:00:55 -08:00
a9b201bc22
doc: Fix Sphinx warnings
Peter D. Barnes, Jr
2020-02-26 13:52:51 -08:00
59af9d2bef
doc: Build command to generate docset docs
hax0kartik (GCI 2019)
2020-02-25 13:17:18 -08:00
ca10f1c560
doc: add \file to src/topology-read files
SaiMyGuy (GCI 2019)
2020-02-25 13:15:09 -08:00
8142c6e4d0
doc: add \file to src/bridge files
hax0kartik (GCI 2019)
2020-02-03 16:23:57 -08:00
858dc55557
traffic-control: (merges !120 ) More thorough testing of CoDel arithmetic
Tom Henderson
2019-10-11 06:51:35 -07:00
be11a079ce
traffic-control: Update API for CoDel to better support testing
Tom Henderson
2019-10-11 06:51:07 -07:00
da3789cc66
tcp: Replace 'pragma once' directive with include header guards
Tom Henderson
2020-02-23 21:07:56 -08:00
cdea454aa3
tcp: (merges !180 ) Use forward declaration wherever possible
Vivek Jain
2020-01-30 19:26:46 -06:00
f02875cbff
traffic-control: (merges !121 ) Add functors for chaining of ECN Mark trace
Tom Henderson
2019-10-19 17:20:26 -07:00
588b9df40b
wifi: Fix Doxygen warnings (with contributions from Stefano Avallone)
Sébastien Deronne
2020-02-20 21:53:23 +01:00
fd3ef84b6e
wifi: shift BA window when sequence is next to the window end
Alexander Krotov
2019-04-09 14:06:02 +03:00
81db931bdc
bindings: rescan all APIs
Tom Henderson
2020-02-17 13:11:04 -08:00
28596302d6
wifi: remove BlockAckAgreement::SetWinEnd
Alexander Krotov
2019-07-17 14:02:27 +03:00
ad73625459
wifi: Abort RX if a PHY header with unsupported settings has been received
Sébastien Deronne
2019-10-09 21:35:01 +02:00
a706a3c428
wifi: Avoid repeating calls to CalculateSnr function in InterferenceHelper
Sébastien Deronne
2019-09-18 23:07:45 +02:00
ded9a815c9
wifi: Store expected channel occupation when switching to TX
Rediet
2019-09-27 18:44:53 +02:00
5b2512910a
wifi: Switch to busy after RX end when necessary
Rediet
2019-10-04 16:04:09 +02:00
e9c230854e
wifi: Fix reset of some variables in WifiPhy when a packet is dropped
Sébastien Deronne
2019-09-18 14:36:02 +02:00
a0df8a6a0b
wifi: Use uint32_t instead of double for band bandwidth expressed in Hz
Sébastien Deronne
2019-05-25 13:48:10 +02:00
7309a96f37
wifi: Do not receive a packet sent with an unsupported channel width
Sébastien Deronne
2019-05-23 15:19:02 +02:00
2d5713f6b5
wifi: Fix InterferenceHelper to use non-HT for all calculations before payload
Sébastien Deronne
2020-01-13 22:31:34 +01:00
cd1522e5d1
Fix (for real) NS_DEPRECATED_3_31
Tommaso Pecorella
2020-02-16 10:11:41 +01:00
52855374e2
Fix NS_DEPRECATED_3_31 definition for gcc
Tommaso Pecorella
2020-02-15 21:50:40 +00:00
8b91e2fbe9
Deprecate IsEqual for Ipv[4,6]Address, Ipv6Prefix, and Ipv4Mask
Tommaso Pecorella
2020-02-15 19:22:05 +01:00
6a27f55505
Add NS_DEPRECATED_3_31 to definitions
Tommaso Pecorella
2020-02-15 19:21:09 +01:00
153492e56d
utils: (fixes #138 ) Update CI scripts and README file after adding timeout value
Eduardo Almeida
2020-02-12 16:21:15 +00:00
29d5ce4053
docs: fix bug in get_version.sh if we are on a maintenance release
Tom Henderson
2020-02-12 17:29:50 -08:00
5a55b9fdcf
utils: Using update-alternatives for gfortran for gcc 7 image
ZorazeAli
2020-02-12 12:31:45 +01:00
12a9b0a94f
utils: Add python3 in pre-installation list for gcc and Ubuntu tests
ZorazeAli
2020-02-12 12:28:36 +01:00
674162a6a1
utils: Extend CI/CD README.md to include customized .yml path configuration
ZorazeAli
2020-02-12 12:19:51 +01:00
54593cee1b
rescan all APIs
Tom Henderson
2020-02-11 18:14:45 -08:00
808afb7ada
Simplifies Ipv6Prefix print function (revert to old behaviour)
Tommaso Pecorella
2020-02-11 11:47:54 +01:00
be361263dc
Merge branch 'master' of https://gitlab.com/nsnam/ns-3-dev.git
Tommaso Pecorella
2020-02-11 11:43:11 +01:00
a74fdfce51
Fix Ipv6Prefix length calc and add explicit prefix length constructors
Tommaso Pecorella
2020-02-11 11:39:44 +01:00
5ba88d1dc3
lte: Rescan python bindings
Tom Henderson
2020-02-11 09:43:33 +01:00
16f86a6917
Update CHANGES.html
Katerina Koutlia
2020-02-10 14:25:24 +01:00
8656a09fe3
lte: Rename HARQ related methods in LteEnbPhy, LteUePhy, and update LteHelper
Katerina Koutlia
2020-02-10 14:23:04 +01:00
88f04e444c
tcp: Fix documentation of DCTCP Init method
Tom Henderson
2020-02-10 14:56:57 -08:00