Commit Graph

819 Commits

Author SHA1 Message Date
Peter D. Barnes, Jr
fa7d6a894e core: (fixes #143): EmpiricalRandomVariable should ensure that the CDF ends with 1.0
After discussion it was decided that this is not an error,
but should be better documented.
2020-05-12 21:25:08 +00:00
Natale Patriciello
b4f8739db8 Edit RELEASE_NOTES for the propagation o-h bug
Closes !269
2020-05-06 08:54:03 +02:00
Peter D. Barnes, Jr
20f5e442ed doc: Add CommandLine::Usage to the doxygen for every example 2020-04-27 16:20:09 -07:00
Stefano Avallone
cf5a4c0d35 wifi: (fixes #1909) Implement timeouts according to the standard 2020-04-15 10:49:41 +02:00
Sébastien Deronne
abddddbd66 Update RELEASE_NOTES 2020-04-12 15:35:00 +02:00
Sébastien Deronne
d55b10a863 wifi: Add test to verify Ideal rate manager selects the appropriate rate when non-best effort traffic is sent 2020-04-12 12:32:47 +02:00
Sébastien Deronne
20d9522a1b wifi: (fixes #40) Reset Ideal rate manager when the maximum number of retries for a packet has been reached 2020-04-12 10:24:28 +00:00
Tommaso Zugno
b4f5695e05 Integration of the 3GPP TR 38.901 fast fading model (GSoC 2019) (2/2)
Close !90
2020-03-30 18:23:07 +02: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
Natale Patriciello
4d0fbd1df4 stats: added SQLite interface to RELEASE_NOTES 2020-03-09 10:12:34 +01:00
Sébastien Deronne
b08bb7898a Update RELEASE_NOTES 2020-03-08 20:39:12 +01:00
Parth Pandya
741fd9feee doc: Add to doxygen a list of all TypeIds 2020-02-03 15:50:48 -08:00
Stefano Avallone
4e184f3e9b wifi: Align EDCA transmissions to slot boundaries 2020-01-29 19:34:32 +01:00
ZorazeAli
5a66cdb8eb Update CHANGES.html and RELEASE_NOTES 2020-01-27 17:06:11 +01:00
Tom Henderson
7a53a962cc build: (fixes #119) Waf --lcov-report and --lcov-zerocounters options 2019-12-24 12:16:05 -08:00
Tom Henderson
f78d706fb0 Update CHANGES.html and RELEASE_NOTES 2019-10-30 06:36:17 -07:00
Tom Henderson
19e6ba2201 wifi: (fixes #84) Removing wrong header due to copy-paste error 2019-09-19 10:26:23 -07:00
Tom Henderson
82c05e41a0 Update RELEASE_NOTES for ns-3.30.1 2019-09-18 10:37:36 -07:00
Tom Henderson
ae03dbbf6d Update RELEASE_NOTES and CHANGES.html 2019-08-23 14:39:48 +01:00
Tom Henderson
74ec793057 Update CHANGES.html and RELEASE_NOTES 2019-08-13 11:05:29 -07:00
Tom Henderson
bd376b4535 Update CHANGES.html and RELEASE_NOTES 2019-08-12 16:59:59 -07:00
Sébastien Deronne
32feed92ee wifi: Pass number of data bits instead of number of coded bits to error models 2019-06-02 21:30:10 +02:00
Sébastien Deronne
0afae8ef34 wifi: Enable preamble detection model by default 2019-05-16 21:23:32 +02:00
Sébastien Deronne
eda73a35f9 Update RELEASE_NOTES for wifi module 2019-05-16 12:48:34 +02:00
Stefano Avallone
676f876099 Update RELEASE_NOTES 2019-05-11 18:48:26 +02:00
ZorazeAli
4d1aace920 Update CHANGES.html and RELEASE_NOTES 2019-05-10 21:04:36 +02:00
ZorazeAli
e3a84e0354 Update CHANGES.html and RELEASE_NOTES 2019-05-10 12:52:55 +02:00
Sebastien Deronne
9f1b4331eb wifi: Add first 802.11ax OBSS_PD SR algorithm 2019-04-27 20:50:03 +00:00
mychele
a7b7de4d46 mobility: (fixes #11) Rectangle::GetClosestSide works for exterior points 2019-04-07 09:45:02 -04:00
Natale Patriciello
dab08d714d lte: (fixed #2893) GetPgw in helpers must be const
Simple const-correctness enforcing.
2019-03-07 21:59:58 +01:00
Manuel Requena
4dd0821ed6 lte: EPC upgrade
The LTE/EPC model has been enhanced with new features:
    * SGW, PGW and MME are full nodes.
    * There are P2P links between core network nodes.
    * New S5 interface between SGW and PGW nodes based on GTPv2-C protocol.
    * Allow simulations with multiple SGWs and PGWs.

LTE eNB RRC is extended to support:
    * S1 signalling with the core network is initiated after the
      RRC connection establishment procedure is finished.
    * New ATTACH_REQUEST state to wait for finalization of the S1
      signalling with the core network.
    * New InitialContextSetupRequest primitive of the S1 SAP that is
      received by the eNB RRC when the S1 signalling from the core network
      is finished.

Squashed commit of the following from mrequena:epc-upgrade:

    lte: Clarify that e2e is IPv4/IPv6 and core network is IPv4-only
    lte: Remove duplicated example from wscript
    lte: Add new features of the EPC upgrade to CHANGES.html
    lte: Remove duplicated example
    lte: (fixes #3027) S1 signalling is done before RRC connection establishment is finished
    lte: Add new ATTACH_REQUEST state in eNB RRC
    lte: cast a uint8_t when logging
    lte: Fix doxygen comments and doc typos
    lte: Add documentation for EPC split
    lte: Use protocolNumber in new EpcPgwApplication
    lte: Add doxygen doc for EpcSgwApplication class
    lte: Add doxygen doc for EpcPgwApplication class
    lte: Add doxygen doc for EpcMmeApplication class
    lte: PreSerialize/PreDesearialize are only used in the derived messages
    lte: Command line parameters take precedence over parameters in config file
    lte: Rename number of node pairs variable
    lte: Add IPv6 support to new PgwApplication
    lte: Change to new pgw node
    lte: Number of nodes has changed after EPC split
    lte: InitialUeMessage cannot be called if simulation is not started
    lte: Change some names of addresses and clean debug code
    lte: New GetPacketFilters method
    lte: Add new files to build system
    lte: Don't need to build the GtpcHeader by hand, just the message
    lte: GTPC messages derived from GtpcHeader
    lte: Add new PGW Application
    lte: Add new SGW Application
    lte: Add new MME Application
    lte: Add new GTP-C protocol header
    lte: Split SGW/PGW/MME in different nodes
    lte: Add new example
2019-01-12 17:55:34 -08:00
Sébastien Deronne
2bd74fdbd7 wifi: Add threshold-based preamble detection model 2018-12-03 21:18:05 +01:00
Sébastien Deronne
c0ce243760 wifi: Extend support of up to 256 MPDUs in A-MPDUs for 802.11ax 2018-11-27 20:44:41 +01:00
Sébastien Deronne
b3ce7e5628 wifi: (fixes #2470) Protect ADDBA handshake 2018-11-10 19:37:36 +01:00
Michele Polese
4ebc14d7dc mobility: (fixes #2860) set z coordinate for many position-allocation classes 2018-10-12 13:22:49 +02:00
Manuel Requena
a305683f5d lte: (fixes #2997) EpcTft::PacketFilter::Matches does not use ipv6 address to match an IP packet 2018-10-11 17:55:02 +02:00
Manuel Requena
1e8ea7601e lte: (fixes #2992) Send method of the LteUeNetDevice doesn't use protocolNumber parameter 2018-09-26 18:47:36 +02:00
Tom Henderson
bf977036c2 Add release dedication 2018-09-05 06:34:54 -07:00
Tom Henderson
d02a3ef91c Update RELEASE_NOTES and CHANGES.html 2018-08-30 22:20:24 -07:00
Zoraze Ali
939dad8850 Update CHANGES.html and RELEASE_NOTES 2018-08-25 22:00:05 -07:00
Steve Smith
12a3af0e02 build: Updating Waf 1.8.19 to 2.0.9
*) Platform was no longer recognized as a attribute of Options.  Used waf
Utils call to obtain unversioned platform name.

*) Task classes renamed from <taskname>_task to <taskname>.

Waf was not finding the classes when named with _task suffix.

*) Waf removed check option for 'type_name' check.

Added explicit embedded code snippet based on previous Waf versions to perform uint128 checks.

*) Waf source attribute is now strings, need to convert to nodes to retrieve parent node.

# Orig 1.8.19 testdir = self.source[-1].parent.path_from(self.bld.srcnode)
testdir = self.to_nodes(self.source[-1])[0].parent.path_from(self.bld.srcnode)
2018-08-24 18:02:14 -07:00
Tom Henderson
36bd5763cc update CHANGES.html and RELEASE_NOTES for ns-3.29 2018-08-16 17:42:31 -07:00
Tom Henderson
a04ea625f7 network: Add NodeContainer::Contains() 2018-08-09 05:53:06 -07:00
Tom Henderson
55df7237fe network: Add ApplicationContainer::StartWithJitter() 2018-08-08 16:31:39 -07:00
Tom Henderson
0a29d747c6 wifi: Add StaWifiMac::BeaconArrival trace source 2018-08-08 16:10:50 -07:00
Sébastien Deronne
16a2d19fee network: (fixes #2948) Allow priority settings up to value 7 2018-08-07 12:45:56 +02:00
Sébastien Deronne
7cf760a078 Update RELEASE_NOTES 2018-08-06 19:54:22 +02:00
Tom Henderson
b021f53ea2 Document the API change from removing --no32bit-scan 2018-07-21 16:31:05 -07:00
Getachew Redieteab
6afd76fc8d wifi: (fixes #2941): Correct Order bit of Frame control field in WifiMacHeader 2018-07-11 11:33:19 +02:00
Alexander Krotov
8d1b7b1391 Spellcheck the rest of ns-3 2018-06-28 12:51:39 +03:00