Commit Graph

13036 Commits

Author SHA1 Message Date
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
Alexander Krotov
013c5b9a34 lte: Print uint8_t as integer 2017-07-03 11:09:29 +03:00
Alexander Krotov
04917b2f92 lte: Refactor LteHandoverDelayTestCase for multiple CCs
Also remove point-to-point helper and remote host as it is not used.
2017-06-23 15:53:05 +03:00
Alexander Krotov
8ec290a202 lte: Test that throughput scales linearly with number of component carriers
even when UE primary CC is attached to non-default eNB component carrier.
2017-06-22 15:44:16 +03:00
Alexander Krotov
02bf6932d6 lte: Do not assume that first carrier is primary in RrComponentCarrierManager 2017-06-22 11:24:06 +03:00
Alexander Krotov
7960f278cc lte: Use Cell ID from RRC messages in LteUeRrc 2017-06-22 11:02:42 +03:00
Alexander Krotov
69d75e13f2 lte: Add assertions and fatal errors to RrcAsn1Header deserialization code 2017-06-19 20:11:32 +03:00
Alexander Krotov
304fe486f5 lte: Use struct variables instead of temporary ones 2017-06-19 20:10:32 +03:00
Alexander Krotov
bd16ea1381 lte: Update iterator in RrcAsn1Header::DeserializeRadioResourceConfigDedicatedSCell 2017-06-19 20:06:27 +03:00
Alexander Krotov
a22b88a5f4 lte: RRC header deserialization fix: alpha is not EARFCN 2017-06-19 18:34:48 +03:00
Alexander Krotov
28a0524f72 lte: Fix noncriticalExtension_v1020 serialization 2017-06-19 17:50:52 +03:00
Alexander Krotov
700b02acd4 lte: Add variable number of component carriers to LteSecondaryCellSelectionTestCase 2017-06-19 16:32:05 +03:00
Alexander Krotov
c56596b64e lte: Fix limitation on number of component carriers in LteHelper 2017-06-19 16:18:43 +03:00
Alexander Krotov
c94bf26d8b lte: Remove LteEnbRrc::m_cellId 2017-06-19 15:03:26 +03:00
Alexander Krotov
27840ea1c9 lte: Add LteEnbRrc::ComponentCarrierToCellId 2017-06-14 12:40:55 +03:00
Alexander Krotov
e7b361b324 lte: Send BSR to primary component carrier instead of first 2017-06-13 19:43:11 +03:00
Alexander Krotov
c778f5c329 lte: Add UeManager::GetComponentCarrierId () 2017-06-13 19:15:42 +03:00
Alexander Krotov
3bfd55a3c9 lte: Add LteCcmRrcSapUser::GetUeManager 2017-06-13 19:07:22 +03:00
Alexander Krotov
33a52a970b lte: Shift component carrier ID in RRC messages so they start with 1 2017-06-13 17:55:46 +03:00
Alexander Krotov
a110e7f990 lte: use .at () instead of writing an error to stdout in LteEnbRrcProtocolReal 2017-06-13 15:02:59 +03:00
Alexander Krotov
e8a3362842 lte: LteEnbRrc: configure SRB0 on primary component carrier, not 0 2017-06-13 14:54:56 +03:00
Alexander Krotov
42f0c37e6a lte: Send SIB2 on all component carriers 2017-06-13 13:58:13 +03:00
Alexander Krotov
a4a4dbf0c8 lte: Allow BSR to be received on any CC in NoOpComponentCarrierManager 2017-06-13 12:58:39 +03:00
Alexander Krotov
d35b539d49 lte: Add LteEnbNetDevice::HasCellId 2017-06-13 12:50:27 +03:00
Alexander Krotov
43ae267d6a lte: Test that UE can attach to any cell in cross-CC scenario 2017-06-09 15:32:38 +03:00
Alexander Krotov
66be4b489e lte: Fix NonCriticalExtension serialization
Range for EARFCN is from 0 to MAX_EARFCN and range for PCI is from 1
to 65536
2017-06-09 14:04:14 +03:00