Commit Graph

785 Commits

Author SHA1 Message Date
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
Sébastien Deronne
3a7c974d2e wifi: (fixes #2926) Align SSRC and SLRC mechanism to the standard 2018-06-26 19:35:23 +02:00
Vivek Jain
adf3c28df6 internet: Prevent dropping CE marked Ipv{4,6} packets 2018-06-19 23:44:23 +02:00
Natale Patriciello
a5cf957540 tcp: (fixes #2914) Adv Win resilience to SequenceNumber32 wrap-around 2018-06-08 18:48:49 +02:00
Stefano Avallone
f6d605414d traffic-control: Keep one version only of Peek and Dequeue in the QueueDisc class interface 2018-06-07 23:55:05 +02:00
Matias Richart
b401974d28 wifi: (fixes #2925) Correct reported number of MPDUs when a block ack timeout event occurs 2018-06-05 22:19:08 +02:00
Shefali Gupta
5b3df2fa8e tcp: (fixes #2921) Add min_cwnd variable 2018-06-04 21:07:42 +02:00
Sébastien Deronne
9779bf3ec1 wifi: (fixes #2920) Set default MaxSlrc and fragmentation threshold attribues as per standard 2018-05-31 23:18:12 +02:00
Manish Kumar B.
0e330058c2 netanim: (fixes #2856) dumbbell-animation limitation 2018-05-29 19:20:01 -07:00
Stefano Avallone
6e1363817e internet: ARP packets pass through the traffic control layer
So that they are not discarded if the device transmission queue
is stopped. Also, this is how Linux behaves.
2018-05-24 00:34:02 +02:00
Tom Henderson
dc51e4cc97 aodv: (fixes #2517, 2911) Binary exponential backoff problem 2018-05-19 19:16:31 -07:00
Viyom
177a4fd06f tcp: Added PRR Recovery algorithm 2018-05-15 22:16:36 +02:00
Manuel Requena
8da38f9a00 fd-net-device: (fixes #2801) MTU is not set correctly 2018-05-03 06:52:20 -07:00
Michele Polese
9624c80c37 buildings: Add OutdoorPositionAllocator to buildings module 2018-04-19 08:50:24 -07:00
Peter D. Barnes, Jr.
8c84b8be73 core: bug 2461: CommandLine should handle non-option arguments 2018-04-05 17:32:03 -07:00
Peter D. Barnes, Jr.
042d2e38e5 core: bug 2901: Add CommandLine::Parse (const std::vector<std::string>> args); 2018-04-03 14:49:27 -07:00
Tom Henderson
58cc90c854 Update release files to start next release 2018-03-22 19:21:34 -07:00
Tom Henderson
75f6501d4d Update AUTHORS, CHANGES.html, RELEASE_NOTES for ns-3.28 2018-03-19 10:40:32 -07:00
Tom Henderson
f05603f02f csma: (fixes # 2872) Packet copy in CsmaChannel breaks netanim tracing 2018-03-10 09:16:56 -08:00
Manuel Requena
cb88b3caea lte: (fixes #2899) Inconsistent type for variable cellForWhichToReportCGI 2018-03-08 12:54:54 +01:00
Manuel Requena
536c5a8696 lte: (fixes #2898) Coding issue in function RrcAsn1Header::DeserializeRachConfigCommon 2018-03-08 12:53:07 +01:00
Tommaso Pecorella
2cb872f436 internet: (fixes #2890) Icmpv4 "ECHO" is defined in system-wide headers 2018-03-06 13:32:01 -06:00
Hossam Khader
eac2a44773 uan: (fixes #2882): Examples for running raw, IPv4, IPv6, 6lowpan over UAN 2018-03-05 14:47:15 -06:00
Natale Patriciello
b93c00f8b8 tcp: (fixes #1783 #2832 #2859) Unify code path for SACK and non-SACK connections. Thanks to Tom H., Menglei Zhang, Viyom Mittal 2018-03-03 12:00:13 +01:00
Sébastien Deronne
4bc502dd5b wifi: (fixes #2826) Use lowest basic rate for management frames 2018-03-02 23:46:11 +01:00
Sébastien Deronne
1dd885d023 wifi: (fixes #2774) Fixes endless ADDBA requests after transmitting a DELBA frame 2018-03-02 21:27:06 +01:00
Manuel Requena
d4d78eeeb3 lte: (fixes #2885) Tests fail for CQA and PSS testsuites 2018-03-02 17:09:09 +01:00
Zoraze Ali
3ee00b0a17 lte: (fixes: #2840) Wrong configuration of eNBs and UEs 2018-03-01 11:06:28 +01:00
Natale Patriciello
8e14751e7d lte: (fixes 2107) Enable PCAP tracing for X2 and S1U links 2018-02-25 11:59:03 +01:00
Natale Patriciello
68691f9c17 edited release notes for bug 2866 corrected in commit 13319:4052be71b58b 2018-02-25 11:43:13 +01:00
Natale Patriciello
201068eda2 tcp: (fixes 2876) Do not shrink adv. window after FIN 2018-02-25 11:40:59 +01:00
Natale Patriciello
adc9872391 tcp: (fixes #2875) Use Rule3 of RFC6675 only with SACK enabled 2018-02-25 11:39:35 +01:00
Natale Patriciello
9b62ac5401 tcp: (fixes #2874) Corrected interpretation of RFC 6675 for IsLost check 2018-02-25 11:37:52 +01:00
Natale Patriciello
b782b9288b tcp: (fixes #2873) Potential SIGFPE with Yeah 2018-02-25 11:30:06 +01:00
Hossam Khader
ad5f9374e0 uan: (fixes #2413) Changes in the UAN module to support NS-3 IP stack 2018-02-24 20:07:05 -06:00