Commit Graph

13498 Commits

Author SHA1 Message Date
Sébastien Deronne
462cea693f wifi: rescan bindings 2018-04-29 18:40:25 +02:00
Sébastien Deronne
1717d81a64 wifi: Use uint16_t for channel widths to prepare 802.11ad support and silent some Visual Studio compiler warnings 2018-04-29 17:37:53 +02:00
Sébastien Deronne
c213eb5669 wifi: Update Doxygen for DcaTxop and EdcaTxopN classes 2018-04-29 17:32:46 +02:00
Pasquale Imputato
cbf467e9b5 Remove unused variables to fix build with clang 6 on Linux 2018-04-27 19:04:55 +02:00
Michele Polese
9624c80c37 buildings: Add OutdoorPositionAllocator to buildings module 2018-04-19 08:50:24 -07:00
Peter D. Barnes, Jr.
53d4b13067 core: threaded-test-suite.cc: use thread and chrono, instead of nanosleep 2018-04-16 18:05:10 -07:00
Peter D. Barnes, Jr.
57b7a245d4 core: example main-test-sync: use thread and chrono, instead of sleep and usleep 2018-04-16 12:51:49 -07:00
Sébastien Deronne
99a6dd59a4 wifi: Merge DcfState into DcaTxop (patch from Stefano Avallone) 2018-04-15 09:12:54 +02:00
Peter D. Barnes, Jr.
8e2b2d99a7 core: refactor SystemPath::MakeDirectories
Addition of bool makeDirErr is preparation for a Windows clause
2018-04-13 17:02:12 -07:00
Peter D. Barnes, Jr.
f4d579b911 build: fix library paths broken by r13485 (c174ebd0) 2018-04-13 16:40:53 -07:00
Sébastien Deronne
117d5d8c46 examples: Cleanup header inclusion in wireless examples 2018-04-13 23:08:35 +02:00
Sébastien Deronne
53eb13fdd4 wifi: Use forward declaration as often as possible (part 10) 2018-04-13 20:47:22 +02:00
Peter D. Barnes, Jr.
1bc9d0740a build: put build libraries in subdirectory lib/ 2018-04-12 15:05:03 -07:00
Peter D. Barnes, Jr.
ff8b44d9ff core: (re)fix log-macros-disabled.h compilation broken by r13461 (eb9262b0)
This alters  r13474 (d623d9)
and reverts  r13482 (4d42c9)

Now includes explanation of why two versions are necessary.
2018-04-12 14:51:29 -07:00
Robert Ammon
e1c73ce575 traffic-control: Eliminate Visual Studio compiler warnings in the examples 2018-04-12 23:06:30 +02:00
Tom Henderson
b64dcb4234 lte: Fix compilation error 2018-04-11 21:01:04 -07:00
Tom Henderson
b54256d51d lte: Fix compilation error 2018-04-11 17:45:48 -07:00
Tommaso Pecorella
ac3e174111 Python Bindings: regenerate wave and mesh 2018-04-11 16:11:08 -05:00
Tom Henderson
c681150e81 build: (fixes #2908) Check if pybindgen version exists before use 2018-04-11 13:46:07 -07:00
Sébastien Deronne
5c09ddf105 wifi: Use forward declaration as often as possible (part 9) 2018-04-11 20:22:36 +02:00
Sébastien Deronne
eb2fd20e8c wifi: Use forward declaration as often as possible (part 8) 2018-04-11 20:22:31 +02:00
Sébastien Deronne
7b670e4c7b wifi: Use forward declaration as often as possible (part 7) 2018-04-11 08:19:40 +02:00
Sébastien Deronne
00161ead2a wifi: Use forward declaration as often as possible (part 6) 2018-04-11 08:14:13 +02:00
Peter D. Barnes, Jr.
7ccef2f46b core: fix log-macros-disabled.h compilation broken by r13461 (eb9262b0) 2018-04-10 22:43:00 -07:00
Sébastien Deronne
390cf24639 wifi: Use forward declaration as often as possible (part 5) 2018-04-10 20:59:50 +02:00
Sébastien Deronne
78bf05b15f wifi: Use forward declaration as often as possible (part 4) 2018-04-09 22:46:40 +02:00
Sébastien Deronne
d1e029e07e examples: Remove useless network-module inclusion in some wireless examples 2018-04-09 18:44:59 +02:00
Sébastien Deronne
3bbb45d79f wifi: Use forward declaration as often as possible (part 3) 2018-04-08 22:37:51 +02:00
Sébastien Deronne
7a33944f40 wifi: Use forward declaration as often as possible (part 2) 2018-04-08 21:32:03 +02:00
Sébastien Deronne
65efb1fd66 wifi: Use forward declaration as often as possible (part 1) 2018-04-08 19:57:26 +02:00
Sébastien Deronne
b9064f504e wifi: GetEdThreshold should return a dBm value 2018-04-06 23:32:13 +02: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.
5b57d9286e core: refactor DesMetrics to accept new argument vector from CommandLine 2018-04-05 17:26:49 -07:00
Peter D. Barnes, Jr.
e8f3f26eb0 core: command-line: minor docs and white space 2018-04-05 17:25:58 -07:00
Sébastien Deronne
18506bf1b7 wifi: Fix valgrind errors 2018-04-05 22:50:07 +02: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
Peter D. Barnes, Jr.
975a287288 core: Enable NS_LOG_FUNCTION to log the contents of vectors. 2018-04-03 14:45:16 -07:00
Tom Henderson
428199ed95 uan: Fix uninitialized value warning 2018-04-02 08:12:41 -07:00
Sébastien Deronne
01d2f04c03 wifi: rescan bindings 2018-04-01 20:44:20 +02:00
Sébastien Deronne
8290a681c5 wifi: Rename some functions based on Tom's suggestions 2018-04-01 19:20:30 +02:00
Sébastien Deronne
421ace0151 wifi: rescan bindings 2018-04-01 13:14:54 +02:00
Sébastien Deronne
fe1a487cf6 examples: Add dsss-validation example to regression 2018-04-01 12:14:02 +02:00
Sébastien Deronne
06776fbf18 examples: Add wifi DSSS validation example 2018-04-01 11:35:30 +02:00
Sébastien Deronne
98ec98b72a wifi: Fix double precision issues in DsssErrorRateModel 2018-04-01 11:35:28 +02:00
Sébastien Deronne
e57bee6789 examples: Improve wifi ofdm validation examples 2018-04-01 11:19:53 +02:00
Sébastien Deronne
ace234df06 wifi: Improve tables printing in minstrel wifi managers 2018-04-01 11:12:20 +02:00
Sébastien Deronne
48119eba2a wifi: Cleanup WifiMacQueue 2018-04-01 11:10:39 +02:00
Sébastien Deronne
94cad3c54a wifi: Cleanup WifiRemoteStationManager 2018-04-01 11:07:57 +02:00
Sébastien Deronne
ebbddb2bea wifi: Cleanup ApWifiMac 2018-04-01 11:02:21 +02:00
Sébastien Deronne
eaf5bc80e9 wifi: Cleanup WifiPhy 2018-04-01 11:01:15 +02:00