Commit Graph

1651 Commits

Author SHA1 Message Date
Ismael Gomez f15dbcdd7f Restored UCI ACK processing to single ACK 2017-09-26 13:08:05 +02:00
Andre Puschmann 5d317454e3 initialize metrics buffer properly 2017-09-26 12:06:07 +02:00
Ismael Gomez 7be56a85ea Changed order of stop in srsENB to avoid PHY errors at exit 2017-09-26 10:52:54 +02:00
Ismael Gomez 38019dd77c Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-09-26 10:36:37 +02:00
Andre Puschmann 3a7744af80 fix typo 2017-09-25 22:19:03 +02:00
Andre Puschmann f159aeeb57 Update README.md 2017-09-25 16:00:20 +02:00
Justin Tallon 774a456e31 adding phy layer support for mbms 2017-09-25 13:45:56 +02:00
Ismael Gomez 489ac43408 Minor logging edits 2017-09-25 11:21:19 +02:00
Ismael Gomez 95000edfd8 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-09-24 20:53:59 +02:00
Ismael Gomez 3aabd83289 fixed blocked timers due to syncrhonization lost 2017-09-24 20:51:26 +02:00
Ismael Gomez a5bba6e248 Merge pull request #24 from softwareradiosystems/ue_metrics
UE metrics
2017-09-24 19:15:46 +02:00
Andre Puschmann 15d89c3e95 add CSV metrics to UE 2017-09-24 13:36:31 +02:00
Andre Puschmann 6eb6468ba9 add CSV metrics object 2017-09-23 22:24:37 +02:00
Andre Puschmann 124bd0a2ba add basic metrics test 2017-09-23 19:43:01 +02:00
Andre Puschmann 4eb52f58fc wait until periodic thread finishes during stop 2017-09-23 19:40:47 +02:00
Andre Puschmann f92728ad6e add console message when prenting metrics in RRC_IDLE 2017-09-22 15:00:07 +02:00
Andre Puschmann 0636aa289c use metrics_hub in UE 2017-09-22 13:01:06 +02:00
Ismael Gomez c7c2ab6ed5 Fix to prevent USRP from disabling TX when transmitting zeros 2017-09-22 00:58:21 +02:00
Ismael Gomez b12d69b439 Set default TX mode to continuous and fixed uplink synchronization (radio set offset concurrent access) 2017-09-21 21:43:24 +02:00
Ismael Gomez 6de06457fa Removed MAC timers thread and call them from main MAC thread 2017-09-21 21:42:27 +02:00
Ismael Gomez f064b83183 Added buffer overflow check in RLC UM reassemble 2017-09-21 21:36:15 +02:00
Ismael Gomez 4753366096 Added option to ue.conf/enb.conf to forward logs to stdout 2017-09-21 21:21:35 +02:00
Ismael Gomez 05306d6a05 Merge branch 'segfault_mimo' into next 2017-09-21 11:03:29 +02:00
Xavier Arteaga 55446fc2a2 Over the wire format can be selected through RF args 2017-09-21 10:03:02 +02:00
Ismael Gomez 18d2c44b71 Restored L/U/O metrics 2017-09-20 23:06:08 +02:00
Ismael Gomez bb9ff5fcc5 UE to recover from an sporadic loss of synchronization due to USRP overflow 2017-09-20 22:47:55 +02:00
Ismael Gomez 931cfa2db9 Add source of Late message 2017-09-20 22:47:14 +02:00
Ismael Gomez db4045f214 Do not exit on UHD recv error code 2017-09-20 19:58:04 +02:00
Ismael Gomez 8fd4ba7486 added per-thread PHY logging 2017-09-20 19:57:43 +02:00
Ismael Gomez f8c5eb28d3 Fix not showing L/U/O warnings 2017-09-20 19:22:20 +02:00
Xavier Arteaga 648f7c3591 Increased compatibility for TM3 and TM4 with one Rx antenna 2017-09-20 18:32:11 +02:00
Xavier Arteaga c0fac73a84 Solved PHICH Segmentation fault for MIMO 2017-09-20 18:32:03 +02:00
Ismael Gomez 6556941e6d simplified MAC timers. Unified mac and upper timers in same background task 2017-09-19 17:51:35 +02:00
Ismael Gomez 5359c42b46 RLC UM release timer at stop() 2017-09-19 15:15:25 +02:00
Ismael Gomez 3c845b3653 Disabled buffer pool debugging 2017-09-19 12:45:24 +02:00
Xavier Arteaga 336a6b6217 Increased compatibility for TM3 and TM4 with one Rx antenna 2017-09-19 10:32:29 +02:00
Ismael Gomez 4a86967530 Improved stability after radio link failure and radio transport error 2017-09-18 18:34:33 +02:00
Ismael Gomez fcbcf1ec7b Removed grant size condition from calc_new_transmission 2017-09-18 16:58:28 +02:00
Xavier Arteaga f58f74b102 Solved PHICH Segmentation fault for MIMO 2017-09-18 16:45:12 +02:00
Ismael Gomez 0844274147 Removed UHD decimation warnings for 2 antennas 2017-09-18 16:19:42 +02:00
Xavier Arteaga 54974c5d64 Fixed over the wire bits to 12 (MIMO only) 2017-09-18 15:57:04 +02:00
Xavier Arteaga c29af35158 Solved bug: when a retransmission of a succesfully decoded block was received 2017-09-18 15:56:58 +02:00
Ismael Gomez 68b1782c86 Fixed Paging and reattachment in new state machine. Moved GW to srsue 2017-09-18 14:02:31 +02:00
Ismael Gomez 826667361e Reduced chances of uhd demuxer error. Reset device when it occurs 2017-09-15 17:49:31 +02:00
Ismael Gomez fa11ca8e41 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-09-14 16:56:07 +02:00
Ismael Gomez e1005bc019 Merge pull request #19 from softwareradiosystems/next_mimo
Solved mat.h include in precoding.c
2017-09-14 16:55:38 +02:00
Xavier Arteaga a22d9aaaa3 Solved mat.h include in precoding.c 2017-09-14 13:00:27 +02:00
Ismael Gomez 120544baa0 Remove LV_HAVE_SSE from turbodecoder interface. Fixes #99 2017-09-14 10:09:52 +02:00
Ismael Gomez 313e12e3e9 restored CQI table 2017-09-13 17:21:23 +02:00
Ismael Gomez d356ed08e4 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-09-13 17:06:07 +02:00