Commit Graph

2481 Commits

Author SHA1 Message Date
Ismael Gomez b257ab96bf Locking on worker::reset() causes dead-lock 2018-03-04 21:51:32 +01:00
Ismael Gomez ed52604d30 Restart rx_stream on radio error 2018-03-04 21:51:14 +01:00
Ismael Gomez 91664ef2be Do sell reselection on IDLE by phch_recv thread instead of worker 2018-03-04 11:55:58 +01:00
Ismael Gomez 650f433532 Add mutex to worker_imp/set_cell worker 2018-03-04 11:55:31 +01:00
Ismael Gomez fea5c3462c Start RX with delay 2018-03-04 11:15:51 +01:00
Ismael Gomez df1a0c68e2 Disable ul_reset 2018-03-02 22:46:24 +01:00
Ismael Gomez e64f3240cb Disable tx_end before PRACH (not needed now?) 2018-03-02 21:33:28 +01:00
Ismael Gomez fd0c8168f0 Set to Continuous RX and TX 2018-03-02 20:59:17 +01:00
Ismael Gomez 5fe066df69 Merge branch 'raa' into next 2018-03-02 18:08:53 +01:00
Ismael Gomez de747f4e1c MUX retx Msg3 correctly 2018-03-02 16:58:52 +01:00
Ismael Gomez 0fcb065ae8 Disabled TX continuous and sleep on cell search 2018-03-02 14:08:29 +01:00
Ismael Gomez fb53a515da Disable tx_end during HO 2018-03-01 12:48:14 +01:00
Ismael Gomez a92a5d65f8 Try to fix tx_end issue during HO 2018-03-01 12:30:47 +01:00
yagoda fafed4a4a0 small fix in mbsfn ofdm 2018-02-28 17:58:47 +00:00
Xavier Arteaga bf80a0a21b Udated enb.config.example for TM1-4 2018-02-26 16:42:52 +01:00
Ismael Gomez beccfd2919 Average RSRP in linear domain to get better resolution 2018-02-25 23:36:08 +01:00
Ismael Gomez 65aa5abb30 Restored RSRP calculation changed in commit 3f002aca85 2018-02-25 20:53:18 +01:00
Ismael Gomez cfaa5e9b28 Fix previous commit could not HO more than once due to not refreshing serving cell after 1st HO 2018-02-25 19:13:12 +01:00
Ismael Gomez df67735a99 Reset UL after IDLEling PHY 2018-02-25 13:08:36 +01:00
Ismael Gomez d2560225bd Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-24 21:34:05 +01:00
Ismael Gomez 42ece73453 Changed cell selection/reselection to avoid stopping/restarting radio. Fixed SIB message search 2018-02-24 21:33:13 +01:00
Ismael Gomez 56455b31ef Use dedicated thread for MAC timers 2018-02-24 21:29:57 +01:00
Ismael Gomez aced809146 Set rx_gain_offset for B210 2018-02-24 21:28:05 +01:00
Ismael Gomez 9c416aa97e Disable RSSI sensor by default and expose rx_gain for calibration 2018-02-23 13:15:01 +01:00
Ismael Gomez 8474c6e3aa Fixed HO to unkown cell issue 2018-02-23 13:05:02 +01:00
Ismael Gomez 7e091b8e60 Fix Underflow when PHY Reset 2018-02-23 10:12:44 +01:00
Ismael Gomez 5251cb3671 Stop RX stream when cell not found during initial cell search 2018-02-22 12:14:11 +01:00
Ismael Gomez f49d399a1e Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-21 18:16:38 +01:00
Xavier Arteaga 2c8467780d UE stores last PMI and last RI in common phy 2018-02-21 16:15:51 +01:00
Ismael Gomez 7c276318b2 Merge branch 'next' into raa 2018-02-21 14:53:54 +01:00
Xavier Arteaga 4df6227f5b UE stores last PMI and last RI in common phy 2018-02-21 14:51:09 +01:00
Xavier Arteaga ff5ac85c7d Added int16 to float SIMD vector function 2018-02-21 14:51:09 +01:00
Ismael Gomez 09c5ddb730 Merge branch 'next' into raa 2018-02-21 11:53:36 +01:00
Ismael Gomez 9b1c8aa608 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-02-21 11:52:11 +01:00
Ismael Gomez 56df710d1f Add rx_gain_offset interface for RSRP calibration 2018-02-21 11:51:55 +01:00
Ismael Gomez 3a005af9f5 Normalize PUCCH power 2018-02-21 11:51:26 +01:00
Ismael Gomez d250dd51ad Reduce LO leakage by not transmit signal on idle 2018-02-21 11:51:08 +01:00
Ismael Gomez f6a17d1182 Logs to test snr drop issue 2018-02-21 11:04:35 +01:00
Andre Puschmann 8d852ddfe5 only reset SDU buffer in RLC AM/UM 2018-02-20 17:54:09 +01:00
Paul Sutton 4e8580b02f
Merge pull request #152 from softwareradiosystems/rlc_fixes
RLC unit test valgrind fixes
2018-02-20 12:31:48 +01:00
Andre Puschmann 94fe9d4a47 rlc: add basic RLC AM reset test 2018-02-20 12:27:02 +01:00
Andre Puschmann 8b9bc15ffc Merge branch 'next' into rlc_fixes 2018-02-20 11:46:53 +01:00
Andre Puschmann d959608e10 fix mem dealloc in viterbi for 16bit AVX 2018-02-20 11:44:46 +01:00
Ismael Gomez f8303acba7 Fixed memory leak in logger_stdout 2018-02-17 21:37:48 +01:00
Andre Puschmann a6ccb05bb1 fix mem leak in RLC UM test and RLC AM stress tester 2018-02-16 21:32:53 +01:00
Andre Puschmann 1be93d4682 add RLC UM destructor 2018-02-16 21:32:21 +01:00
Andre Puschmann c5ffdfe8c7 set byte_buffer ptr to null after deallocating from pool 2018-02-16 21:31:11 +01:00
Andre Puschmann 75a546cff1 Merge branch 'next' into rlc_fixes 2018-02-16 21:29:28 +01:00
Ismael Gomez e59822f9a9 Fixed bug in previous commit 2018-02-16 18:41:38 +01:00
Ismael Gomez bf691e8c65 Do not stop RX during HO 2018-02-16 18:14:00 +01:00