Commit Graph

12821 Commits

Author SHA1 Message Date
Tom Henderson
19c38690cd mesh: Add trace source to trace HWMP routing table changes
Also add GetRoutingTable method returning pointer to routing table
2017-04-08 23:38:24 -07:00
Tom Henderson
34ff7bbc63 mesh: Improve logging 2017-04-08 23:02:46 -07:00
Tom Henderson
950f538931 mesh: Logging and some cleanup of peer link models 2017-04-08 22:47:18 -07:00
Tom Henderson
7aa31ecd5c mesh: Improve logging 2017-04-08 22:31:01 -07:00
Tom Henderson
cb54c17a55 mesh: Doxygen updates (mainly due to Robert Ammon) 2017-04-08 21:40:20 -07:00
Sébastien Deronne
1468e7c3de spectrum: Rescan bindings 2017-04-08 11:25:12 +02:00
Sébastien Deronne
dc67e6f180 wifi: Add band bandwidth in wifi spectrum 2017-04-08 10:50:09 +02:00
Alexander Krotov
2327498f91 core: Assert that probability is valid in EmpiricalRandomVariable::ValueCDF::ValueCDF 2017-04-07 20:27:21 +03:00
Alexander Krotov
e570129307 core: Check that CDF covers the whole distribution in EmpiricalRandomVariable::Validate 2017-04-07 20:23:34 +03:00
Alexander Krotov
bf762f52d6 core: Check that CDF is not empty in EmpiricalRandomVariable::Validate () 2017-04-07 20:22:02 +03:00
Alexander Krotov
596e49504e core: Mark members with m_ in EmpiricalRandomVariable class 2017-04-07 20:15:00 +03:00
Natale Patriciello
083a0b7b89 wave: (fixes #2554) fix static analysis warning 2017-04-06 21:52:28 -07:00
Lauri Sormunen
54b20047fd build: (fixes #2630) Add contrib directory in parallel to src 2017-04-06 20:32:04 -07:00
Alexander Krotov
be2674f997 lte: Install only one sink in {cqa,fdtbfq,pss,tdtbfq}-ff-mac-scheduler tests
This change fixes NS_FATAL_ERROR due to port rebind attempts.
2017-04-07 00:47:42 +03:00
Alexander Krotov
411e998601 lte: Install only one sink on remoteHost in lte-test-deactivate-bearer 2017-04-07 00:27:47 +03:00
Alexander Krotov
0a1cd67308 applications: Check for Bind errors 2017-04-05 12:42:35 +03:00
Alexander Krotov
5fbe6ba313 Document new vector API in CHANGES.html 2017-04-05 11:00:57 +03:00
Alexander Krotov
dd3a4d2a43 Use Vector{2,3}D.GetLength () 2017-04-05 10:56:05 +03:00
Alexander Krotov
67162e4935 core: Implement operator+ and operator- for Vector{2,3}D 2017-04-04 19:39:00 +03:00
Alexander Krotov
2d447bfeba core: Implement Vector{2,3}D::GetLength () 2017-04-04 19:31:26 +03:00
Alexander Krotov
ddf07b01ca core: Trim whitespace in vector.{cc,h} 2017-04-04 18:55:55 +03:00
Stefano Avallone
d71e02e25b wifi: Fix another valgrind issue 2017-04-04 10:33:50 +02:00
Tom Henderson
b578307470 internet: rescan bindings 2017-04-02 16:28:09 -07:00
Tommaso Pecorella
b3b8bd1195 internet: speedup NdiscCache and make it independent on the Icmpv6L4Protocol variant 2017-04-02 18:41:38 +02:00
Tommaso Pecorella
4610d4b1d3 manual: update gnuplot documentation to avoid build-dependent instructions 2017-04-02 16:25:30 +02:00
Tommaso Pecorella
fe92b13563 internet: (fixes #2482) Migrating ICMPv6 timers to Attributes 2017-04-01 18:09:30 +02:00
Tommaso Pecorella
b427ecbc85 internet: remove unused constants from Icmpv6L4protocol 2017-04-01 18:10:05 +02:00
Tom Henderson
87b036bd64 internet: Add operator== for Ipv4(Multicast)RoutingTableEntry 2017-03-31 16:13:35 -07:00
Tom Henderson
aed9cae83a mobility: Add GetSize() method to ListPositionAllocator 2017-03-31 16:12:49 -07:00
Tom Henderson
1cff3b7f12 internet (fixes #2717) Fix Ipv4RoutingTableEntry default route 2017-03-31 06:19:54 -07:00
Alexander Krotov
b76b89539c Document WifiHelper::Install in CHANGES 2017-03-28 00:58:18 +03:00
Alexander Krotov
8aa4b81dd9 wifi: Rename low and high to first and last to match documentation 2017-03-27 20:18:40 +03:00
Alexander Krotov
119511e7ce wifi: Add iterator version of WifiHelper::Install 2017-03-27 18:39:02 +03:00
Stefano Avallone
3f387016b9 network: Fix valgrind errors due to ConnectQueueTraces 2017-03-27 11:08:38 +02:00
Mohit P. Tahiliani
2a22d760b3 traffic-control: (fixes #2675) Use correct string value in PIE example 2017-03-27 11:04:53 +02:00
Alexander Krotov
5c2f7376b6 core: s/a exponential/an exponential/ 2017-03-26 13:44:35 +03:00
Alexander Krotov
7d0a0beae9 Use standard stdint.h spelling for integer types 2017-03-26 13:42:57 +03:00
Peter D. Barnes, Jr.
b271b6fdff Revert changes to doxygen.conf from r12694 5209b094 2017-03-23 12:39:31 -07:00
Alexander Krotov
2b41368aac core: Change test case name from "order" to "invalid" 2017-03-23 12:15:19 +03:00
Alexander Krotov
7a5930ecbb core: Test skipping invalid command line arguments 2017-03-23 12:13:31 +03:00
Alexander Krotov
1a87bdd630 core: Fix order of command line argument parsing
It was accidentally reversed in b969c544fae1, so first arguments had
higher precedence than last.
2017-03-22 11:26:46 +03:00
Alexander Krotov
5060a4a671 core: Test order of command line argument parsing 2017-03-22 11:22:07 +03:00
Sébastien Deronne
c4877d5994 wifi: Fix file name generated by wifi-manager-example 2017-03-19 21:02:51 +01:00
Mohit P. Tahiliani
e21f50cb78 documentation: Update the explanation of third.cc in tutorial 2017-03-19 07:54:50 -07:00
Tom Henderson
b33d81582d documentation: Fix sphinx warnings 2017-03-19 07:52:47 -07:00
Tom Henderson
0b0bfedf27 utils: clear a doxygen warning 2017-03-19 07:51:54 -07:00
Tom Henderson
c25f435c4f lte: add missing figure formats for documentation build 2017-03-19 07:39:03 -07:00
Sébastien Deronne
33e9877c72 wifi: Fix typo in previous commit 2017-03-18 18:43:02 +01:00
Sébastien Deronne
5bc9384ef4 wifi: Fix regression for wifi managers 2017-03-18 18:39:18 +01:00
Tommaso Pecorella
a511130e7f lte: removed deprecated ArpCache::Entry::SetMacAddresss from test 2017-03-17 01:21:17 +01:00