Commit Graph

392 Commits

Author SHA1 Message Date
Ismael Gomez 7bef0b0e7f Merge branch 'next' into next_novolk 2017-10-20 10:13:04 -04:00
Xavier Arteaga c8bba2f4d0 DFT optimization. memcpy removal (#76)
* Solved PHICH Segmentation fault for MIMO

* Initial Guru FFT optimitzation

* Guru (i)FFT implemented. All test passed!

* Integrated new DFT into pdsch_enodeb and pdsch_ue. Solved more DFT bugs.

* Solved Merge Errors and bugs

* Solved UL Guru bug (DC missing). Updated Init and OFDM calls for enb and ue (cell measurement too).
2017-10-20 10:09:27 -04:00
Xavier Arteaga a570e63c5b Corrected bug in RA 2017-10-20 15:05:04 +02:00
Xavier Arteaga 02680ed2aa Merge pull request #75 from softwareradiosystems/next_novolk_update
Next novolk update
2017-10-20 14:24:08 +02:00
Ismael Gomez 45420433b9 Merge branch 'next' into next_novolk 2017-10-19 17:28:46 -04:00
Paul Sutton 49a105baed Fix for tests, minor fix for RLC UM 2017-10-19 22:21:18 +01:00
Ismael Gomez 75e082db38 Merge branch 'next' into next_novolk 2017-10-19 16:14:00 -04:00
Ismael Gomez 2f44e2bf3a Refactored cases mcs>29 for ul/dl 2017-10-19 16:13:50 -04:00
Ismael Gomez 399f1cdbd1 Force retx for mcs>29 and new tb if rv=0 && mcs<29 2017-10-19 16:13:01 -04:00
Ismael Gomez 494802ba9b Fixed bug in RLC UM when TX large number of segments in a PDU 2017-10-19 16:11:58 -04:00
yagoda 3292f9c269 simd.h tidy up & small fix for eMBMS 2017-10-19 16:38:58 +00:00
Ismael Gomez 240eba2af5 Fix for async dl scheduling 2017-10-18 16:49:36 -04:00
Ismael Gomez ed7856ea57 Merge branch 'next' into next_novolk 2017-10-18 11:21:31 -04:00
Andre Puschmann aa5a3bfdae fix bug reported by coverity 2017-10-18 15:42:03 +02:00
Andre Puschmann ab11a80c6f fix bug in tti interval calculation now returning 0 when called with the same value 2017-10-18 15:00:47 +02:00
Andre Puschmann 29b9b6001b fix metric hub when called with periodicity other than 1s 2017-10-18 15:00:07 +02:00
Xavier Arteaga 0504e7a51b Fixed test for abs value. Solved compilation Neon warnings and SSE errors 2017-10-18 12:49:43 +02:00
yagoda f4b9e7311a adding neon support to new vector structure 2017-10-17 15:51:27 +00:00
Xavier Arteaga 6657892b80 Added UCI CQI decoder for variable number of bits 2017-10-16 17:33:30 +02:00
yagoda 2019ca31ef adding neon support for new kernel structure 2017-10-13 15:35:48 +01:00
Ismael Gomez d3e3ecacb6 Merge branch 'next' into next_novolk 2017-10-13 10:26:33 +02:00
Ismael Gomez 5509262f54 Fixed possible bug in rx_metadata 2017-10-13 10:25:51 +02:00
Ismael Gomez d80d1f2114 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-10-13 10:10:53 +02:00
Ismael Gomez d38475d6d0 Fixed % log in buffer pool capacity warning 2017-10-13 09:35:53 +02:00
Andre Puschmann 4b223ba729 add newline in error message 2017-10-12 11:57:13 +02:00
Ismael Gomez aeabcb4551 Merge branch 'next' into next_novolk 2017-10-12 11:53:14 +02:00
Ismael Gomez db5d747c66 Fix coverty issues 2017-10-12 10:31:08 +02:00
Xavier Arteaga 21355de77e Added TM3 (1 layer only) eNB support at RRC 2017-10-11 17:00:49 +02:00
Xavier Arteaga 95897ceb71 Added TM2 (Tx diversity) support for eNB 2017-10-10 17:01:40 +02:00
Xavier Arteaga e8da7160f0 eNB transmits diversity by default if two cell ports are configured 2017-10-10 13:24:23 +02:00
Ismael Gomez a180b5ebac Msg3 delay is added to harq delay 2017-10-10 12:06:24 +02:00
Xavier Arteaga 1a5cf45dda Solved compilation error for SSE (Tested in Atom) 2017-10-09 16:30:32 +02:00
Ismael Gomez 1dff82065b Merge branch 'next' into next_novolk 2017-10-07 23:25:07 +02:00
Ismael Gomez 1c677f7183 Read Home PLMN from IMSI 2017-10-07 21:58:08 +02:00
Ismael Gomez 2159ad3280 Added support for roaming PLMN 2017-10-07 21:31:13 +02:00
Andre Puschmann 8dc8d8d521 fix warning 2017-10-06 16:28:10 +02:00
Andre Puschmann 2311e2a715 Merge branch 'soapy_fixes' into next 2017-10-06 15:05:14 +02:00
Andre Puschmann 5d5e8167b7 stop radio after radio error 2017-10-06 15:04:17 +02:00
Ismael Gomez eb07dacfe9 Cleaning logging format 2017-10-06 14:33:22 +02:00
Andre Puschmann f619f53cc4 fix soapy support 2017-10-06 10:40:59 +02:00
Andre Puschmann 5bd92fb658 fix prach example and close rf at exit 2017-10-06 10:30:58 +02:00
Ismael Gomez c2c637e06a Fixed out-of-bounds checking in rlc_um resegmentation 2017-10-06 10:12:02 +02:00
Ismael Gomez ca0cf017d6 Now working with variable HARQ scheduling 2017-10-05 16:52:02 +02:00
Andre Puschmann df2bbd4087 fix multi channel tx support in soapy 2017-10-05 16:27:03 +02:00
Andre Puschmann 81b143715b fix formating 2017-10-05 16:27:03 +02:00
Ismael Gomez c8dc3d1ad7 Merge branch 'next_with_variable_harq' into next_novolk 2017-10-04 18:30:10 +02:00
Ismael Gomez ea935165af Merge branch 'next' into next_novolk 2017-10-04 17:14:20 +02:00
Ismael Gomez aa81b4520b Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-10-04 13:35:53 +02:00
Ismael Gomez 189dcfa1d2 Updated TX/RX calibrated values for x300 2017-10-04 13:35:18 +02:00
Ismael Gomez 576b2fb2fb Merge pull request #58 from softwareradiosystems/next_pmch_fix
Next pmch fix
2017-10-04 11:00:51 +01:00
Ismael Gomez b155ba4c28 Fixed segfault in pdsch_ue --help command 2017-10-04 12:00:31 +02:00
yagoda 983bd0060c fixing incorrect type in bzero in pmch test 2017-10-04 09:53:35 +01:00
yagoda c1ef157afd adding test files for pmch 2017-10-03 14:50:58 +01:00
yagoda b1cbcec742 adding pmch tests and fixing pdsch_enb 2017-10-03 14:49:19 +01:00
Ismael Gomez c066732095 Merge branch 'next' into next_with_variable_harq 2017-10-02 18:17:24 +01:00
Ismael Gomez dbae016b00 Removed unused vector functions 2017-10-02 18:16:03 +01:00
Ismael Gomez 4375113efc Merge branch 'next' into next_novolk 2017-10-02 17:57:38 +01:00
Paul Sutton 428e5955df Fix for SPGW address issue for GTP bearers - now using addresses from bearer setup requests
htonl fix
2017-10-02 13:04:40 +01:00
Andre Puschmann d3916cec91 fix segfault when printing help message 2017-10-02 10:50:06 +02:00
Ismael Gomez d6bdabfdc0 Changed all harq delays to variables 2017-09-29 20:38:12 +02:00
Xavier Arteaga 94a06867a3 Optimized SIMD includes and solved AVX512 bugs 2017-09-29 16:42:46 +02:00
Xavier Arteaga 9e5f999666 Added more functions 2017-09-28 11:04:26 +02:00
Ismael Gomez 92144ce15d Revert "Handle RRC ConnectionReject at eNodeB and UE"
This reverts commit b6f905e2df.
2017-09-26 18:26:57 +02:00
Ismael Gomez fbae23b2ac Removed debugging printf 2017-09-26 17:30:35 +02:00
Ismael Gomez db17c67194 Fixed bug in SSE turbo decoder 2017-09-26 17:26:29 +02:00
Ismael Gomez b6f905e2df Handle RRC ConnectionReject at eNodeB and UE 2017-09-26 16:45:02 +02:00
Ismael Gomez 839099d8d3 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-09-26 14:51:50 +02:00
Ismael Gomez 736b73bb4b Print PDSCH iterations per codeword 2017-09-26 14:51:37 +02:00
Ismael Gomez 680ba2761c Fixed number of iterations calculation 2017-09-26 14:48:59 +02:00
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
Xavier Arteaga c41ad5453c Solved bugs and compilation error in simd and vector_simd 2017-09-25 17:08:11 +02:00
Justin Tallon 774a456e31 adding phy layer support for mbms 2017-09-25 13:45:56 +02:00
Xavier Arteaga 0c52c5651d Merge branch 'next_novolk' of https://github.com/softwareradiosystems/srsLTE into next_novolk 2017-09-25 13:23:50 +02:00
Xavier Arteaga c9f6bfccd4 Refactored vector library with SIMD independent architecture inline functions test-benchmark 2017-09-25 13:19:34 +02:00
Xavier Arteaga 1c3b5552be added c16 type and architecture independent inline SIMD calls 2017-09-25 13:15:59 +02:00
Xavier Arteaga 8078238cb5 Removed test macros from mat.h 2017-09-25 13:08:38 +02:00
Andre Puschmann 4eb52f58fc wait until periodic thread finishes during stop 2017-09-23 19:40:47 +02:00
Andre Puschmann 0636aa289c use metrics_hub in UE 2017-09-22 13:01:06 +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 f064b83183 Added buffer overflow check in RLC UM reassemble 2017-09-21 21:36:15 +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 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
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
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