110 Commits

Author SHA1 Message Date
Tom Henderson
d0c8e14241 doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES for ns-3.46 2025-10-01 17:35:20 -07:00
Hugo Le Dirach
5931d5f005 Doc : Update routing overview image documentation 2025-07-03 09:20:39 +00:00
Tom Henderson
06da5f7e7d doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES for ns-3.45 2025-05-30 14:17:58 -07:00
Tom Henderson
58346a2082 doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES for ns-3.44 2025-03-08 21:21:54 -08:00
Alberto Gallegos
50c9e945e8 zigbee: Add Zigbee module support 2024-12-02 11:02:10 +09:00
Tom Henderson
a6366a865c doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES for ns-3.43 2024-10-08 16:49:02 -07:00
Tom Henderson
adb6b82340 doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES.md for ns-3.42 2024-05-29 17:10:00 +00:00
Tom Henderson
10c929275e doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES.md for ns-3.41 2024-02-09 07:11:29 -08:00
AlessioBugetti
567566c259 core: (fixes #540) Add Bernoulli and Binomial Distributions
- Add BernoulliRandomVariable and BinomialRandomVariable to the random-variable-stream model
- Add BernoulliRandomVariable and BinomialRandomVariable to random-variables.rst
- Add a stanza to main-random-variable-stream.cc for BernoulliRandomVariable and BinomialRandomVariable
- Add tests for BernoulliRandomVariable and BinomialRandomVariable in random-variable-stream-test-suite.cc
- Update RELEASE_NOTES.md and CHANGES.md
2024-01-26 13:39:57 +01:00
Tom Henderson
eea138247c Update AUTHORS, CHANGES.md, and RELEASE_NOTES.md for ns-3.40 2023-09-24 17:45:42 +00:00
Tom Henderson
a82a1e82d6 Update AUTHORS for ns-3.39 release 2023-06-27 20:40:12 -07:00
Tom Henderson
ea22cf2b77 Update AUTHORS for ns-3.38 release 2023-03-14 07:13:27 -07:00
Lars Toenning
8d692d9086 Update AUTHORS 2022-12-04 12:21:17 -08:00
Tom Henderson
dd8763657d Update AUTHORS, CHANGES, and RELEASE_NOTES 2022-10-27 13:22:02 -07:00
Alberto Gallegos
de505a9a9a lr-wpan: Adds PAN descriptor, Command Payload Header, Capability Field 2022-06-07 07:58:45 +00:00
Tom Henderson
7aaf8c0498 Update AUTHORS for ns-3.36.1 release 2022-05-23 10:38:01 -07:00
Tom Henderson
2425d2b041 Update AUTHORS, CHANGES, and RELEASE_NOTES 2022-04-24 21:18:17 -07:00
Tom Henderson
56a17fe5d8 Update AUTHORS list 2022-04-24 18:32:51 -07:00
Tommaso Pecorella
bf0708e61f Update AUTHORS list 2022-01-27 07:28:06 -06:00
Tom Henderson
d14aada5a0 Update AUTHORS and RELEASE_NOTES 2021-09-29 17:01:56 -07:00
Tom Henderson
d56a3db06a Update AUTHORS, CHANGES.html, and RELEASE_NOTES 2021-09-27 19:26:12 -07:00
cbowers1020
b529897c6c Fix Duplicate detection for ipv4 l3 multicast 2021-08-30 19:52:04 +00:00
Tom Henderson
8ec0db6998 Update AUTHORS list 2021-06-23 11:03:02 -07:00
Stefano Avallone
9cf45f9d43 wifi: Enforce the correct limit on max A-MPDU size for HE PPDUs 2021-06-18 10:20:33 +02:00
Tom Henderson
f613dcfc5c Update AUTHORS list 2021-01-04 10:36:14 -08:00
Tom Henderson
0eb02f2c99 Update AUTHORS list 2020-10-03 17:06:21 -07:00
Tom Henderson
4d411daa1f Update AUTHORS file 2020-06-17 19:43:12 -07:00
Tommaso Zugno
b8c935ca9c Integration of the 3GPP TR 38.901 pathloss and channel condition model (GSoC 2019) (1/2)
In particular, this commit contains:

* a new abstract class ChannelConditionModel, which provides the base for the
 implementation of specific channel condition models. The main method is
 GetChannelCondition (mm a, mm b), which determines the channel condition
 based on the tx and rx mobility models and returns it as a pointer to an
 object of type ChannelCondition
* the implementation of the subclasses ThreeGppRMaChannelConditionModel,
 ThreeGppUMaChannelConditionModel, ThreeGppUMiStreetCanyonChannelConditionModel,
 ThreeGppIndoorMixedOfficeChannelConditionModel,
 ThreeGppIndoorOpenOfficeChannelConditionModel, which inherits from
 ChannelConditionModel and statistically determines the LOS/NLOS state based on
 the specification in 3GPP TR 38.901
* the implementation of the subclass BuildingsChannelConditionModel, which
 inherits from ChannelConditionModel and determines the LOS/NLOS state based
 on the buildings deployed in the scenario. It has been adapted from the
 mmwave module.
* new classes which extends the PropagationLossModel interface and implements
 the pathloss models defined in 3GPP TR 38.901
 (ThreeGppRmaPropagationLossModel, ThreeGppUmaPropagationLossModel,
 ThreeGppUmiStreeCanyonPropagationLossModel,
 ThreeGppIndoorOfficePropagationLossModel). The main method is DoCalcRxPower
 (txPow, mm a, mm b), which applies the pathloss model taking into account the
 LOS/NLOS channel state and then returns the received power. To retrieve the
 channel state, they interface with the class ChannelConditionModel through
 the method GetChannelCondition (mm a, mm b)
* documentation and test cases for all the new classes
2020-03-12 14:34:22 +01:00
Alberto Gallegos Ramonet
c2054cb25b lr-wpan: Beacon Enabled Mode Direct transmissions 2020-03-06 00:35:40 +01:00
Parth Pandya
741fd9feee doc: Add to doxygen a list of all TypeIds 2020-02-03 15:50:48 -08:00
Tom Henderson
df43813a96 Update AUTHORS file 2019-09-16 07:10:15 -07:00
Jack Higgins
1483b8b228 internet: (fixes #62) ICMP handle time exceed responses. 2019-09-05 22:45:23 +00:00
Tom Henderson
72f34b0826 Update AUTHORS list 2019-08-12 19:43:36 -07:00
Stefano Avallone
003c0a3905 Update AUTHORS and CHANGES.html 2019-05-19 20:00:27 +02:00
Tom Henderson
22117f2aec Update AUTHORS for ns-3.29 2018-08-16 17:14:21 -07:00
Tom Henderson
75f6501d4d Update AUTHORS, CHANGES.html, RELEASE_NOTES for ns-3.28 2018-03-19 10:40:32 -07:00
Sébastien Deronne
52382acdbe Update AUTHORS list 2018-03-05 20:26:08 +01:00
Manoj Kumar Rana
b10a000aa0 lte: add support for IPv6 2018-02-07 17:36:41 -06:00
Jakub Rewienski
fb11bed41c lrwpan: support for extended addressing mode 2017-12-09 01:12:15 +01:00
Tom Henderson
6249f05131 update AUTHORS list for ns-3.27 2017-10-02 11:54:39 -07:00
Akin Soysal
f4d433a5ea wifi: (fixes #2776) Fix segfault in MacLow 2017-08-21 11:31:00 +03:00
Tom Henderson
71f73e92b4 internet-apps: DHCPv4 application
Special thanks to:
- Radu Lupu <rlupu@elcom.pub.ro>
- Ankit Deepak <adadeepak8@gmail.com>
- Deepti Rajagopal <deeptir96@gmail.com>
- Mohit P. Tahiliani <tahiliani.nitk@gmail.com>
2017-07-07 23:21:20 +02:00
Sébastien Deronne
4da17e78b8 Update RELEASE_NOTES and AUTHORS list 2017-07-02 15:41:30 +02:00
Sébastien Deronne
5bced11831 update AUTHORS list 2017-06-14 22:51:30 +02:00
Tom Henderson
9bf0116c22 update AUTHORS and RELEASE_NOTES 2016-10-06 22:55:29 -07:00
Tom Henderson
e2ec3f971b update AUTHORS list 2016-09-27 21:33:38 -07:00
Amir Modarresi
531955a8fe tcp: Add H-TCP model 2016-08-18 16:22:57 -07:00
Ali Rostami
3e34eb965a wifi: (fixes #2352) Add 'drop oldest' drop policy to WifiMacQueue (patch from Ali Rostami) 2016-03-31 10:08:49 -07:00
Tom Henderson
bc42db8608 fix typo 2016-03-15 10:22:25 -07:00
Tom Henderson
6dbc04fe3d update AUTHORS list 2016-03-12 17:36:52 -08:00