From a04ea625f7f97309a81dc02f14d4138066bb66df Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 9 Aug 2018 05:53:06 -0700 Subject: [PATCH] network: Add NodeContainer::Contains() --- CHANGES.html | 2 ++ RELEASE_NOTES | 2 ++ src/network/helper/node-container.cc | 13 +++++++++++++ src/network/helper/node-container.h | 8 ++++++++ 4 files changed, 25 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index 5e9cfcdf5..5d1cc98ab 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -64,6 +64,8 @@ nodes to be placed outside of buildings defined in the scenario.
  • Added a priority queue disc (PrioQueueDisc).
  • Added a new trace source in StaWifiMac for tracing beacon arrivals
  • Added a new helper method to ApplicationContainer to start applications with some jitter around the start time
  • +
  • (network) Add a method to check whether a node with a given ID is within a NodeContainer.
  • +

    Changes to existing API: