Commit Graph

1306 Commits

Author SHA1 Message Date
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
Andre Puschmann ad48f0d347 add cmake find scripts for polarssl and mbedtls 2017-05-18 12:55:13 +02:00
Andre Puschmann 2d8d9be3ea add radio library 2017-05-18 12:53:53 +02:00
Andre Puschmann 3ea8d7c721 add upper layer code including tests 2017-05-18 12:52:29 +02:00
Andre Puschmann ae186d8195 adding common code including headers and tests 2017-05-18 12:11:31 +02:00
Andre Puschmann eb0e104bb2 move version to common 2017-05-18 12:05:51 +02:00
Andre Puschmann c42fe3488d adding liblte sources 2017-05-18 12:05:07 +02:00
Andre Puschmann 8c172bfee0 fix includes 2017-05-18 09:48:24 +02:00
Andre Puschmann e86fc8a3eb move headers in phy subdir 2017-05-18 09:39:41 +02:00
Andre Puschmann ffe8636bf1 rename srslte to srslte_phy 2017-05-18 09:33:32 +02:00
Andre Puschmann b3f039bf46 move code in phy subdir 2017-05-18 09:07:12 +02:00