Xavier Arteaga
|
854a77455d
|
Merge pull request #113 from softwareradiosystems/next_new_features
adding simd xor functionality
|
7 years ago |
Ismael Gomez
|
aacd9e1e5b
|
Revert "Use CP-based CFO estimation only for DL and UL. Estimate every subframe. Calibrated EMA to 0.3 highest valid for low SNR"
This reverts commit 6196c096af .
|
7 years ago |
yagoda
|
38903de07c
|
adding simd xor functionality
|
7 years ago |
Ismael Gomez
|
e035e248b8
|
Fix bug in sync when not correcting CFO
|
7 years ago |
Andre Puschmann
|
3ebda40580
|
move build info to UE base class
|
7 years ago |
Andre Puschmann
|
d562a70261
|
fix USIM test
|
7 years ago |
Ismael Gomez
|
8a09454d7c
|
Merge pull request #109 from softwareradiosystems/guti_attach
Guti attach
|
7 years ago |
Paul Sutton
|
4877c7ab07
|
Adding support for GUTI attach
|
7 years ago |
Paul Sutton
|
d9b9ae9454
|
Fix for GUTI pack bug, add support for integrity with attach req
|
7 years ago |
Andre Puschmann
|
dc65e4243c
|
print build info to log and on stdout
|
7 years ago |
Ismael Gomez
|
053f5a619d
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
8b6bd607a7
|
Fixed and tested AGC
|
7 years ago |
Ismael Gomez
|
6196c096af
|
Use CP-based CFO estimation only for DL and UL. Estimate every subframe. Calibrated EMA to 0.3 highest valid for low SNR
|
7 years ago |
Xavier Arteaga
|
176dae270c
|
Fixes #105. Added backtrace print in 'srsLTE.backtrace.crash'
|
7 years ago |
Xavier Arteaga
|
91e706d4d1
|
Fixes #107: srslte_simd_f_sqrt NaN solved if input is 0
|
7 years ago |
Ismael Gomez
|
0093497752
|
Merge pull request #106 from softwareradiosystems/power
Power
|
7 years ago |
Xavier Arteaga
|
58aac96a6e
|
Added Power Allocation from HL in UE side
|
7 years ago |
Xavier Arteaga
|
4ecd73c984
|
Added power allocation p_a in UE
|
7 years ago |
Xavier Arteaga
|
91c9ddf244
|
Added scaling factor to predecoder
|
7 years ago |
Paul Sutton
|
38ab9921f8
|
Undoing unnecessary RLC fix
|
7 years ago |
Paul Sutton
|
10bc2ee8a1
|
Fix for RLC AM polling condition
|
7 years ago |
Ismael Gomez
|
e04a221911
|
Removed volk occurrences. Fixes #103
|
7 years ago |
Ismael Gomez
|
b94e6945a6
|
Merge branch 'next' into next_testers
|
7 years ago |
Xavier Arteaga
|
ab3a3108f1
|
Merge branch 'next' of https://github.com/softwareradiosystems/srsLTE into next
|
7 years ago |
Xavier Arteaga
|
b7d678f05e
|
Solved bug when parsing two times the same subdev_spec
|
7 years ago |
Ismael Gomez
|
d999f0551e
|
Merge branch 'next' into next_testers
|
7 years ago |
Ismael Gomez
|
809f211320
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
c6e947e7ca
|
Enable S-TMSI attach
|
7 years ago |
Ismael Gomez
|
49a621e193
|
removed last tti in adaptive retx. moved to phch_common
|
7 years ago |
Ismael Gomez
|
058fbd7112
|
Fix adaptive retx in UE
|
7 years ago |
Ismael Gomez
|
72d83be8bc
|
Fix minor issues with adaptive retx ENB
|
7 years ago |
Ismael Gomez
|
cdb788617b
|
Merge pull request #97 from softwareradiosystems/misc
Misc
|
7 years ago |
Xavier Arteaga
|
861d65b070
|
Added subdev RF arguments. It fixes #95
|
7 years ago |
Xavier Arteaga
|
ca07f0064d
|
Remove otw_format=sc12/sc16 from device args, also commas.
|
7 years ago |
Xavier Arteaga
|
b23be658cc
|
Added PDSCH decoder maximum bitrate (from DSP execution time)
|
7 years ago |
Ismael Gomez
|
d080985ef0
|
Merge branch 'next' into next_testers
|
7 years ago |
Ismael Gomez
|
e5f78b1620
|
Print error to console if security/integrity not supported
|
7 years ago |
Ismael Gomez
|
70062457d9
|
Merge branch 'next' into next_testers
|
7 years ago |
Ismael Gomez
|
710cb583b0
|
Make last pdu in grant to use all available space. Fixes when 1 byte is in RLC AM but grant is 3 bytes (header is 2)
|
7 years ago |
Ismael Gomez
|
4eb5ee5c58
|
Removed console debugging messages
|
7 years ago |
Ismael Gomez
|
9cf95f5c32
|
Attempt to reset timer regardless of N310
|
7 years ago |
Ismael Gomez
|
9389cc1957
|
Removed deallocating unkown buffer error
|
7 years ago |
Ismael Gomez
|
42d08046d3
|
Fixed bug with UL adaptive retx
|
7 years ago |
Ismael Gomez
|
05973790ba
|
Add checks for existence of retx buffer and remove from queue if not
|
7 years ago |
Ismael Gomez
|
e983987563
|
Check retx.sn exists in tx_window in required buffer size
|
7 years ago |
Ismael Gomez
|
bf32d45b6f
|
Check valid nof_tb before call to pdsch and log instead of print
|
7 years ago |
Ismael Gomez
|
a992fcf607
|
Fix concurrent access segfault in RLC AM
|
7 years ago |
Ismael Gomez
|
aeb16a5b7a
|
Fixed TA command when negative offset
|
7 years ago |
Ismael Gomez
|
aedec8638d
|
Fixed TA command when negative offset
|
7 years ago |
Ismael Gomez
|
6e8167bc4e
|
Merge branch 'next' into next_testers
|
7 years ago |