git: 3d29ea18e28e - main - net/ns3: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Aug 2024 21:03:00 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d29ea18e28ec2969e6b4e23b420c036ac172853 commit 3d29ea18e28ec2969e6b4e23b420c036ac172853 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-08-07 21:02:40 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-08-07 21:02:40 +0000 net/ns3: Remove expired port 2024-08-06 net/ns3: Outdated and unmaintained for years --- MOVED | 1 + net/Makefile | 1 - net/ns3/Makefile | 59 - net/ns3/distinfo | 3 - net/ns3/files/patch-src_core_model_cairo-wideint.c | 10 - ...rc_test_ns3tc_fq-codel-queue-disc-test-suite.cc | 18 - net/ns3/files/patch-src_wscript | 11 - net/ns3/files/patch-waf-tools_cflags.py | 11 - net/ns3/pkg-descr | 4 - net/ns3/pkg-plist | 1376 -------------------- 10 files changed, 1 insertion(+), 1493 deletions(-) diff --git a/MOVED b/MOVED index f0de1210c3a4..8ef654d4c1fd 100644 --- a/MOVED +++ b/MOVED @@ -3425,3 +3425,4 @@ www/py-imdbpy|www/py-cinemagoer|2024-08-04|Has expired: IMDbPY is now cinemagoer dns/dnrd||2024-08-04|Has expired: Abandonware, last release in 2007 and last activity in 2010. Consider using Unbound, dns/dnsmasq or dns/blocky science/mercantile|science/py-mercantile|2024-08-04|Move science/mercantile to science/py-mercantile devel/py-jsonschema417|devel/py-jsonschema|2024-08-04|Remove obsoleted port. Use devel/py-jsonschema instead +net/ns3||2024-08-07|Has expired: Outdated and unmaintained for years diff --git a/net/Makefile b/net/Makefile index f0897e911f07..a02722d1240c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -538,7 +538,6 @@ SUBDIR += nng SUBDIR += norm SUBDIR += nqptp - SUBDIR += ns3 SUBDIR += nsq SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl diff --git a/net/ns3/Makefile b/net/ns3/Makefile deleted file mode 100644 index 7d531d4def72..000000000000 --- a/net/ns3/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -PORTNAME= ns3 -PORTVERSION= 3.35 -PORTREVISION= 2 -CATEGORIES= net education -MASTER_SITES= https://www.nsnam.org/release/ -DISTNAME= ns-allinone-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Network simulator for Internet systems -WWW= https://www.nsnam.org/ - -LICENSE= GPLv2 - -BROKEN= Fails to compile -DEPRECATED= Outdated and unmaintained for years -EXPIRATION_DATE=2024-08-06 - -USES= compiler:c++11-lib gettext gnome pkgconfig python sqlite \ - tar:bzip2 waf -USE_GNOME= libxml2 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --int64x64=cairo -WRKSRC_SUBDIR= ns-${DISTVERSION} -PLIST_SUB= VERSION="${PORTVERSION}" - -OPTIONS_DEFINE= DEBUG EXAMPLES GSL GTK2 SUDO TEST -OPTIONS_DEFAULT=TEST -OPTIONS_SUB= yes - -GSL_DESC= GNU Scientific Library support -SUDO_DESC= Use sudo to set suid bits on executables - -DEBUG_CONFIGURE_ON= --build-profile=debug -DEBUG_CONFIGURE_OFF= --build-profile=release -DEBUG_PLIST_SUB= DEBUG_SUFX="-debug" -DEBUG_PLIST_SUB_OFF= DEBUG_SUFX="" - -EXAMPLES_CONFIGURE_ENABLE= examples - -GSL_LIB_DEPENDS= libgsl.so:math/gsl - -GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 -GTK2_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango -GTK2_CONFIGURE_OFF= --disable-gtk - -SUDO_BUILD_DEPENDS= sudo:security/sudo -SUDO_CONFIGURE_ON= --enable-sudo - -TEST_CONFIGURE_ENABLE= tests - -post-install: - @${FIND} ${STAGEDIR} \( -path '*/bin/*' -or -name '*.so' \) \ - -type f -exec ${STRIP_CMD} {} + - @${FIND} ${STAGEDIR} \( -path '*/pkgconfig/*' -or \ - -name 'config-store-config.h' \) \ - -type f -exec ${REINPLACE_CMD} -i '' 's,${STAGEDIR},,' {} + - -.include <bsd.port.mk> diff --git a/net/ns3/distinfo b/net/ns3/distinfo deleted file mode 100644 index 99e7ff15553b..000000000000 --- a/net/ns3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1633230025 -SHA256 (ns-allinone-3.35.tar.bz2) = 25e07a95349847b3e453d3af29a94545a4f869b1c6b4d860900cb7718fb1a618 -SIZE (ns-allinone-3.35.tar.bz2) = 29087879 diff --git a/net/ns3/files/patch-src_core_model_cairo-wideint.c b/net/ns3/files/patch-src_core_model_cairo-wideint.c deleted file mode 100644 index f0d2900501c6..000000000000 --- a/net/ns3/files/patch-src_core_model_cairo-wideint.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/model/cairo-wideint.c.orig 2018-12-24 11:24:00 UTC -+++ src/core/model/cairo-wideint.c -@@ -32,6 +32,7 @@ - */ - - #include "cairo-wideint-private.h" -+#include <climits> - - /** - * \file diff --git a/net/ns3/files/patch-src_test_ns3tc_fq-codel-queue-disc-test-suite.cc b/net/ns3/files/patch-src_test_ns3tc_fq-codel-queue-disc-test-suite.cc deleted file mode 100644 index 9c6d8cccd8e4..000000000000 --- a/net/ns3/files/patch-src_test_ns3tc_fq-codel-queue-disc-test-suite.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- src/test/ns3tc/fq-codel-queue-disc-test-suite.cc.orig 2021-01-04 15:32:24 UTC -+++ src/test/ns3tc/fq-codel-queue-disc-test-suite.cc -@@ -35,6 +35,8 @@ - #include "ns3/string.h" - #include "ns3/pointer.h" - -+#include <sys/types.h> -+ - using namespace ns3; - - // Variable to assign hash to a new packet's flow -@@ -1125,4 +1127,4 @@ FqCoDelQueueDiscTestSuite::FqCoDelQueueDiscTestSuite ( - AddTestCase (new FqCoDelQueueDiscL4sMode, TestCase::QUICK); - } - --static FqCoDelQueueDiscTestSuite fqCoDelQueueDiscTestSuite; -\ No newline at end of file -+static FqCoDelQueueDiscTestSuite fqCoDelQueueDiscTestSuite; diff --git a/net/ns3/files/patch-src_wscript b/net/ns3/files/patch-src_wscript deleted file mode 100644 index e67fa5a5f836..000000000000 --- a/net/ns3/files/patch-src_wscript +++ /dev/null @@ -1,11 +0,0 @@ ---- src/wscript.orig 2015-09-23 19:28:42 UTC -+++ src/wscript -@@ -436,7 +436,7 @@ def apply(self): - output_node = self.path.find_or_declare(output_filename) - assert output_node is not None, str(self) - task = self.create_task('ns3pcfile') -- self.bld.install_files('${LIBDIR}/pkgconfig', output_node) -+ self.bld.install_files('${LIBDIR}data/pkgconfig', output_node) - task.set_outputs([output_node]) - task.module = module - diff --git a/net/ns3/files/patch-waf-tools_cflags.py b/net/ns3/files/patch-waf-tools_cflags.py deleted file mode 100644 index 6915a06bbc51..000000000000 --- a/net/ns3/files/patch-waf-tools_cflags.py +++ /dev/null @@ -1,11 +0,0 @@ ---- waf-tools/cflags.py.orig 2015-09-23 19:28:42 UTC -+++ waf-tools/cflags.py -@@ -19,7 +19,7 @@ class GccTraits(CompilerTraits): - def __init__(self): - super(GccTraits, self).__init__() - # cumulative list of warnings per level -- self.warnings_flags = [['-Wall'], ['-Werror'], ['-Wextra']] -+ self.warnings_flags = [['-Wall'], ['-Wextra']] - - def get_warnings_flags(self, level): - warnings = [] diff --git a/net/ns3/pkg-descr b/net/ns3/pkg-descr deleted file mode 100644 index 628529c28156..000000000000 --- a/net/ns3/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ns-3 is a discrete-event network simulator for Internet systems, -targeted primarily for research and educational use. ns-3 is free -software, licensed under the GNU GPLv2 license, and is publicly -available for research, development, and use. diff --git a/net/ns3/pkg-plist b/net/ns3/pkg-plist deleted file mode 100644 index 08798f1775b9..000000000000 --- a/net/ns3/pkg-plist +++ /dev/null @@ -1,1376 +0,0 @@ -%%PYTHON_SITELIBDIR%%/ns/__init__.py -%%PYTHON_SITELIBDIR%%/ns/_core%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/antenna%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/aodv%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/applications%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/bridge%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/buildings%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/config_store%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/core.py -%%PYTHON_SITELIBDIR%%/ns/csma_layout%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/csma%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/dsdv%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/dsr%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/energy%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/flow_monitor%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/internet_apps%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/internet%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/lr_wpan%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/lte%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/mesh%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/mobility%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/netanim%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/network%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/nix_vector_routing%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/olsr%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/point_to_point_layout%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/point_to_point%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/propagation%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/sixlowpan%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/spectrum%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/stats%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/topology_read%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/traffic_control%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/uan%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/virtual_net_device%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/wave%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/wifi%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ns/wimax%%PYTHON_EXT_SUFFIX%%.so -bin/ns%%VERSION%%-adaptive-red-tests%%DEBUG_SUFX%% -bin/ns%%VERSION%%-adhoc-aloha-ideal-phy%%DEBUG_SUFX%% -bin/ns%%VERSION%%-adhoc-aloha-ideal-phy-matrix-propagation-loss-model%%DEBUG_SUFX%% -bin/ns%%VERSION%%-adhoc-aloha-ideal-phy-with-microwave-oven%%DEBUG_SUFX%% -bin/ns%%VERSION%%-aodv%%DEBUG_SUFX%% -bin/ns%%VERSION%%-basic-energy-model-test%%DEBUG_SUFX%% -bin/ns%%VERSION%%-bench-packets%%DEBUG_SUFX%% -bin/ns%%VERSION%%-bench-simulator%%DEBUG_SUFX%% -bin/ns%%VERSION%%-bit-serializer -bin/ns%%VERSION%%-bonnmotion-ns2-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-buildings-pathloss-profiler%%DEBUG_SUFX%% -bin/ns%%VERSION%%-cobalt-vs-codel%%DEBUG_SUFX%% -bin/ns%%VERSION%%-codel-vs-pfifo-asymmetric%%DEBUG_SUFX%% -bin/ns%%VERSION%%-codel-vs-pfifo-basic-test%%DEBUG_SUFX%% -bin/ns%%VERSION%%-colors-link-description%%DEBUG_SUFX%% -bin/ns%%VERSION%%-command-line-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-config-store-save%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-bridge%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-bridge-one-hop%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-broadcast%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-multicast%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-one-subnet%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-packet-socket%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-ping%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-raw-ip-socket%%DEBUG_SUFX%% -bin/ns%%VERSION%%-csma-star%%DEBUG_SUFX%% -bin/ns%%VERSION%%-dctcp-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-dhcp-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-double-probe-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-dsdv-manet%%DEBUG_SUFX%% -bin/ns%%VERSION%%-dsr%%DEBUG_SUFX%% -bin/ns%%VERSION%%-dumbbell-animation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-dynamic-global-routing%%DEBUG_SUFX%% -bin/ns%%VERSION%%-empirical-random-variable-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-energy-model-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-energy-model-with-harvesting-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-example-ping-lr-wpan%%DEBUG_SUFX%% -bin/ns%%VERSION%%-example-ping-lr-wpan-beacon%%DEBUG_SUFX%% -bin/ns%%VERSION%%-example-ping-lr-wpan-mesh-under%%DEBUG_SUFX%% -bin/ns%%VERSION%%-example-sixlowpan%%DEBUG_SUFX%% -bin/ns%%VERSION%%-fatal-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-fifth%%DEBUG_SUFX%% -bin/ns%%VERSION%%-file-aggregator-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-file-helper-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-first%%DEBUG_SUFX%% -bin/ns%%VERSION%%-fourth%%DEBUG_SUFX%% -bin/ns%%VERSION%%-fqcodel-l4s-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-fragmentation-ipv6%%DEBUG_SUFX%% -bin/ns%%VERSION%%-fragmentation-ipv6-two-MTU%%DEBUG_SUFX%% -bin/ns%%VERSION%%-global-injection-slash32%%DEBUG_SUFX%% -bin/ns%%VERSION%%-global-routing-multi-switch-plus-router%%DEBUG_SUFX%% -bin/ns%%VERSION%%-global-routing-slash32%%DEBUG_SUFX%% -bin/ns%%VERSION%%-gnuplot-aggregator-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-gnuplot-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-gnuplot-helper-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-grid-animation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-hash-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-hello-simulator%%DEBUG_SUFX%% -bin/ns%%VERSION%%-icmpv6-redirect%%DEBUG_SUFX%% -bin/ns%%VERSION%%-jakes-propagation-model-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-cqi-threshold%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-deactivate-bearer%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-distributed-ffr%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-dual-stripe%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-fading%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-frequency-reuse%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-intercell-interference%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-ipv6-addr-conf%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-ipv6-ue-rh%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-ipv6-ue-ue%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-pathloss-traces%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-profiling%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-radio-link-failure%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-rem%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-rem-sector-antenna%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-rlc-traces%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-simple%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-simple-epc%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-simple-epc-backhaul%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-uplink-power-control%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-x2-handover%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lena-x2-handover-measures%%DEBUG_SUFX%% -bin/ns%%VERSION%%-length-example -bin/ns%%VERSION%%-li-ion-energy-source%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lollipop-comparisions%%DEBUG_SUFX%% -bin/ns%%VERSION%%-loose-routing-ipv6%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lr-wpan-data%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lr-wpan-error-distance-plot%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lr-wpan-error-model-plot%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lr-wpan-mlme%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lr-wpan-packet-print%%DEBUG_SUFX%% -bin/ns%%VERSION%%-lr-wpan-phy-test%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-attribute-value%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-callback%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-grid-topology%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-packet-header%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-packet-tag%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-propagation-loss%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-ptr%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-random-topology%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-random-variable-stream%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-random-walk%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-simple%%DEBUG_SUFX%% -bin/ns%%VERSION%%-main-test-sync%%DEBUG_SUFX%% -bin/ns%%VERSION%%-manet-routing-compare%%DEBUG_SUFX%% -bin/ns%%VERSION%%-matrix-topology%%DEBUG_SUFX%% -bin/ns%%VERSION%%-mesh%%DEBUG_SUFX%% -bin/ns%%VERSION%%-mixed-global-routing%%DEBUG_SUFX%% -bin/ns%%VERSION%%-mixed-wired-wireless%%DEBUG_SUFX%% -bin/ns%%VERSION%%-mobility-trace-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-nix-double-wifi -bin/ns%%VERSION%%-nix-simple%%DEBUG_SUFX%% -bin/ns%%VERSION%%-nix-simple-multi-address -bin/ns%%VERSION%%-nms-p2p-nix%%DEBUG_SUFX%% -bin/ns%%VERSION%%-ns2-mobility-trace%%DEBUG_SUFX%% -bin/ns%%VERSION%%-object-names%%DEBUG_SUFX%% -bin/ns%%VERSION%%-olsr-hna%%DEBUG_SUFX%% -bin/ns%%VERSION%%-outdoor-group-mobility-example -bin/ns%%VERSION%%-outdoor-random-walk-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-packet-socket-apps%%DEBUG_SUFX%% -bin/ns%%VERSION%%-pfifo-vs-red%%DEBUG_SUFX%% -bin/ns%%VERSION%%-pie-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-ping6%%DEBUG_SUFX%% -bin/ns%%VERSION%%-print-introspected-doxygen%%DEBUG_SUFX%% -bin/ns%%VERSION%%-queue-discs-benchmark%%DEBUG_SUFX%% -bin/ns%%VERSION%%-radvd%%DEBUG_SUFX%% -bin/ns%%VERSION%%-radvd-two-prefix%%DEBUG_SUFX%% -bin/ns%%VERSION%%-realtime-udp-echo%%DEBUG_SUFX%% -bin/ns%%VERSION%%-red-tests%%DEBUG_SUFX%% -bin/ns%%VERSION%%-red-vs-ared%%DEBUG_SUFX%% -bin/ns%%VERSION%%-red-vs-fengadaptive%%DEBUG_SUFX%% -bin/ns%%VERSION%%-red-vs-nlred%%DEBUG_SUFX%% -bin/ns%%VERSION%%-reference-point-group-mobility-example -bin/ns%%VERSION%%-resources-counters%%DEBUG_SUFX%% -bin/ns%%VERSION%%-rip-simple-network%%DEBUG_SUFX%% -bin/ns%%VERSION%%-ripng-simple-network%%DEBUG_SUFX%% -bin/ns%%VERSION%%-rv-battery-model-test%%DEBUG_SUFX%% -bin/ns%%VERSION%%-sample-log-time-format%%DEBUG_SUFX%% -bin/ns%%VERSION%%-sample-random-variable%%DEBUG_SUFX%% -bin/ns%%VERSION%%-sample-random-variable-stream%%DEBUG_SUFX%% -bin/ns%%VERSION%%-sample-show-progress%%DEBUG_SUFX%% -bin/ns%%VERSION%%-sample-simulator%%DEBUG_SUFX%% -bin/ns%%VERSION%%-second%%DEBUG_SUFX%% -bin/ns%%VERSION%%-seventh%%DEBUG_SUFX%% -bin/ns%%VERSION%%-simple-alternate-routing%%DEBUG_SUFX%% -bin/ns%%VERSION%%-simple-error-model%%DEBUG_SUFX%% -bin/ns%%VERSION%%-simple-global-routing%%DEBUG_SUFX%% -bin/ns%%VERSION%%-simple-multicast-flooding%%DEBUG_SUFX%% -bin/ns%%VERSION%%-simple-point-to-point-olsr%%DEBUG_SUFX%% -bin/ns%%VERSION%%-simple-routing-ping6%%DEBUG_SUFX%% -bin/ns%%VERSION%%-sixth%%DEBUG_SUFX%% -bin/ns%%VERSION%%-socket-bound-static-routing%%DEBUG_SUFX%% -bin/ns%%VERSION%%-socket-bound-tcp-static-routing%%DEBUG_SUFX%% -bin/ns%%VERSION%%-socket-options-ipv4%%DEBUG_SUFX%% -bin/ns%%VERSION%%-socket-options-ipv6%%DEBUG_SUFX%% -bin/ns%%VERSION%%-star%%DEBUG_SUFX%% -bin/ns%%VERSION%%-star-animation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-static-routing-slash32%%DEBUG_SUFX%% -bin/ns%%VERSION%%-system-path-examples%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tbf-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-bbr-example -bin/ns%%VERSION%%-tcp-bulk-send%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-large-transfer%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-linux-reno%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-nsc-comparison%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-nsc-lfn%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-nsc-zoo%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-pacing%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-pcap-nanosec-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-star-server%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tcp-validation -bin/ns%%VERSION%%-tcp-variants-comparison%%DEBUG_SUFX%% -bin/ns%%VERSION%%-test-ipv6%%DEBUG_SUFX%% -bin/ns%%VERSION%%-test-string-value-formatting%%DEBUG_SUFX%% -bin/ns%%VERSION%%-third%%DEBUG_SUFX%% -bin/ns%%VERSION%%-three-gpp-channel-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-three-gpp-http-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-three-gpp-v2v-channel-example -bin/ns%%VERSION%%-time-probe-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-topology-example-sim%%DEBUG_SUFX%% -bin/ns%%VERSION%%-traceroute-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-traffic-control%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tv-trans-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-tv-trans-regional-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-uan-6lowpan-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-uan-animation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-uan-cw-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-uan-ipv4-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-uan-ipv6-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-uan-raw-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-uan-rc-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-udp-client-server%%DEBUG_SUFX%% -bin/ns%%VERSION%%-udp-echo%%DEBUG_SUFX%% -bin/ns%%VERSION%%-udp-trace-client-server%%DEBUG_SUFX%% -bin/ns%%VERSION%%-vanet-routing-compare%%DEBUG_SUFX%% -bin/ns%%VERSION%%-virtual-net-device%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wave-simple-80211p%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wave-simple-device%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-80211e-txop%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-80211n-mimo%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-adhoc%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-aggregation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-ap%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-backward-compatibility%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-bianchi%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-blockack%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-clear-channel-cmu%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-dsss-validation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-error-models-comparison -bin/ns%%VERSION%%-wifi-example-sim%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-he-network%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-hidden-terminal%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-ht-network%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-manager-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-mixed-network%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-multi-tos%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-multirate%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-ofdm-he-validation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-ofdm-ht-validation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-ofdm-validation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-ofdm-vht-validation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-phy-configuration%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-phy-test%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-power-adaptation-distance%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-power-adaptation-interference%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-rate-adaptation-distance%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-simple-adhoc%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-simple-adhoc-grid%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-simple-ht-hidden-stations%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-simple-infra%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-simple-interference%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-sleep%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-spatial-reuse%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-spectrum-per-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-spectrum-per-interference%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-spectrum-saturation-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-tcp%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-test-interference-helper%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-timing-attributes%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-trans-example%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-txop-aggregation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-vht-network%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wifi-wired-bridging%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wimax-ipv4%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wimax-multicast%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wimax-simple%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wireless-animation%%DEBUG_SUFX%% -bin/ns%%VERSION%%-wsn-ping6%%DEBUG_SUFX%% -include/ns%%VERSION%%/ns3/a2-a4-rsrq-handover-algorithm.h -include/ns%%VERSION%%/ns3/a3-rsrp-handover-algorithm.h -include/ns%%VERSION%%/ns3/aarf-wifi-manager.h -include/ns%%VERSION%%/ns3/aarfcd-wifi-manager.h -include/ns%%VERSION%%/ns3/abort.h -include/ns%%VERSION%%/ns3/acoustic-modem-energy-model-helper.h -include/ns%%VERSION%%/ns3/acoustic-modem-energy-model.h -include/ns%%VERSION%%/ns3/address-utils.h -include/ns%%VERSION%%/ns3/address.h -include/ns%%VERSION%%/ns3/adhoc-aloha-noack-ideal-phy-helper.h -include/ns%%VERSION%%/ns3/adhoc-wifi-mac.h -include/ns%%VERSION%%/ns3/aloha-noack-mac-header.h -include/ns%%VERSION%%/ns3/aloha-noack-net-device.h -include/ns%%VERSION%%/ns3/ampdu-subframe-header.h -include/ns%%VERSION%%/ns3/ampdu-tag.h -include/ns%%VERSION%%/ns3/amrr-wifi-manager.h -include/ns%%VERSION%%/ns3/amsdu-subframe-header.h -include/ns%%VERSION%%/ns3/angles.h -include/ns%%VERSION%%/ns3/animation-interface.h -include/ns%%VERSION%%/ns3/antenna-model.h -include/ns%%VERSION%%/ns3/antenna-module.h -include/ns%%VERSION%%/ns3/aodv-dpd.h -include/ns%%VERSION%%/ns3/aodv-helper.h -include/ns%%VERSION%%/ns3/aodv-id-cache.h -include/ns%%VERSION%%/ns3/aodv-module.h -include/ns%%VERSION%%/ns3/aodv-neighbor.h -include/ns%%VERSION%%/ns3/aodv-packet.h -include/ns%%VERSION%%/ns3/aodv-routing-protocol.h -include/ns%%VERSION%%/ns3/aodv-rqueue.h -include/ns%%VERSION%%/ns3/aodv-rtable.h -include/ns%%VERSION%%/ns3/ap-wifi-mac.h -include/ns%%VERSION%%/ns3/aparf-wifi-manager.h -include/ns%%VERSION%%/ns3/application-container.h -include/ns%%VERSION%%/ns3/application-packet-probe.h -include/ns%%VERSION%%/ns3/application.h -include/ns%%VERSION%%/ns3/applications-module.h -include/ns%%VERSION%%/ns3/arf-wifi-manager.h -include/ns%%VERSION%%/ns3/arp-cache.h -include/ns%%VERSION%%/ns3/arp-header.h -include/ns%%VERSION%%/ns3/arp-l3-protocol.h -include/ns%%VERSION%%/ns3/arp-queue-disc-item.h -include/ns%%VERSION%%/ns3/ascii-file.h -include/ns%%VERSION%%/ns3/ascii-test.h -include/ns%%VERSION%%/ns3/assert.h -include/ns%%VERSION%%/ns3/athstats-helper.h -include/ns%%VERSION%%/ns3/attribute-accessor-helper.h -include/ns%%VERSION%%/ns3/attribute-construction-list.h -include/ns%%VERSION%%/ns3/attribute-container-accessor-helper.h -include/ns%%VERSION%%/ns3/attribute-container.h -include/ns%%VERSION%%/ns3/attribute-helper.h -include/ns%%VERSION%%/ns3/attribute.h -include/ns%%VERSION%%/ns3/average.h -include/ns%%VERSION%%/ns3/backoff.h -include/ns%%VERSION%%/ns3/basic-data-calculators.h -include/ns%%VERSION%%/ns3/basic-energy-harvester-helper.h -include/ns%%VERSION%%/ns3/basic-energy-harvester.h -include/ns%%VERSION%%/ns3/basic-energy-source-helper.h -include/ns%%VERSION%%/ns3/basic-energy-source.h -include/ns%%VERSION%%/ns3/bit-deserializer.h -include/ns%%VERSION%%/ns3/bit-serializer.h -include/ns%%VERSION%%/ns3/block-ack-agreement.h -include/ns%%VERSION%%/ns3/block-ack-manager.h -include/ns%%VERSION%%/ns3/block-ack-type.h -include/ns%%VERSION%%/ns3/block-ack-window.h -include/ns%%VERSION%%/ns3/boolean-probe.h -include/ns%%VERSION%%/ns3/boolean.h -include/ns%%VERSION%%/ns3/box.h -include/ns%%VERSION%%/ns3/breakpoint.h -include/ns%%VERSION%%/ns3/bridge-channel.h -include/ns%%VERSION%%/ns3/bridge-helper.h -include/ns%%VERSION%%/ns3/bridge-module.h -include/ns%%VERSION%%/ns3/bridge-net-device.h -include/ns%%VERSION%%/ns3/bs-net-device.h -include/ns%%VERSION%%/ns3/bs-scheduler-rtps.h -include/ns%%VERSION%%/ns3/bs-scheduler-simple.h -include/ns%%VERSION%%/ns3/bs-scheduler.h -include/ns%%VERSION%%/ns3/bs-service-flow-manager.h -include/ns%%VERSION%%/ns3/bs-uplink-scheduler-mbqos.h -include/ns%%VERSION%%/ns3/bs-uplink-scheduler-rtps.h -include/ns%%VERSION%%/ns3/bs-uplink-scheduler-simple.h -include/ns%%VERSION%%/ns3/bs-uplink-scheduler.h -include/ns%%VERSION%%/ns3/bsm-application.h -include/ns%%VERSION%%/ns3/buffer.h -include/ns%%VERSION%%/ns3/build-profile.h -include/ns%%VERSION%%/ns3/building-allocator.h -include/ns%%VERSION%%/ns3/building-container.h -include/ns%%VERSION%%/ns3/building-list.h -include/ns%%VERSION%%/ns3/building-position-allocator.h -include/ns%%VERSION%%/ns3/building.h -include/ns%%VERSION%%/ns3/buildings-channel-condition-model.h -include/ns%%VERSION%%/ns3/buildings-helper.h -include/ns%%VERSION%%/ns3/buildings-module.h -include/ns%%VERSION%%/ns3/buildings-propagation-loss-model.h -include/ns%%VERSION%%/ns3/bulk-send-application.h -include/ns%%VERSION%%/ns3/bulk-send-helper.h -include/ns%%VERSION%%/ns3/bvec.h -include/ns%%VERSION%%/ns3/byte-tag-list.h -include/ns%%VERSION%%/ns3/cairo-wideint-private.h -include/ns%%VERSION%%/ns3/calendar-scheduler.h -include/ns%%VERSION%%/ns3/callback.h -include/ns%%VERSION%%/ns3/candidate-queue.h -include/ns%%VERSION%%/ns3/capability-information.h -include/ns%%VERSION%%/ns3/cara-wifi-manager.h -include/ns%%VERSION%%/ns3/cc-helper.h -include/ns%%VERSION%%/ns3/channel-access-manager.h -include/ns%%VERSION%%/ns3/channel-condition-model.h -include/ns%%VERSION%%/ns3/channel-coordinator.h -include/ns%%VERSION%%/ns3/channel-list.h -include/ns%%VERSION%%/ns3/channel-manager.h -include/ns%%VERSION%%/ns3/channel-scheduler.h -include/ns%%VERSION%%/ns3/channel.h -include/ns%%VERSION%%/ns3/chunk.h -include/ns%%VERSION%%/ns3/cid-factory.h -include/ns%%VERSION%%/ns3/cid.h -include/ns%%VERSION%%/ns3/cobalt-queue-disc.h -include/ns%%VERSION%%/ns3/codel-queue-disc.h -include/ns%%VERSION%%/ns3/command-line.h -include/ns%%VERSION%%/ns3/component-carrier-enb.h -include/ns%%VERSION%%/ns3/component-carrier-ue.h -include/ns%%VERSION%%/ns3/component-carrier.h -include/ns%%VERSION%%/ns3/config-store-config.h -include/ns%%VERSION%%/ns3/config-store-module.h -include/ns%%VERSION%%/ns3/config-store.h -include/ns%%VERSION%%/ns3/config.h -include/ns%%VERSION%%/ns3/connection-manager.h -include/ns%%VERSION%%/ns3/constant-acceleration-mobility-model.h -include/ns%%VERSION%%/ns3/constant-obss-pd-algorithm.h -include/ns%%VERSION%%/ns3/constant-position-mobility-model.h -include/ns%%VERSION%%/ns3/constant-rate-wifi-manager.h -include/ns%%VERSION%%/ns3/constant-spectrum-propagation-loss.h -include/ns%%VERSION%%/ns3/constant-velocity-helper.h -include/ns%%VERSION%%/ns3/constant-velocity-mobility-model.h -include/ns%%VERSION%%/ns3/core-config.h -include/ns%%VERSION%%/ns3/core-module.h -include/ns%%VERSION%%/ns3/cosine-antenna-model.h -include/ns%%VERSION%%/ns3/cost231-propagation-loss-model.h -include/ns%%VERSION%%/ns3/cqa-ff-mac-scheduler.h -include/ns%%VERSION%%/ns3/crc32.h -include/ns%%VERSION%%/ns3/crc8.h -include/ns%%VERSION%%/ns3/cs-parameters.h -include/ns%%VERSION%%/ns3/csma-channel.h -include/ns%%VERSION%%/ns3/csma-helper.h -include/ns%%VERSION%%/ns3/csma-layout-module.h -include/ns%%VERSION%%/ns3/csma-module.h -include/ns%%VERSION%%/ns3/csma-net-device.h -include/ns%%VERSION%%/ns3/csma-star-helper.h -include/ns%%VERSION%%/ns3/csv-reader.h -include/ns%%VERSION%%/ns3/ctrl-headers.h -include/ns%%VERSION%%/ns3/data-calculator.h -include/ns%%VERSION%%/ns3/data-collection-object.h -include/ns%%VERSION%%/ns3/data-collector.h -include/ns%%VERSION%%/ns3/data-output-interface.h -include/ns%%VERSION%%/ns3/data-rate.h -include/ns%%VERSION%%/ns3/default-channel-scheduler.h -include/ns%%VERSION%%/ns3/default-deleter.h -include/ns%%VERSION%%/ns3/default-simulator-impl.h -include/ns%%VERSION%%/ns3/delay-jitter-estimation.h -include/ns%%VERSION%%/ns3/deprecated.h -include/ns%%VERSION%%/ns3/des-metrics.h -include/ns%%VERSION%%/ns3/device-energy-model-container.h -include/ns%%VERSION%%/ns3/device-energy-model.h -include/ns%%VERSION%%/ns3/dhcp-client.h -include/ns%%VERSION%%/ns3/dhcp-header.h -include/ns%%VERSION%%/ns3/dhcp-helper.h -include/ns%%VERSION%%/ns3/dhcp-server.h -include/ns%%VERSION%%/ns3/dl-mac-messages.h -include/ns%%VERSION%%/ns3/dot11s-installer.h -include/ns%%VERSION%%/ns3/dot11s-mac-header.h -include/ns%%VERSION%%/ns3/double-probe.h -include/ns%%VERSION%%/ns3/double.h -include/ns%%VERSION%%/ns3/drop-tail-queue.h -include/ns%%VERSION%%/ns3/dsdv-helper.h -include/ns%%VERSION%%/ns3/dsdv-module.h -include/ns%%VERSION%%/ns3/dsdv-packet-queue.h -include/ns%%VERSION%%/ns3/dsdv-packet.h -include/ns%%VERSION%%/ns3/dsdv-routing-protocol.h -include/ns%%VERSION%%/ns3/dsdv-rtable.h -include/ns%%VERSION%%/ns3/dsr-errorbuff.h -include/ns%%VERSION%%/ns3/dsr-fs-header.h -include/ns%%VERSION%%/ns3/dsr-gratuitous-reply-table.h -include/ns%%VERSION%%/ns3/dsr-helper.h -include/ns%%VERSION%%/ns3/dsr-main-helper.h -include/ns%%VERSION%%/ns3/dsr-maintain-buff.h -include/ns%%VERSION%%/ns3/dsr-module.h -include/ns%%VERSION%%/ns3/dsr-network-queue.h -include/ns%%VERSION%%/ns3/dsr-option-header.h -include/ns%%VERSION%%/ns3/dsr-options.h -include/ns%%VERSION%%/ns3/dsr-passive-buff.h -include/ns%%VERSION%%/ns3/dsr-rcache.h -include/ns%%VERSION%%/ns3/dsr-routing.h -include/ns%%VERSION%%/ns3/dsr-rreq-table.h -include/ns%%VERSION%%/ns3/dsr-rsendbuff.h -include/ns%%VERSION%%/ns3/dsss-error-rate-model.h -include/ns%%VERSION%%/ns3/dsss-parameter-set.h -include/ns%%VERSION%%/ns3/dsss-phy.h -include/ns%%VERSION%%/ns3/dsss-ppdu.h -include/ns%%VERSION%%/ns3/dynamic-queue-limits.h -include/ns%%VERSION%%/ns3/edca-parameter-set.h -include/ns%%VERSION%%/ns3/empty.h -include/ns%%VERSION%%/ns3/energy-harvester-container.h -include/ns%%VERSION%%/ns3/energy-harvester-helper.h -include/ns%%VERSION%%/ns3/energy-harvester.h -include/ns%%VERSION%%/ns3/energy-model-helper.h -include/ns%%VERSION%%/ns3/energy-module.h -include/ns%%VERSION%%/ns3/energy-source-container.h -include/ns%%VERSION%%/ns3/energy-source.h -include/ns%%VERSION%%/ns3/enum.h -include/ns%%VERSION%%/ns3/epc-enb-application.h -include/ns%%VERSION%%/ns3/epc-enb-s1-sap.h -include/ns%%VERSION%%/ns3/epc-gtpc-header.h -include/ns%%VERSION%%/ns3/epc-gtpu-header.h -include/ns%%VERSION%%/ns3/epc-helper.h -include/ns%%VERSION%%/ns3/epc-mme-application.h -include/ns%%VERSION%%/ns3/epc-pgw-application.h -include/ns%%VERSION%%/ns3/epc-s11-sap.h -include/ns%%VERSION%%/ns3/epc-s1ap-sap.h -include/ns%%VERSION%%/ns3/epc-sgw-application.h -include/ns%%VERSION%%/ns3/epc-tft-classifier.h -include/ns%%VERSION%%/ns3/epc-tft.h -include/ns%%VERSION%%/ns3/epc-ue-nas.h -include/ns%%VERSION%%/ns3/epc-x2-header.h -include/ns%%VERSION%%/ns3/epc-x2-sap.h -include/ns%%VERSION%%/ns3/epc-x2.h -include/ns%%VERSION%%/ns3/eps-bearer-tag.h -include/ns%%VERSION%%/ns3/eps-bearer.h -include/ns%%VERSION%%/ns3/erp-information.h -include/ns%%VERSION%%/ns3/erp-ofdm-phy.h -include/ns%%VERSION%%/ns3/erp-ofdm-ppdu.h -include/ns%%VERSION%%/ns3/error-channel.h -include/ns%%VERSION%%/ns3/error-model.h -include/ns%%VERSION%%/ns3/error-rate-model.h -include/ns%%VERSION%%/ns3/error-rate-tables.h -include/ns%%VERSION%%/ns3/ethernet-header.h -include/ns%%VERSION%%/ns3/ethernet-trailer.h -include/ns%%VERSION%%/ns3/event-garbage-collector.h -include/ns%%VERSION%%/ns3/event-id.h -include/ns%%VERSION%%/ns3/event-impl.h -include/ns%%VERSION%%/ns3/example-as-test.h -include/ns%%VERSION%%/ns3/extended-capabilities.h -include/ns%%VERSION%%/ns3/fatal-error.h -include/ns%%VERSION%%/ns3/fatal-impl.h -include/ns%%VERSION%%/ns3/fdbet-ff-mac-scheduler.h -include/ns%%VERSION%%/ns3/fdmt-ff-mac-scheduler.h -include/ns%%VERSION%%/ns3/fdtbfq-ff-mac-scheduler.h -include/ns%%VERSION%%/ns3/ff-mac-common.h -include/ns%%VERSION%%/ns3/ff-mac-csched-sap.h -include/ns%%VERSION%%/ns3/ff-mac-sched-sap.h -include/ns%%VERSION%%/ns3/ff-mac-scheduler.h -include/ns%%VERSION%%/ns3/fifo-queue-disc.h -include/ns%%VERSION%%/ns3/file-aggregator.h -include/ns%%VERSION%%/ns3/file-config.h -include/ns%%VERSION%%/ns3/file-helper.h -include/ns%%VERSION%%/ns3/flame-header.h -include/ns%%VERSION%%/ns3/flame-installer.h -include/ns%%VERSION%%/ns3/flame-protocol-mac.h -include/ns%%VERSION%%/ns3/flame-protocol.h -include/ns%%VERSION%%/ns3/flame-rtable.h -include/ns%%VERSION%%/ns3/flow-classifier.h -include/ns%%VERSION%%/ns3/flow-id-tag.h -include/ns%%VERSION%%/ns3/flow-monitor-helper.h -include/ns%%VERSION%%/ns3/flow-monitor-module.h -include/ns%%VERSION%%/ns3/flow-monitor.h -include/ns%%VERSION%%/ns3/flow-probe.h -include/ns%%VERSION%%/ns3/fq-cobalt-queue-disc.h -include/ns%%VERSION%%/ns3/fq-codel-queue-disc.h -include/ns%%VERSION%%/ns3/fq-pie-queue-disc.h -include/ns%%VERSION%%/ns3/frame-capture-model.h -include/ns%%VERSION%%/ns3/frame-exchange-manager.h -include/ns%%VERSION%%/ns3/friis-spectrum-propagation-loss.h -include/ns%%VERSION%%/ns3/gauss-markov-mobility-model.h -include/ns%%VERSION%%/ns3/generic-phy.h -include/ns%%VERSION%%/ns3/geographic-positions.h -include/ns%%VERSION%%/ns3/get-wildcard-matches.h -include/ns%%VERSION%%/ns3/global-route-manager-impl.h -include/ns%%VERSION%%/ns3/global-route-manager.h -include/ns%%VERSION%%/ns3/global-router-interface.h -include/ns%%VERSION%%/ns3/global-value.h -include/ns%%VERSION%%/ns3/gnuplot-aggregator.h -include/ns%%VERSION%%/ns3/gnuplot-helper.h -include/ns%%VERSION%%/ns3/gnuplot.h -include/ns%%VERSION%%/ns3/group-mobility-helper.h -include/ns%%VERSION%%/ns3/half-duplex-ideal-phy-signal-parameters.h -include/ns%%VERSION%%/ns3/half-duplex-ideal-phy.h -include/ns%%VERSION%%/ns3/hash-fnv.h -include/ns%%VERSION%%/ns3/hash-function.h -include/ns%%VERSION%%/ns3/hash-murmur3.h -include/ns%%VERSION%%/ns3/hash.h -include/ns%%VERSION%%/ns3/he-capabilities.h -include/ns%%VERSION%%/ns3/he-configuration.h -include/ns%%VERSION%%/ns3/he-frame-exchange-manager.h -include/ns%%VERSION%%/ns3/he-operation.h -include/ns%%VERSION%%/ns3/he-phy.h -include/ns%%VERSION%%/ns3/he-ppdu.h -include/ns%%VERSION%%/ns3/he-ru.h -include/ns%%VERSION%%/ns3/header.h -include/ns%%VERSION%%/ns3/heap-scheduler.h -include/ns%%VERSION%%/ns3/hierarchical-mobility-model.h -include/ns%%VERSION%%/ns3/higher-tx-tag.h -include/ns%%VERSION%%/ns3/histogram.h -include/ns%%VERSION%%/ns3/ht-capabilities.h -include/ns%%VERSION%%/ns3/ht-configuration.h -include/ns%%VERSION%%/ns3/ht-frame-exchange-manager.h -include/ns%%VERSION%%/ns3/ht-operation.h -include/ns%%VERSION%%/ns3/ht-phy.h -include/ns%%VERSION%%/ns3/ht-ppdu.h -include/ns%%VERSION%%/ns3/hwmp-protocol.h -include/ns%%VERSION%%/ns3/hwmp-rtable.h -include/ns%%VERSION%%/ns3/hybrid-buildings-propagation-loss-model.h -include/ns%%VERSION%%/ns3/icmpv4-l4-protocol.h -include/ns%%VERSION%%/ns3/icmpv4.h -include/ns%%VERSION%%/ns3/icmpv6-header.h -include/ns%%VERSION%%/ns3/icmpv6-l4-protocol.h -include/ns%%VERSION%%/ns3/ideal-wifi-manager.h -include/ns%%VERSION%%/ns3/ie-dot11s-beacon-timing.h -include/ns%%VERSION%%/ns3/ie-dot11s-configuration.h -include/ns%%VERSION%%/ns3/ie-dot11s-id.h -include/ns%%VERSION%%/ns3/ie-dot11s-metric-report.h -include/ns%%VERSION%%/ns3/ie-dot11s-peer-management.h -include/ns%%VERSION%%/ns3/ie-dot11s-peering-protocol.h -include/ns%%VERSION%%/ns3/ie-dot11s-perr.h -include/ns%%VERSION%%/ns3/ie-dot11s-prep.h -include/ns%%VERSION%%/ns3/ie-dot11s-preq.h -include/ns%%VERSION%%/ns3/ie-dot11s-rann.h -include/ns%%VERSION%%/ns3/inet-socket-address.h -include/ns%%VERSION%%/ns3/inet-topology-reader.h -include/ns%%VERSION%%/ns3/inet6-socket-address.h -include/ns%%VERSION%%/ns3/int-to-type.h -include/ns%%VERSION%%/ns3/int64x64-cairo.h -include/ns%%VERSION%%/ns3/int64x64-double.h -include/ns%%VERSION%%/ns3/int64x64.h -include/ns%%VERSION%%/ns3/integer.h -include/ns%%VERSION%%/ns3/interference-helper.h -include/ns%%VERSION%%/ns3/internet-apps-module.h -include/ns%%VERSION%%/ns3/internet-module.h -include/ns%%VERSION%%/ns3/internet-stack-helper.h -include/ns%%VERSION%%/ns3/internet-trace-helper.h -include/ns%%VERSION%%/ns3/ip-l4-protocol.h -include/ns%%VERSION%%/ns3/ipcs-classifier-record.h -include/ns%%VERSION%%/ns3/ipcs-classifier.h -include/ns%%VERSION%%/ns3/ipv4-address-generator.h -include/ns%%VERSION%%/ns3/ipv4-address-helper.h -include/ns%%VERSION%%/ns3/ipv4-address.h -include/ns%%VERSION%%/ns3/ipv4-end-point-demux.h -include/ns%%VERSION%%/ns3/ipv4-end-point.h -include/ns%%VERSION%%/ns3/ipv4-flow-classifier.h -include/ns%%VERSION%%/ns3/ipv4-flow-probe.h -include/ns%%VERSION%%/ns3/ipv4-global-routing-helper.h -include/ns%%VERSION%%/ns3/ipv4-global-routing.h -include/ns%%VERSION%%/ns3/ipv4-header.h -include/ns%%VERSION%%/ns3/ipv4-interface-address.h -include/ns%%VERSION%%/ns3/ipv4-interface-container.h -include/ns%%VERSION%%/ns3/ipv4-interface.h -include/ns%%VERSION%%/ns3/ipv4-l3-protocol.h -include/ns%%VERSION%%/ns3/ipv4-list-routing-helper.h -include/ns%%VERSION%%/ns3/ipv4-list-routing.h -include/ns%%VERSION%%/ns3/ipv4-nix-vector-helper.h -include/ns%%VERSION%%/ns3/ipv4-nix-vector-routing.h -include/ns%%VERSION%%/ns3/ipv4-packet-filter.h -include/ns%%VERSION%%/ns3/ipv4-packet-info-tag.h -include/ns%%VERSION%%/ns3/ipv4-packet-probe.h -include/ns%%VERSION%%/ns3/ipv4-queue-disc-item.h -include/ns%%VERSION%%/ns3/ipv4-raw-socket-factory.h -include/ns%%VERSION%%/ns3/ipv4-raw-socket-impl.h -include/ns%%VERSION%%/ns3/ipv4-route.h -include/ns%%VERSION%%/ns3/ipv4-routing-helper.h -include/ns%%VERSION%%/ns3/ipv4-routing-protocol.h -include/ns%%VERSION%%/ns3/ipv4-routing-table-entry.h -include/ns%%VERSION%%/ns3/ipv4-static-routing-helper.h -include/ns%%VERSION%%/ns3/ipv4-static-routing.h -include/ns%%VERSION%%/ns3/ipv4.h -include/ns%%VERSION%%/ns3/ipv6-address-generator.h -include/ns%%VERSION%%/ns3/ipv6-address-helper.h -include/ns%%VERSION%%/ns3/ipv6-address.h -include/ns%%VERSION%%/ns3/ipv6-end-point-demux.h -include/ns%%VERSION%%/ns3/ipv6-end-point.h -include/ns%%VERSION%%/ns3/ipv6-extension-demux.h -include/ns%%VERSION%%/ns3/ipv6-extension-header.h -include/ns%%VERSION%%/ns3/ipv6-extension.h -include/ns%%VERSION%%/ns3/ipv6-flow-classifier.h -include/ns%%VERSION%%/ns3/ipv6-flow-probe.h -include/ns%%VERSION%%/ns3/ipv6-header.h -include/ns%%VERSION%%/ns3/ipv6-interface-address.h -include/ns%%VERSION%%/ns3/ipv6-interface-container.h -include/ns%%VERSION%%/ns3/ipv6-interface.h -include/ns%%VERSION%%/ns3/ipv6-l3-protocol.h -include/ns%%VERSION%%/ns3/ipv6-list-routing-helper.h -include/ns%%VERSION%%/ns3/ipv6-list-routing.h -include/ns%%VERSION%%/ns3/ipv6-option-header.h -include/ns%%VERSION%%/ns3/ipv6-option.h -include/ns%%VERSION%%/ns3/ipv6-packet-filter.h -include/ns%%VERSION%%/ns3/ipv6-packet-info-tag.h -include/ns%%VERSION%%/ns3/ipv6-packet-probe.h -include/ns%%VERSION%%/ns3/ipv6-pmtu-cache.h -include/ns%%VERSION%%/ns3/ipv6-queue-disc-item.h -include/ns%%VERSION%%/ns3/ipv6-raw-socket-factory.h -include/ns%%VERSION%%/ns3/ipv6-route.h -include/ns%%VERSION%%/ns3/ipv6-routing-helper.h -include/ns%%VERSION%%/ns3/ipv6-routing-protocol.h -include/ns%%VERSION%%/ns3/ipv6-routing-table-entry.h -include/ns%%VERSION%%/ns3/ipv6-static-routing-helper.h -include/ns%%VERSION%%/ns3/ipv6-static-routing.h -include/ns%%VERSION%%/ns3/ipv6.h -include/ns%%VERSION%%/ns3/isotropic-antenna-model.h -include/ns%%VERSION%%/ns3/itu-r-1238-propagation-loss-model.h -include/ns%%VERSION%%/ns3/itu-r-1411-los-propagation-loss-model.h -include/ns%%VERSION%%/ns3/itu-r-1411-nlos-over-rooftop-propagation-loss-model.h -include/ns%%VERSION%%/ns3/jakes-process.h -include/ns%%VERSION%%/ns3/jakes-propagation-loss-model.h -include/ns%%VERSION%%/ns3/kun-2600-mhz-propagation-loss-model.h -include/ns%%VERSION%%/ns3/length.h -include/ns%%VERSION%%/ns3/li-ion-energy-source-helper.h -include/ns%%VERSION%%/ns3/li-ion-energy-source.h -include/ns%%VERSION%%/ns3/list-scheduler.h -include/ns%%VERSION%%/ns3/llc-snap-header.h -include/ns%%VERSION%%/ns3/log-macros-disabled.h -include/ns%%VERSION%%/ns3/log-macros-enabled.h -include/ns%%VERSION%%/ns3/log.h -include/ns%%VERSION%%/ns3/lollipop-counter.h -include/ns%%VERSION%%/ns3/loopback-net-device.h -include/ns%%VERSION%%/ns3/lr-wpan-csmaca.h -include/ns%%VERSION%%/ns3/lr-wpan-error-model.h -include/ns%%VERSION%%/ns3/lr-wpan-fields.h -include/ns%%VERSION%%/ns3/lr-wpan-helper.h -include/ns%%VERSION%%/ns3/lr-wpan-interference-helper.h -include/ns%%VERSION%%/ns3/lr-wpan-lqi-tag.h -include/ns%%VERSION%%/ns3/lr-wpan-mac-header.h -include/ns%%VERSION%%/ns3/lr-wpan-mac-pl-headers.h -include/ns%%VERSION%%/ns3/lr-wpan-mac-trailer.h -include/ns%%VERSION%%/ns3/lr-wpan-mac.h -include/ns%%VERSION%%/ns3/lr-wpan-module.h -include/ns%%VERSION%%/ns3/lr-wpan-net-device.h -include/ns%%VERSION%%/ns3/lr-wpan-phy.h -include/ns%%VERSION%%/ns3/lr-wpan-spectrum-signal-parameters.h -include/ns%%VERSION%%/ns3/lr-wpan-spectrum-value-helper.h -include/ns%%VERSION%%/ns3/lte-amc.h -include/ns%%VERSION%%/ns3/lte-anr-sap.h -include/ns%%VERSION%%/ns3/lte-anr.h -include/ns%%VERSION%%/ns3/lte-as-sap.h -include/ns%%VERSION%%/ns3/lte-asn1-header.h -include/ns%%VERSION%%/ns3/lte-ccm-mac-sap.h -include/ns%%VERSION%%/ns3/lte-ccm-rrc-sap.h -include/ns%%VERSION%%/ns3/lte-chunk-processor.h -include/ns%%VERSION%%/ns3/lte-common.h -include/ns%%VERSION%%/ns3/lte-control-messages.h -include/ns%%VERSION%%/ns3/lte-enb-cmac-sap.h -include/ns%%VERSION%%/ns3/lte-enb-component-carrier-manager.h -include/ns%%VERSION%%/ns3/lte-enb-cphy-sap.h -include/ns%%VERSION%%/ns3/lte-enb-mac.h -include/ns%%VERSION%%/ns3/lte-enb-net-device.h -include/ns%%VERSION%%/ns3/lte-enb-phy-sap.h -include/ns%%VERSION%%/ns3/lte-enb-phy.h -include/ns%%VERSION%%/ns3/lte-enb-rrc.h -include/ns%%VERSION%%/ns3/lte-ffr-algorithm.h -include/ns%%VERSION%%/ns3/lte-ffr-distributed-algorithm.h -include/ns%%VERSION%%/ns3/lte-ffr-enhanced-algorithm.h -include/ns%%VERSION%%/ns3/lte-ffr-rrc-sap.h -include/ns%%VERSION%%/ns3/lte-ffr-sap.h -include/ns%%VERSION%%/ns3/lte-ffr-soft-algorithm.h -include/ns%%VERSION%%/ns3/lte-fr-hard-algorithm.h -include/ns%%VERSION%%/ns3/lte-fr-no-op-algorithm.h -include/ns%%VERSION%%/ns3/lte-fr-soft-algorithm.h -include/ns%%VERSION%%/ns3/lte-fr-strict-algorithm.h -include/ns%%VERSION%%/ns3/lte-global-pathloss-database.h -include/ns%%VERSION%%/ns3/lte-handover-algorithm.h -include/ns%%VERSION%%/ns3/lte-handover-management-sap.h -include/ns%%VERSION%%/ns3/lte-harq-phy.h -include/ns%%VERSION%%/ns3/lte-helper.h -include/ns%%VERSION%%/ns3/lte-hex-grid-enb-topology-helper.h -include/ns%%VERSION%%/ns3/lte-interference.h -include/ns%%VERSION%%/ns3/lte-mac-sap.h -include/ns%%VERSION%%/ns3/lte-mi-error-model.h -include/ns%%VERSION%%/ns3/lte-module.h -include/ns%%VERSION%%/ns3/lte-net-device.h -include/ns%%VERSION%%/ns3/lte-pdcp-header.h -include/ns%%VERSION%%/ns3/lte-pdcp-sap.h -include/ns%%VERSION%%/ns3/lte-pdcp-tag.h -include/ns%%VERSION%%/ns3/lte-pdcp.h -include/ns%%VERSION%%/ns3/lte-phy-tag.h -include/ns%%VERSION%%/ns3/lte-phy.h -include/ns%%VERSION%%/ns3/lte-radio-bearer-info.h -include/ns%%VERSION%%/ns3/lte-radio-bearer-tag.h -include/ns%%VERSION%%/ns3/lte-rlc-am-header.h -include/ns%%VERSION%%/ns3/lte-rlc-am.h -include/ns%%VERSION%%/ns3/lte-rlc-header.h -include/ns%%VERSION%%/ns3/lte-rlc-sap.h -include/ns%%VERSION%%/ns3/lte-rlc-sdu-status-tag.h -include/ns%%VERSION%%/ns3/lte-rlc-sequence-number.h -include/ns%%VERSION%%/ns3/lte-rlc-tag.h -include/ns%%VERSION%%/ns3/lte-rlc-tm.h -include/ns%%VERSION%%/ns3/lte-rlc-um.h *** 600 LINES SKIPPED ***