From 35c12eb14afbdd5d90b0692a61435993c18559cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sun, 11 Dec 2016 16:23:26 +0100 Subject: [PATCH] wifi: (fixes #2463) Add TxopTrace trace source to EdcaTxopN --- CHANGES.html | 1 + RELEASE_NOTES | 1 + src/wifi/model/edca-txop-n.cc | 17 ++++++++++++++++- src/wifi/model/edca-txop-n.h | 1 + src/wifi/test/wifi-test.cc | 3 +++ 5 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES.html b/CHANGES.html index e03e75787..1d429599f 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -58,6 +58,7 @@ us a note on ns-developers mailing list.

parameter to specify the time units used on the report. The new parameter is optional and if not specified defaults to the previous behavior (Time::S). +
  • TxopTrace: new trace source exported by EdcaTxopN.
  • Changes to existing API: