Commit Graph

13061 Commits

Author SHA1 Message Date
Stefano Avallone
59cd4d5f55 traffic-control: (fixes #2751) Ensure queue discs keep correct statistics 2017-09-14 18:12:19 +02:00
Sébastien Deronne
923ef42e42 wifi: Enable beacon jitter by default 2017-09-13 23:11:38 +02:00
Tom Henderson
3e550b5150 lte: Fix a maybe-uninitialized compiler warning 2017-09-13 09:02:46 -07:00
Robert Ammon
62ab39c9f1 tcp: (fixes 2781) do not go beyond limit in TcpTxBuffer 2017-09-10 12:45:38 +02:00
Robert Ammon
66208e454a mesh: Fix doxygen warnings 2017-09-06 05:57:39 -07:00
Alexander Krotov
4b66cb5ac5 Documentation spelling fixes 2017-09-01 11:40:28 +03:00
Robert Ammon
5fcca3808f aodv: Fix doxygen warnings 2017-08-30 08:38:06 -07:00
Zoraze Ali
de237474eb lte: (fixes #2777) save bearer info in m_drbMap, needed for handover request 2017-08-30 11:13:13 +02:00
Robert Ammon
2e4d823635 uan: Doxygen update for recent change 2017-08-29 14:56:00 -07:00
Tom Henderson
b68a27364c wifi: Extend documentation helper for attribute implementations 2017-08-29 14:51:27 -07:00
Akin Soysal
f4d433a5ea wifi: (fixes #2776) Fix segfault in MacLow 2017-08-21 11:31:00 +03:00
Robert Ammon
b47735c649 dsdv: Fix Doxygen warnings 2017-08-20 20:39:57 -07:00
Robert Ammon
fa6e4a0317 wifi: Additional Doxygen fixes 2017-08-19 08:43:14 -07:00
Tom Henderson
931059cca4 uan: Rescan python bindings 2017-08-17 08:15:32 -07:00
Federico Guerra
e4a837b784 uan: (fixes #2588) development of new PER models
A new PER calculator class has been added in order to support standard
PER computations.  A stricter check has been also enforced on other PER
calculations. A fatal error will be thrown in case of incompatible tx
mode and PER calculator.
2017-08-16 21:49:25 -07:00
Federico Guerra
189504501a uan: (fixes #2492) RxGainDb moved (patch co-author Randall Plate)
RxGainDb moved from UanPhy to UanTransducer in order to apply the gain to
all received packets
2017-08-16 17:48:17 -07:00
Federico Guerra
1352cf85db uan: (fixes #2299) WOSS integration + FH-FSK Interference rev. 2017-08-16 16:52:11 -07:00
Federico Guerra
0650860241 mobility: Allow WaypointMobilityModel to be subclassed 2017-08-16 16:47:41 -07:00
Alexander Krotov
8f180a8e49 lte: spelling fixes 2017-08-16 19:13:57 +03:00
Alexander Krotov
6691af358c config-store: spelling fixes 2017-08-16 19:01:10 +03:00
Alexander Krotov
8d13ef312d core: spelling fixes 2017-08-16 19:00:22 +03:00
Tom Henderson
9c6fd63995 documentation: Make script run correctly on symlinked path 2017-08-13 18:00:45 -07:00
Alexander Krotov
fcd45cda9f lte: Fix antennaInfoUl.transmissionMode deserialization 2017-08-12 21:12:40 +03:00
Alexander Krotov
2ac1957c18 lte: Deserialize haveRadioResourceConfigDedicatedSCell 2017-08-12 21:16:35 +03:00
Alexander Krotov
2c92eec272 lte: Fix uninitialized variable 2017-08-10 22:44:13 +03:00
Tom Henderson
ea9bfe9fd4 wifi: Fix valgrind issue in test 2017-08-10 07:01:46 -07:00
Tom Henderson
bf0870ce76 olsr: Extend DoDispose() to clear valgrind 2017-08-10 06:35:53 -07:00
Tom Henderson
17e66a13d6 test: Reduce scope of valgrind example tests to speed execution time
Some example programs are tested under different configurations; as long
as we test one of these configurations, there is little to gain by valgrind
testing additional configurations, but './test.py -g' will take longer.  So
in general, only one or a limited number of configurations of an example
are valgrind tested.
2017-08-10 06:33:25 -07:00
Tom Henderson
f1e05bff14 wifi: Fix some valgrind issues due to commit 12941:466f95c4105d 2017-08-09 22:04:19 -07:00
Tom Henderson
c919daec15 lte: Update ILP32 bindings 2017-08-08 13:41:55 -07:00
Tom Henderson
4da6cea714 network: Update ILP32 bindings 2017-08-08 12:37:14 -07:00
Tom Henderson
3bcaef5a5b core: Update ILP32 bindings 2017-08-08 10:00:36 -07:00
Tom Henderson
90a897f20b core: Update rng example to current API 2017-08-01 20:01:53 -07:00
Tommaso Pecorella
a35b036bc1 Applications: UdpTraceClient - fix use of uninitialized variable 2017-07-27 22:07:12 +02:00
Tommaso Pecorella
67df11a5d9 Applications: Add an attribute to UdpTraceClient to read the trace only once. 2017-07-26 23:58:24 +02:00
Tom Henderson
fe23bcb15c lte: Rescan bindings (64-bit only) 2017-07-22 13:37:35 -07:00
Vedran Miletić
37afc2b958 Add missing include in LTE test 2017-07-22 11:27:41 +02:00
Alexander Krotov
6837edc5a9 lte: Merge in "Enabling LTE CA handover to secondary cell" milestone 1 2017-07-20 13:06:57 +03:00
Alexander Krotov
f296244b84 core: Spellcheck 2017-07-19 15:19:46 +03:00
Alexander Krotov
3e73eaf234 lte: Replace "bewteen" with "between" in a comment 2017-07-19 11:44:23 +03:00
Alexander Krotov
cbe446baf1 Internet module documentation spellcheck 2017-07-19 11:43:06 +03:00
Alexander Krotov
359ec07864 Tutorial spellcheck 2017-07-19 11:37:44 +03:00
Sébastien Deronne
78348bbc58 wifi: Extend trace for RegularWifiMac::ForwardUp 2017-07-17 11:44:09 +02:00
Sébastien Deronne
ab1ee5d8d5 wifi: (fixes #2763) Fix pcap printing for wifi management frames 2017-07-17 09:57:44 +02:00
Sébastien Deronne
6ef602d818 wifi: Clean fcs trailer in MacLow 2017-07-17 09:54:38 +02:00
Tom Henderson
8854b89e4f internet: (fixes #2762) BindToNetDevice change for NSC TCP sockets
addendum to changeset 12958:6e192ac0b562
2017-07-15 10:10:15 -07:00
Alexander Krotov
cd1cf7003c lte: Make sure CC spacing is multiple of 300kHz 2017-07-04 07:25:02 +03:00
Alexander Krotov
e9ba48da92 lte: Add LteSpectrumValueHelper::Get{Downlink, Uplink}CarrierBand 2017-07-04 04:05:36 +03:00
Alexander Krotov
86259aa901 lte: Set corresponding UlEarfcn in lte-pathloss-model test suite 2017-07-03 22:01:42 +03:00
Alexander Krotov
9352957adb lte: Fix letter case in comments 2017-07-03 11:10:08 +03:00