Stefano Avallone
6fef34be47
network: Convert Queue into a template class
2017-03-08 18:01:29 +01:00
Biljana Bojovic
1cd0010e10
lte: fix static code analysys warnings (thanks to Natale Patriciello)
2017-03-07 14:33:39 +01:00
Tom Henderson
87b884a606
lte: Remove unimplemented declarations and rescan bindings
2017-03-02 10:30:16 -08:00
Tom Henderson
9dc9ed5bb1
build: Remove newline at end of wscript (problem for Python 2.6)
2017-02-12 10:19:34 -08:00
Biljana Bojovic
4c8c375b1e
lte: fix figure label in doc
2017-02-04 08:48:32 +01:00
Biljana Bojovic
f833fe7567
lte: update release notes, changes, and lte 3GPP release version.
2017-02-03 19:02:13 +01:00
Tommaso Pecorella
b0c1eb4fee
lte: (fixes 2646) conditional compile lena-simple-eps-emu example
2017-02-02 23:04:56 +01:00
Sébastien Deronne
100b27b1cf
lte: Fix compilation issue on osx machines
2017-02-02 19:50:50 +01:00
Luciano Jerez Chaves
af1dc022b1
lte: ( fixes #2632 ) build error due to uninitialized variable in rem helper
2017-02-02 16:49:55 +01:00
Marco Miozzo
8bd5f99e16
lte: (fixes 2646) lena-simple-eps-emu example will never work
2017-02-02 16:36:13 +01:00
Biljana Bojovic
80b02c652b
lte: documentation spell check
2017-02-02 16:01:58 +01:00
Biljana Bojovic
a73dea2c66
lte: fix .dia documentation files
2017-02-02 12:36:50 +01:00
Biljana Bojovic
dacd34cd48
lte: add lena-cc-helper example
2017-02-02 10:02:57 +01:00
Biljana Bojovic
6c96b91ddc
lte: add carrier aggregation test files
2017-02-02 10:02:12 +01:00
Biljana Bojovic
303c241df3
lte: add documentation, examples and tests for carrier aggregation
2017-02-02 10:00:27 +01:00
Danilo Abrignani
1b83e938a3
lte: LTE model refactoring to support carrier aggregation
2017-02-02 09:33:08 +01:00
Biljana Bojovic
f6540b5075
lte: fix broken builds (unused variable in lte-helper, uninitialized in no-op-ccm)
2017-01-26 23:48:34 +01:00
Biljana Bojovic
048daabdab
lte: minor modifications to prepare module for model refactoring
2017-01-26 08:32:10 +01:00
Danilo Abrignani
541d18c34b
lte: add ccHelper and component carrier managers implementations
2017-01-25 18:44:17 +01:00
Danilo Abrignani
7ecc78be31
lte: implement RRC CA message structure generation, serialization and deserialization
2017-01-24 16:42:33 +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
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
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
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
Danilo Abrignani
4a81a6c289
lte: add ComponentCarrier classes for UE/eNb net devices, add DlScheduling struct
2017-01-19 23:07:15 +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
Tom Henderson
18f72e2605
lte: Fix syntax error in seqdiag source
2016-12-27 13:48:51 -08:00
Tom Henderson
d1999fab0e
lte: Fix strict-overflow compiler warning
...
Arising on a Fedora 24 optimized static build (gcc version 6.2.1)
2016-12-07 16:55:26 -08:00
Alexander Krotov
d723ba0485
lte: iterate from begin to end, not from begin to begin
2016-12-06 01:59:22 +03:00
Biljana Bojovic
babcf4b843
bug 2048: Test cases by Nicola Baldo (with minor changes)
2016-11-23 12:33:21 +01:00
Biljana Bojovic
94364343c7
lte: ( fixes #2048 ) Complements changeset 12416: Schedulers to skip UEs when CQI==0
2016-11-23 12:18:33 +01:00
Nicola Baldo
1acb24307e
bug 2048: applied Piotr's fix for lte-cqi-generation test (with minor changes)
2016-11-22 10:55:49 +01:00
Nicola Baldo
f7bab73741
lte: ( fixes #2048 ) Fix scheduler resource allocation when CQI==0 (out of range)
2016-11-22 10:54:20 +01:00
Biljana Bojovic
649ef0a0e4
lte: ( fixes #2543 ) Fix when EstimateUlSinr returns NO_SINR (fix by N. Patriciello and M. Miozzo)
2016-11-21 11:26:37 +01:00
Biljana Bojovic
05d4a0fb57
lte: ( fixes #2523 ) Scheduler to generate properly the RLC PDU (fix by Marco Miozzo and Zoraze Ali)
...
Extend all schedulers to generate properly the RLC PDU structure when there is no retransmission on the layer.
2016-11-07 12:13:34 +01:00
Zoraze Ali
7e17a38592
lte: ( fixes #2531 ) Set HARQ feedback default value to ACK to avoid false retx when only one layer (i.e., layer 0) is used in MIMO
2016-11-03 18:31:23 +01:00
Alexander Krotov
626693fc32
lte: s/Periocity/Periodicity/
2016-10-20 12:06:45 +03:00
Alexander Krotov
9e93dfed82
lte: fix typos in RadioBearerStatsConnector documentation
2016-10-19 16:30:59 +03:00
Alexander Krotov
410ec0fe8d
lte: ( fixes #2456 ) Add MemberCschedSapProvider and MemberCschedSapProvider templates
2016-07-30 01:53:49 +03:00
Alexander Krotov
4a33a25aea
lte: ( fixes #2519 ) m_windowOffsetsMap.end () dereference in TraceFadingLossModel::DoCalcRxPowerSpectralDensity
...
If m_windowOffsetsMap.find (mobilityPair) returns m_windowOffsetsMap.end (),
it is stored into itOff. Later itOff is dereferenced to calculate
index. To avoid dereferencing m_windowOffsetsMap.end (), itOff should
be updated with a reference to newely inserted element.
2016-10-12 15:36:26 +03:00
Tom Henderson
df4dd9df4d
bindings: Rescan all bindings
2016-09-27 22:18:47 -07:00
Tom Henderson
b9e5595665
bindings: Rescan all bindings
2016-09-26 05:33:13 -07:00
Tom Henderson
4d677cb2e7
[build] Partial fix for warnings revealed by changeset 865b0fc5e241
...
'Enable -Wstrict-overflow for G++ >= 4.8.1' revealed some issues.
2016-09-04 21:56:48 -07:00
Peter D. Barnes, Jr.
38632b0e18
Add CommandLine to all examples
2016-05-27 01:24:32 -04:00