Xavier Arteaga
abad5c3bbf
SRSUE: Handle 256qam for CA ( #585 )
5 years ago
Andre Puschmann
62eba8f3d8
fix default radio, channel and rx antenna setting in eNB ( #594 )
5 years ago
Andre Puschmann
f1387d8cf8
fix uninitialized vars in scheduler_grid
5 years ago
Andre Puschmann
86f43b008c
Fix missing general section
5 years ago
Ismael Gomez
1b970fa978
Modified comments
5 years ago
Andre Puschmann
886858a30a
remove expert config and split into PHY and general config, cleanup ue.conf.example
5 years ago
Andre Puschmann
bfb16e2545
remove general UE config from example
5 years ago
Ismael Gomez
b81d4c5c9c
Fix MAC test
5 years ago
Andre Puschmann
e9342969f8
fix typo
5 years ago
Andre Puschmann
2ae35e4ce0
make sure status PDU doens't exceed grant size
5 years ago
Pedro Alvarez
739853e9e6
Update README to have the correct directory for the config files.
5 years ago
Pedro Alvarez
9597cc4c14
Clang-formated liblte_*
5 years ago
Andre Puschmann
b46a71c2d8
add RRC metrics and remove extra methods to query RRC state
5 years ago
Xavier Arteaga
5e49aca835
Merge pull request #570 from softwareradiosystems/feature_256qam_fix
...
Resource allocation extended tables and PDSCH table 2 for 256QAM
5 years ago
Ismael Gomez
6d2c6ec58d
Do not change master clock rate in UHD if dynamic rate is supported
5 years ago
Xavier Arteaga
04ab6caf69
SRSUE: fix for 64QAM CA
5 years ago
Guillem Foreman
2a8ec5c9b9
More fixes 256QAM
5 years ago
Guillem Foreman
eab73829f6
Changes requested
5 years ago
Ismael Gomez
154b9a84c8
Fix RRC serving cell leak
5 years ago
Ismael Gomez
7e1ae45d58
Fixes #573
5 years ago
Ismael Gomez
5358816ad5
Fix Truncated BSR due to invalid priority ordering
5 years ago
Ismael Gomez
538f38cf54
Let PDCP Control PDUs be processed
5 years ago
Pedro Alvarez
9b6aaac1b5
Ignore PDCP status PDUs, instead of passing them to the GW. Check on the GW if the packet is large enough to hold an IPv4 header.
5 years ago
Ismael Gomez
11d42acb3a
Fix using deallocated PDU
5 years ago
Ismael Gomez
8c41625599
Add RLC suspend and resume
5 years ago
Andre Puschmann
db196cc052
add RLC AM test for status PDU generation with small and big MAC grants
5 years ago
Andre Puschmann
db9f093b63
add debug log when handling reordering timer
5 years ago
Andre Puschmann
849ad2655c
fix creation of malformed RLC AM status PDU
...
the issue was caused by an unneeded length check during the
assembly of the status PDU. This length check caused an too early
break from the while-loop that adds all missing SNs to the status PDU
leaving the PDU struct in an invalid state where ack_sn was equal to
one of the NACK_SNs.
The fix is to simply remove the length check during the generation to
fully generate the status PDU. If, for whatever reason, MAC provides
a too small grant to fully fit the status PDU, the PDU will not be
generated, i.e. the calling function checks the return value and does
not pass the (then too big PDU) down the stack.
5 years ago
Andre Puschmann
9f3a947c02
modify RLC AM retx test to provide exactly a MAC opportunity of the size
...
that is reported as buffer state
5 years ago
Xavier Arteaga
aa6652155c
Phy: added ue_ul normalization mode parameter
5 years ago
Xavier Arteaga
20823e191d
SRSUE: Added UL force amplitude optional parameter
5 years ago
Andre Puschmann
e0b583db5d
remove extra indirection from enb_phy
5 years ago
Andre Puschmann
4e86b2f6b2
introduce layerd architecture we use for UE to eNB
...
- this allows flexible use of different PHYs and radios
- use common radio_multi (moved to lib)
5 years ago
Xavier Arteaga
2530894374
Channel emulator: added input pointer checks
5 years ago
Ismael Gomez
da78f373b1
Cleaned SR logs
5 years ago
Ismael Gomez
d595c4d882
Fixes issue #545 and unlocking of tti_sync condvar before closing causing deadlock at stop
5 years ago
Andre Puschmann
aff26abc89
fix memleak in Soapy driver when no device was found
5 years ago
Guillem Foreman
ca6d9576c3
Added option for 256QAM in PHY config
5 years ago
Ismael Gomez
abdb880b3b
Remove unused mux_is_transmitted local variable
5 years ago
Ismael Gomez
f6a5d28283
Addressed @andrepuschmann comments
5 years ago
Ismael Gomez
773c2a9721
Fixed multiple issues in Random Access procedure and extended MAC test
5 years ago
Xavier Arteaga
5dcf3b3563
Fix phy memory leaks
5 years ago
Andre Puschmann
5faa819dcd
fixing uninitialized class members found by coverity
5 years ago
Andre Puschmann
6b2961fcee
add MAC DL-SCH unpacking test
5 years ago
Andre Puschmann
92f0d58856
mac: move further init/config into ctor to allow early logging, etc.
5 years ago
Pedro Alvarez
a868a13409
Fix compilation error when PCSC is enabled.
5 years ago
Andre Puschmann
6a11030ae1
enb: fix race condition in workers overwriting the DL tx buffer
...
this adds a own tx buffer for each HARQ PID
5 years ago
Francisco Paisana
92b4b168fe
added default rlc um and am in the interface as factories
5 years ago
Francisco Paisana
b903c1a52c
made default init for rlc um test
5 years ago
Francisco Paisana
58e2e51044
removed rlc_interfaces. The rlc_cnfg types are now part of the rrc_interface_types. Removed implicit RB initialization in the RLC.
5 years ago