Commit Graph

55 Commits

Author SHA1 Message Date
Ismael Gomez 17b97c50cf fixed CQI reduction due to UCI in UL only 2017-09-12 13:42:27 +02:00
Ismael Gomez 20cdc85ebd fixed scheduler for constant mcs 2017-09-12 12:13:14 +02:00
Ismael Gomez 8661503d59 restore RX gain to 50 dB 2017-09-07 13:25:40 +02:00
Ismael Gomez b59e4d08ca fixed incorrect initialization of PUSCH estimator 2017-09-06 12:43:50 +02:00
Ismael Gomez 22f194182c fixed memory leaks 2017-09-06 09:51:12 +02:00
Ismael Gomez b0639ab394 resolved merge conflicts 2017-09-05 15:26:36 +02:00
Ismael Gomez 283cb115ac fixed bugs in enb 2017-09-05 12:08:43 +02:00
Ismael Gomez a993e72534 correction to previous commit 2017-09-04 10:54:49 +02:00
Ismael Gomez 6e0fd43c1f Moved FFTW to WISDOM and save/load from file 2017-09-04 10:45:13 +02:00
Ismael Gomez a51b6b09dd Merged with next. Attach successful 2017-09-01 19:32:57 +02:00
Ismael Gomez e5feec1934 Temporal commit before merge. Changed sequence objects to avoid reallocating memory. new NAS/RRC working with initial attachment 2017-09-01 13:29:11 +02:00
Paul Sutton 02439f291d Add n_prb description 2017-08-31 19:25:22 +01:00
Ismael Gomez 58aecf818d Allowing any PUSCH MCS 2017-08-29 16:22:45 +02:00
Ismael Gomez fabeca49c7 moved pdsch_coderate to phy_common 2017-08-29 15:38:16 +02:00
Ismael Gomez 8a25cac41b increased timeout for RRCConnectionRelease transmission 2017-08-29 15:07:58 +02:00
Ismael Gomez b7a91b5971 fixed unititiazed pucch_sched in sched_ue::get_pucch_sched 2017-08-29 12:20:47 +02:00
Ismael Gomez 2832ece415 Fixed SCTP stream id to 1. 2017-08-28 18:41:23 +02:00
Ismael Gomez 0ca8c8aac6 considering PUCCH2 in PUSCH scheduler 2017-08-28 16:49:53 +02:00
Ismael Gomez 955170bd52 Improved DL TCP performance by tweeking BSR reports and UL scheduler 2017-08-28 10:06:12 +02:00
Ismael Gomez 616e18c570 fixed PUCCH correlation estimator 2017-08-24 15:16:13 +02:00
Ismael Gomez 49e8a2c594 fixed memory leak in mac/ue 2017-08-23 12:33:33 +02:00
Ismael Gomez 5fed766806 fixed UE not reattaching after paging 2017-08-22 15:06:51 +02:00
Ismael Gomez 0f9f76ff00 calibrated configuration values 2017-08-22 15:06:32 +02:00
Andre Puschmann d6c027069c Merge branch 'master' into next 2017-07-14 10:49:15 +02:00
Philipp Gorczak 407d2ef024 Use runtime dir parameter for executables. 2017-07-13 10:21:38 +02:00
Philipp Gorczak 5fdcef60f6 Install binaries. 2017-07-12 16:30:06 +02:00
Ismael Gomez 8ad26bda07 eNodeB 2x time advance 2017-07-11 15:47:08 +02:00
Andre Puschmann 8030778809 fix PDCP initialization in eNB 2017-07-06 16:42:16 +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
Paul Sutton 769c2c1f6b Merge branch 'next' of https://github.com/softwareradiosystems/srslte into next 2017-06-23 15:52:00 +01:00
Paul Sutton 776c1bbc9d Moving fftw checks to top CMakeLists 2017-06-23 15:51:36 +01:00
Ismael Gomez 140cef69e0 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-06-23 16:30:02 +02:00
Ismael Gomez 6037a2f2bd changed logger classes 2017-06-23 16:29:46 +02:00
Paul Sutton b71f7b7080 Adding support for static builds 2017-06-23 14:49:21 +01:00
Ismael Gomez 8a5a2bbb4d Merge branch 'master' of github.com:srsLTE/srsLTE 2017-06-20 10:22:01 +02:00
Ismael Gomez 362ff61c83 disabled RLC AM mode temporary due to known bug 2017-06-20 10:18:17 +02:00
Paul Sutton 00f5d654a7 Fix for uninitialized bool 2017-06-15 14:18:42 +01:00
Ismael Gomez d5524b2a34 set default RRC timeout to 30s 2017-06-08 18:10:06 +02:00
Paul Sutton 07d8997395 Merge branch 'next' into next_paul_libs 2017-06-08 11:26:33 +01:00
Paul Sutton 4b68272964 Switch to static internal libs, set -fPIC by default 2017-06-08 11:22:02 +01:00
Ismael Gomez fc6a38cad1 removed more unused libraries in ue binary 2017-06-07 10:57:20 +02:00
Ismael Gomez 5e030dc805 renamed SRSUE_ constants to SRSLTE_ 2017-06-06 20:34:09 +02:00
Ismael Gomez 129b34201d Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private 2017-06-06 20:04:56 +02:00
Ismael Gomez d05b03e43a added buffer pool function call name debug feature 2017-06-06 20:04:19 +02:00
Paul Sutton 09f9063272 Merge branch 'restruct_update' into next 2017-06-02 17:21:57 +01:00
Paul Sutton 0b64e8a9ee Minor cleanup of security library handling in cmake 2017-06-02 15:59:03 +01:00
Ismael Gomez ddfeb63f5c fixed configuration for enb 2017-06-02 16:50:03 +02:00
Ismael Gomez b7996e58c2 increased max radio failure timeout 2017-06-02 16:28:31 +02:00
Ismael Gomez 5b974e5f7a Merge branch 'restruct_update' of github.com:softwareradiosystems/srsLTE into restruct_update 2017-06-02 16:17:55 +02:00