Commit Graph

128 Commits

Author SHA1 Message Date
Ismael Gomez 616e18c570 fixed PUCCH correlation estimator 2017-08-24 15:16:13 +02:00
Ismael Gomez dea557f345 Fixes #89. Removed sampling rate warnings 2017-08-23 12:43:20 +02:00
Ismael Gomez 5fed766806 fixed UE not reattaching after paging 2017-08-22 15:06:51 +02:00
Ismael Gomez 49066b28d3 Merge branch 'master' into next 2017-08-22 10:03:01 +02:00
Ismael Gomez 40273e4a13 Merge branch 'master' of github.com:srsLTE/srsLTE 2017-08-22 10:02:49 +02:00
Ismael Gomez 5e41ea9d5b Fixes #96. Reduce TX/RX offset for 20MHz. 2017-08-22 10:02:41 +02:00
Xavier Arteaga 2bf288ff59 Solved infinite loop and/or segmentation fault in the SCH decoder for non-SSE compilation. 2017-08-16 17:39:49 +02:00
Andre Puschmann 9c49e27778 remove unused variable 2017-08-07 13:18:18 +02:00
Andre Puschmann c474b24d32 add basic NAS configuration class 2017-08-07 13:17:11 +02:00
Paul Sutton c58d2a4689 Merge branch 'master' into next due to RRC ASN bug fix 2017-08-02 16:22:19 +01:00
Paul Sutton 12603e4da2 Bugfix for RRC ASN MeasConfig packing 2017-08-02 15:47:49 +01:00
Andre Puschmann e16cc4c58b Merge branch 'next_new_feature' into next 2017-07-24 18:12:16 +02:00
Ismael Gomez dd5822077b fix for soapy 2017-07-14 10:46:50 +01:00
Andre Puschmann 00be4a5de7 fix bug with uninitalized number of rx antennas 2017-07-14 10:48:34 +02:00
Andre Puschmann bb34be24ac fix bug with uninitalized number of rx antennas 2017-07-14 10:41:44 +02:00
yagoda 8c049b2981 fix for both lime and rtl 2017-07-14 09:41:00 +01:00
yagoda 12d58bbb62 fixing soapy Tx for lime and RTL-SDR 2017-07-13 15:14:22 +01:00
Ismael Gomez 639227557f fixing small conflicts 2017-07-13 13:51:09 +01:00
Ismael Gomez c9ced0b2e1 fixing commits 2017-07-13 13:44:09 +01:00
Ismael Gomez 2d0508ab25 fixing conflict 2017-07-13 13:36:18 +01:00
Ismael Gomez 151f219e41 small soapy fix 2017-07-13 13:32:58 +01:00
yagoda bc337ee281 fixing soapy lime and rtlsdr compatibility 2017-07-13 13:54:31 +01:00
Andre Puschmann 266f1b08fb rlc_am: print LCID in buffer status msg 2017-07-12 17:40:42 +02:00
Andre Puschmann e8c41d4620 Revert "Soapy(lime) tx support"
This reverts commit 10c0f03f33.
2017-07-12 17:34:14 +02:00
Ismael Gomez 41edfcc7ab fixed segfault due to race condition in scrambling sequence pre-generation 2017-07-11 13:17:51 +02:00
Ismael Gomez 711bf23ee2 fixed segfault due to race condition in scrambling sequence pre-generation 2017-07-11 13:17:26 +02:00
Ismael Gomez 5b62859cca Merge pull request #12 from softwareradiosystems/next_new_feature
Soapy(lime) tx  support
2017-07-10 15:56:26 +02:00
Ismael Gomez 0737a858f7 Merge pull request #11 from softwareradiosystems/ue_refactor_common_v2
UE refactor common v2
2017-07-10 15:54:04 +02:00
Ismael Gomez 14916fdc9a missing return statement 2017-07-07 18:04:59 +02:00
Andre Puschmann 1e3b5f553e fix printf argument 2017-07-06 18:34:00 +02:00
Andre Puschmann 8030778809 fix PDCP initialization in eNB 2017-07-06 16:42:16 +02:00
yagoda 10c0f03f33 Soapy(lime) tx support 2017-07-06 12:32:54 +01:00
Ismael Gomez d74a9de86d Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-07-06 10:37:57 +02:00
Ismael Gomez 3d658cfdd8 fixed number of ports in pdsch tx 2017-07-06 10:37:51 +02:00
Andre Puschmann 7ca0988ea3 refactor RLC to use RAT-agnostic config 2017-07-04 18:29:49 +02:00
Andre Puschmann 8dbabb2834 rework bearer/LCID handling
This is a larger patch that reworks the LCID handling throughout the
code.

- It first moves the RB/LCID mapping out of common.h into the RRC object
  because different RATs may have different mappings.
- It adds a interface to RRC that other objects like RLC/PDCP/etc. may
  use to get the bearer name of a specific LCID.
- The patch also introduces a PDCP config class.
2017-07-04 17:48:39 +02:00
Andre Puschmann 60da04ef58 make LCID of GW object a parameter 2017-07-04 17:46:50 +02:00
Andre Puschmann cbfcb281a9 seperate RAT agnostic bits from various interfaces 2017-07-04 17:46:50 +02:00
Andre Puschmann c247f1103d parameterize TTI offset between UL grant and UL tx and UL tx and HARQ rx 2017-07-04 17:46:50 +02:00
Andre Puschmann 20a004a768 add seperate interface for MUX to query BSR procedure
- this is also intented to make MUX RAT-agnostic
2017-07-04 17:46:50 +02:00
Andre Puschmann 583aa2d180 move MAC structs shared between multiple RATs out RAT specific interface 2017-07-04 17:46:50 +02:00
Andre Puschmann bfa10148f5 fix bug in c-rnti MAC subheader 2017-07-03 17:12:27 +02:00
Ismael Gomez 6c0587e5a4 fixed missing initialization of PUSCH scrambling sequence 2017-06-28 15:01:08 +02:00
Ismael Gomez d28e16b1ed fixed missing initialization of PUSCH scrambling sequence 2017-06-28 14:59:54 +02:00
Ismael Gomez 2a43c9901f Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-06-27 11:42:45 +02:00
Paul Sutton 89cc50c7c4 Deallocating buffers for ACKed RLC tx PDUs 2017-06-25 14:35:41 +01:00
Paul Sutton cec7b95d45 Fix for race condition, fix for window size checks 2017-06-24 19:39:33 +01:00
Ismael Gomez e92418d2da minor edit in cmake 2017-06-24 16:10:38 +02:00
Paul Sutton ce88544d07 Minor fft library tidy-up 2017-06-23 19:36:30 +01:00
Paul Sutton f48b1f3d66 Adding ability to statically link FFTW 2017-06-23 17:20:35 +01:00