Commit Graph

12557 Commits

Author SHA1 Message Date
Sébastien Deronne
fca10346bb examples: Fix typos 2017-01-22 21:50:56 +01:00
Tommaso Pecorella
b8223fc086 sixlowpan: more doxygen fixes 2017-01-22 00:59:47 +01:00
Tommaso Pecorella
ced7e9e1fc lr-wpan: doxygen updates (thanks to Robert Ammon) 2017-01-22 01:59:10 +01:00
Biljana Bojovic
fdc7a6883b lte: (fixes 2624) inconsistent coding of type and naming (thanks to Robert Ammon) 2017-01-21 15:08:45 +01:00
Danilo Abrignani
36e605ba69 lte: add NonCriticalExtensionConfiguration struct to lte RRC 2017-01-21 14:34:47 +01:00
Biljana Bojovic
d9256aaf3f lte: initialize parameter member in lte-spectum-phy before use 2017-01-21 12:26:42 +01:00
Tommaso Pecorella
824ce1e528 Internet: (fixes #2627) - Ipv6RawSocket must check bound interface 2017-01-21 00:42:09 +01:00
Stefano Avallone
09b1d63e2b traffic-control: Netdevices can create TxQueues anytime before initialization 2017-01-20 18:17:55 +01:00
Danilo Abrignani
f29e113a80 lte: add UE CA model, i.e. component carrier manager with RRC SAP interfaces 2017-01-20 17:23:37 +01:00
Stefano Avallone
8b6440d3bc examples: (fixes #2557) Fix dead assignments in queue-discs-benchmark (thanks to Natale Patriciello) 2017-01-20 17:20:36 +01:00
Danilo Abrignani
7a7fc273da lte: add eNb CA model, i.e. component carrier manager with MAC and RRC SAP interfaces 2017-01-20 16:56:06 +01:00
Sébastien Deronne
da907117ba examples: Clean typos in wifi-aggregation (reported by Jose Saldana) 2017-01-20 15:11:14 +01:00
Sébastien Deronne
2c3a5f8fa7 examples: Add wifi-backward-compatibility to regression 2017-01-20 14:50:37 +01:00
Sébastien Deronne
568d2259a3 Remove unused code that is causing compilation issues on some machines 2017-01-20 13:50:17 +01:00
Biljana Bojovic
5fee33db28 lte: extend MAC and RLC SAP interfaces to include CA component carrier Id 2017-01-20 12:22:42 +01:00
Biljana Bojovic
7d13789baf lte: extend lte stats and trace interfaces with CA component carrier Id 2017-01-20 09:29:58 +01:00
Tommaso Pecorella
08af7493da lr-wpan: avoid uint8_t in LOG component 2017-01-20 01:49:09 +01:00
Danilo Abrignani
4a81a6c289 lte: add ComponentCarrier classes for UE/eNb net devices, add DlScheduling struct 2017-01-19 23:07:15 +01:00
Danilo Abrignani
5eb935c41f core: MakeEvent() and Schedule() to accept 6 arguments 2017-01-19 20:49:17 +01:00
Tom Henderson
63f7f6004c lte: initialize parameter member before use 2017-01-18 12:05:30 -08:00
Tom Henderson
9ccf90ee65 lte: Rescan Python bindings 2017-01-17 17:28:33 -08:00
Danilo Abrignani
6d92f75610 lte: extend LTE model to include a Component Carrier Id where necessary 2017-01-17 20:24:57 +01:00
Biljana Bojovic
7a77ec9865 lte: allow higher frequency values, e.g. in 5GHz band (uint16_t to uint32_t) 2017-01-17 19:41:16 +01:00
Tommaso Pecorella
3a643012d7 sixlowpan: doxygen updates (thanks to Robert Ammon) 2017-01-17 02:23:43 +01:00
Tommaso Pecorella
ce1d59dd8c topology-read: doxygen updates (thanks to Robert Ammon) 2017-01-17 02:25:06 +01:00
Tom Henderson
f9ab305125 wifi: update deprecated WifiMacHelper classes 2017-01-15 18:52:20 -08:00
Tom Henderson
2de69f5590 traffic-control: (fixes #2617) PfifoFastQueueDisc::Peek all bands 2017-01-14 08:22:50 -08:00
Tom Henderson
1ea92fd939 mesh: Update some stale documentation 2017-01-13 19:26:46 -08:00
Sébastien Deronne
4dd21b151c wifi: (fixes #2601) HT stations use 40 MHz channel width if the configured channel width is set to 80 or 160 MHz 2017-01-13 20:10:40 +01:00
Sébastien Deronne
e905d6a2a7 wifi: (fixes #2578) Fix unexpected assert 'Internal collision but no packet in queue' 2017-01-13 20:08:04 +01:00
Matias Richart
3fb64fda99 wifi: (fixes #2607) Correct overflow in channel width loop in Minstrel HT 2017-01-11 20:28:21 +01:00
Sébastien Deronne
eab7f7015e wifi: (fixes #2605) Add HT/VHT capabilities only if the peer station supports HT/VHT 2017-01-11 20:26:01 +01:00
Sébastien Deronne
b8741c23d1 examples: Add option to select a specific MCS value for ht-wifi-network and vht-wifi-network 2017-01-11 20:13:32 +01:00
Tom Henderson
8641c5a16b wifi: Document mappings between DSCP, TOS, UP, and AC 2017-01-10 16:47:30 -08:00
Stefano Avallone
054896c3a9 traffic-control: Fix possible crash in the traffic-control example 2017-01-09 20:09:27 +01:00
Mohit P. Tahiliani
3b85d0da5b traffic-control: (fixes #2512, #2590) Various small fixes regarding the RED queue disc 2017-01-09 20:01:36 +01:00
Tom Henderson
bde2a0315e Print more useful error message 2017-01-07 09:15:29 -08:00
Sébastien Deronne
4a56f96f1d wifi: Fix potential issue that HT stations are seen as non-HT if they use only default HT capabilities 2017-01-07 15:51:10 +01:00
Sébastien Deronne
fcbcae5258 wifi: Small change in GetEdcaParameterSet 2017-01-07 15:51:08 +01:00
Tommaso Pecorella
9c09190deb internet: (fixes #2614) RIP header version mismatch 2017-01-06 14:30:46 +01:00
Sébastien Deronne
6af76ae23e wifi: Add small comment in YansWifiChannel that channel bonding is not modeled yet 2017-01-03 09:32:04 +01:00
Sébastien Deronne
c03b956014 wifi: Small change in get HT/VHT capabilities/operation 2017-01-02 16:57:20 +01:00
Sébastien Deronne
24d8f6ddea wifi: Rescan bindings 2017-01-02 09:04:19 +01:00
Sébastien Deronne
a93cef48ad examples: Add example wifi-multiple-tos 2017-01-02 08:46:09 +01:00
Sébastien Deronne
3b284f0d5b wifi: (fixes #2577) Handle A-MPDU with RTS enabled when multiple TOS are used 2017-01-02 08:45:10 +01:00
Sébastien Deronne
3b2921a734 wifi: Rescan bindings 2017-01-01 18:18:44 +01:00
Sébastien Deronne
beb6bff692 examples: Add 80211e-txop in regression run 2017-01-01 17:50:17 +01:00
Sébastien Deronne
148235f3a1 wifi: (fixes #2584) MacLow to call StartNext only if there is a TXOP 2017-01-01 17:49:15 +01:00
Sébastien Deronne
d6f809a649 wifi: Use uint16_t iso uint32_t to cast uint8_t in log statements 2017-01-01 17:46:59 +01:00
Sébastien Deronne
6a2a0ed1cc examples: Update wifi OFDM validation examples 2017-01-01 15:10:03 +01:00