Commit Graph

15564 Commits

Author SHA1 Message Date
Tom Henderson
38bf93a8b5 documentation: Update Python API scanning section 2021-04-30 22:08:23 -07:00
Tommaso Pecorella
6b0a9f4af7 sixlowpan: fix doxygen warnings 2021-05-01 04:36:19 +02:00
Tommaso Pecorella
21fb224e8a internet: fix doxygen warnings 2021-05-01 04:14:27 +02:00
Tommaso Pecorella
1a095cda5b network: fix doxygen warnings 2021-05-01 04:13:49 +02:00
Tommaso Pecorella
e2f1ff084b core: fix doxygen warnings 2021-05-01 00:19:55 +02:00
Tommaso Pecorella
a06388bf64 aodv: fix doxygen warnings 2021-04-30 19:09:29 +02:00
Tommaso Pecorella
b922daa3c0 olsr: fix doxygen warnings 2021-04-30 19:08:28 +02:00
Alessandro Aimi
4404c451e4 network: (fixes #393) Add support for DLT_LORATAP DataLinkType to Pcap files 2021-04-30 15:32:20 +00:00
Tommaso Pecorella
d7a08785d7 CI: update archlinux image 2021-04-29 20:45:59 +00:00
Tom Henderson
c3c1b3326f build: (fixes #329) Remove dead code from wscript 2021-04-29 08:28:44 -07:00
Stefano Avallone
2d692ea383 wifi: Rescan python bindings 2021-04-26 20:02:52 +02:00
Stefano Avallone
a629984f33 wifi: Add copy constructor and assignment operator to WifiTxParameters 2021-04-26 20:02:52 +02:00
Stefano Avallone
a160f7054e wifi: Add Copy methods to WifiAcknowledgment and WifiProtection 2021-04-26 20:02:45 +02:00
Stefano Avallone
ac7ad2c815 wifi: Add trace source for PSDU map timeout events 2021-04-26 19:05:36 +02:00
Rediet
2e4fdd3640 wifi: Add methods to get the target RSSI for TB PPDUs 2021-04-26 19:05:35 +02:00
Stefano Avallone
dcb8ffe4e5 wifi: Add MAC support for DL OFDMA 2021-04-26 19:05:35 +02:00
Stefano Avallone
508a10a101 wifi: Add the MultiUserScheduler base class 2021-04-26 19:05:35 +02:00
Stefano Avallone
47eb2b1fbf wifi: Add DL OFDMA support to the WifiDefaultAckManager 2021-04-26 19:05:35 +02:00
Tommaso Pecorella
662c6a8a21 olsr (fixes #271): print methods for olsr headers
Credits also to:
- Niwedita <niwedita.dakshana2017@gmail.com>
- Nitya Chandra <nityachandra6@gmail.com>
2021-04-25 15:49:18 +02:00
Ameya Deshpande
57617feb3f nix-vector-routing: (fixes #390) Avoid changing routing-dependent members
- Declare the function `PrintRoutingPath ()` as a const function.
- Add CheckCacheStateAndFlush () to `PrintRoutingPath ()`.
- Add a null condition check for `destNode` in `PrintRoutingPath ()`.
- Take node pointer parameter for `FindTotalNeighbors ()` and `FindNetDeviceForNixIndex ()`.
- Declare all the nested functions inside `PrintRoutingPath ()` as const.
- Remove updating m_ipv4RouteCache.
- Note that updating m_nixCache is OK as it should and only happens for the source node instance.

Signed-off-by: Ameya Deshpande <ameyanrd@outlook.com>
2021-04-23 19:23:21 +00:00
Steven Smith
bbcea3e502 core: (fixes #387) Fix MakeCallbackAccessor compilation error
Use more specific properties of containers to identify containers for specialization
2021-04-20 10:11:05 -07:00
Tom Henderson
acec4714bb examples: (fix of commit e353bafa) Set PCAP data link type 2021-04-20 09:41:53 -07:00
Sébastien Deronne
b4efd683be wifi: Fix typos and unnecessary headers in WifiPrimaryChannelsTest 2021-04-19 12:53:14 +02:00
Sébastien Deronne
e353bafa48 examples: Set wifi data link type when PCAP file is generated 2021-04-19 12:49:58 +02:00
Tom Henderson
db97b88195 core: Add missing include 2021-04-18 17:55:30 -07:00
Tom Henderson
2ae1abcc4e examples: Fix comment 2021-04-16 15:10:38 -07:00
Tom Henderson
5fc7a1be61 examples: Add author/copyright; improve logging and comments 2021-04-16 07:56:21 -07:00
Tom Henderson
a773a15d48 applications: Include SeqTs header size in logged receive packet size 2021-04-16 07:55:38 -07:00
Alexander Krotov
7840671edf ci: add "ccache-" prefix to ccache cache
To avoid conflicts in case we add more caches for other things.
2021-04-15 17:34:09 +03:00
Vivek Jain
26f264bda4 tcp: Fix sphinx warnings 2021-04-15 14:25:33 +00:00
Alexander Krotov
3b54a8af17 ci: share ccache directory between branches 2021-04-15 14:18:35 +00:00
Sachin Nayak
7765a4519b lte: Set UeRrcSapProvider only if RNTI exists at the eNB
see MR !605
2021-04-14 14:57:43 +02:00
Sachin Nayak
6305437fbe lte: Make sure RNTI exists before removing UE context
see MR !605
2021-04-14 14:56:36 +02:00
Stefano Avallone
d1c7b37763 wifi: Compare received power per MHz to normalized RX sensitivity 2021-04-14 12:31:55 +02:00
Mattia Lecci
2ba71b3d1b antenna: Fix documentation typos 2021-04-13 20:58:10 -07:00
Mattia Lecci
c7573e6006 Update RELEASE_NOTES and CHANGES.html 2021-04-13 20:56:16 -07:00
Tommaso Pecorella
3b38b767db docs: update models toctrees 2021-04-13 23:31:26 +00:00
Tommaso Pecorella
b62f86e0a2 antenna: update docs 2021-04-13 23:28:18 +00:00
Sachin Nayak
ae280797f3 lte: Update fading_trace_generator.m for the latest MATLAB version 2021-04-13 15:40:25 -07:00
Tommaso Pecorella
3faf844243 internet: Fix forged RS creation. 2021-04-13 20:32:07 +00:00
Tommaso Pecorella
f0c3538072 internet: (fixes #374) TCP - assume RTT is 1us if TS opt. is zero 2021-04-13 13:03:04 +00:00
Tommaso Pecorella
a433106396 Clarify documentation 2021-04-12 16:39:01 -07:00
Tommaso Pecorella
6d20503f84 add log message 2021-04-12 16:39:01 -07:00
Tommaso Pecorella
6cff59c3a7 lr-wpan: (fixes #382) fixes Tx power calc from PIB attribute 2021-04-12 16:39:01 -07:00
Tom Henderson
d4258b2b32 build: (merges !584) Exit configuration if path whitespace detected 2021-04-12 16:33:59 -07:00
Ameya Deshpande
eed810daac wimax: (fixes #378) Remove std::binary_function
Signed-off-by: Ameya Deshpande <ameyanrd@outlook.com>
2021-04-12 15:39:59 -07:00
Gabriel Arrobo
b2b1b08bf2 build: Enabled to run python scripts located in the contrib directory 2021-04-12 15:36:42 -07:00
Gabriel Arrobo
0ef0690969 build (fixes #360): Search relative path for bindings in src and contrib dir 2021-04-12 15:36:42 -07:00
Rediet (Orange)
32cd83f526 propagation: use sublist in docs for 3GPP models
Lists were merged in 7ac8b0e767
2021-04-12 09:51:07 +00:00
Tommaso Pecorella
7ac8b0e767 propagation: fix documentation warnings 2021-04-12 08:20:27 +00:00