Commit Graph

1316 Commits

Author SHA1 Message Date
Ismael Gomez b7996e58c2 increased max radio failure timeout 2017-06-02 16:28:31 +02:00
Paul Sutton 5d4d07a14a Merge branch 'restruct_update' of https://github.com/softwareradiosystems/srslte into restruct_update 2017-06-02 15:21:51 +01:00
Paul Sutton a9f0a5d868 Tidy up of CMake options 2017-06-02 15:21:26 +01:00
Ismael Gomez 5b974e5f7a Merge branch 'restruct_update' of github.com:softwareradiosystems/srsLTE into restruct_update 2017-06-02 16:17:55 +02:00
Ismael Gomez 4a3ef71f64 Merge pull request #7 from softwareradiosystems/restruct_update_paul
Updating compiler flags
2017-06-02 16:13:48 +02:00
Paul Sutton bed2aec2a4 Updating compiler flags 2017-06-02 14:37:46 +01:00
Ismael Gomez 840a9573e8 set unaligned mode in avx kernel 2017-06-02 13:34:55 +02:00
Ismael Gomez 3473aa1157 fixed default enb config files 2017-06-02 13:32:26 +02:00
Andre Puschmann 04ec09bd71 add license text to various files 2017-06-02 13:01:47 +02:00
Ismael Gomez e10816bfa2 removed unsupported options from conf 2017-06-02 12:39:38 +02:00
Ismael Gomez a9e0fdfba5 Merge branch 'restruct_update' of github.com:softwareradiosystems/srsLTE into restruct_update 2017-06-02 12:35:48 +02:00
Ismael Gomez a4498aeb1e defaulted cpu affinity to all cores 2017-06-02 12:35:31 +02:00
Paul Sutton 843e2c2546 Adding RLC AM tx_window bounding, added polling debug messages 2017-06-02 11:27:01 +01:00
Ismael Gomez 198c705fcd renamed srsue and srsenb 2017-06-02 12:10:33 +02:00
Ismael Gomez 643fd1ccbe proper close of rf when cell not found 2017-06-02 12:03:51 +02:00
Ismael Gomez 930147fcda moved boost requirement to root cmake 2017-06-02 11:53:51 +02:00
Ismael Gomez 0fa3d2e219 Removed changelog/copyright/readme files from srsue 2017-06-01 12:39:25 +02:00
Ismael Gomez bcaa6e95bd moved viterbi avx and fixed minor warnings 2017-06-01 12:36:15 +02:00
yagoda e0fb5d5cf6 updating avx vectors and viterbi 2017-06-01 12:30:37 +02:00
yagoda 0fe981e608 adding avx viterbi and avx vectors 2017-06-01 12:30:15 +02:00
Ismael Gomez e5ae82aef1 added srsENB code 2017-06-01 12:25:57 +02:00
Ismael Gomez 8a367bf825 changed srsue namespace to srslte for all common objects 2017-06-01 12:25:42 +02:00
Ismael Gomez 0b5c5d0cfc Merge pull request #5 from softwareradiosystems/next_new_feature
adding avx viterbi and avx vectors
2017-06-01 11:31:09 +02:00
Ismael Gomez e75daee148 renamed include paths for common objects 2017-05-31 23:39:17 +02:00
yagoda d48dcc25b4 updating avx vectors and viterbi 2017-05-31 22:19:26 +01:00
Ismael Gomez 6475b7b7ad moved UE upper files to srsue 2017-05-31 22:33:30 +02:00
Ismael Gomez 3327024c16 added ENABLE_GUI option 2017-05-31 22:18:07 +02:00
Ismael Gomez b7551111cb moved ENABLE_GUI to root 2017-05-31 21:04:03 +02:00
Ismael Gomez ffc3c035f8 Fixed incorrect semi-colon 2017-05-31 21:03:48 +02:00
Andre Puschmann 16eb04242a Merge pull request #6 from softwareradiosystems/restruct_update_paul
minor cmake edits
2017-05-31 16:21:43 +02:00
Andre Puschmann 1d1916d6e0 Merge branch 'restruct_update' into restruct_update_paul 2017-05-31 16:21:18 +02:00
Andre Puschmann c51c4d2a38 fix compile warnings 2017-05-31 13:45:01 +02:00
Andre Puschmann bcecdf292b add C++ compile flags and enable useful warnings 2017-05-31 13:44:10 +02:00
Andre Puschmann ff7400f140 remove unused header 2017-05-31 13:32:58 +02:00
Andre Puschmann 9d9d4435e2 Merge remote-tracking branch 'origin/next' into restruct_update 2017-05-31 12:18:29 +02:00
Paul Sutton 80140c7c38 minor cmake edits 2017-05-30 18:14:41 +01:00
Andre Puschmann 5ed2c3d5a5 fix srsUE build without RF driver 2017-05-30 15:55:08 +02:00
Andre Puschmann 928ef71b82 adding remaining srsUE code 2017-05-30 15:50:48 +02:00
Andre Puschmann 5d66e9701f fixing CMake scripts and include paths 2017-05-30 15:10:19 +02:00
Andre Puschmann 5898af3d0b add srslte_asn1 lib
- remove extra subfolder containing liblte
- add asn1 lib containing rrc msg packing and unpacking
- add security related bits to common
2017-05-30 15:06:24 +02:00
Andre Puschmann d079d25b2c rename srslte folder and src subfolder 2017-05-30 13:05:04 +02:00
Ismael Gomez d2e5099428 Merge branch 'next' of github.com:srsLTE/srsLTE into next 2017-05-26 18:12:11 +02:00
Ismael Gomez 39517952d4 fixed temporal scrambling sequence in pdsch_decode 2017-05-26 16:46:33 +02:00
Andre Puschmann 465398e8b9 gracefully handle overflows in SoapySDR driver
- continue rx'ing when getting overflows
- remove printfs in setter functions
2017-05-23 14:51:18 +02:00
Andre Puschmann 062bb2720e fix bug in Soapy Tx call and some compile warnings 2017-05-22 22:32:41 +02:00
Andre Puschmann f22700e332 clean up Soapy RF driver 2017-05-22 22:26:24 +02:00
yagoda e75a9865de adding avx viterbi and avx vectors 2017-05-18 13:47:40 +01:00
Andre Puschmann 07ece3b216 only build srslte_radio when RF lib is found 2017-05-18 13:52:22 +02:00
Andre Puschmann 5d5b847551 fixing cmake scripts 2017-05-18 12:57:52 +02:00
Andre Puschmann 970e1639c8 rename srslte_common to srslte_phy_common 2017-05-18 12:56:01 +02:00