Commit Graph

566 Commits

Author SHA1 Message Date
ismagom 4a669048d3 Added Shortened PUSCH support. Fixed pdsch_ue/enodeb examples bug in subframe 0 and 5. Fixed MAC PDU packing. 2015-06-04 10:48:13 +01:00
Paul Sutton 8bd77bfb08 Catching pthread permission error and providing detailed message 2015-06-04 09:22:02 +01:00
Paul Sutton 9bb70f153f Merge branch 'working_mac' of https://github.com/srslte/srslte into working_mac 2015-06-02 16:15:25 +01:00
Paul Sutton 28c78fe6b2 Minor edits, removing use namespace from headers 2015-06-02 16:15:04 +01:00
ismagom 78c795461e Merge branch 'working_mac' of https://github.com/srsLTE/srsLTE into working_mac 2015-06-02 16:30:01 +02:00
ismagom 4a909ef56c MAC test working until ConnectionSetupComplete 2015-06-02 16:29:48 +02:00
Paul Sutton d7f7827e82 Installing srslte_uhd lib 2015-05-29 14:12:16 +01:00
Paul Sutton 3c7cebb86c Merging master to get srsgui include dir fix 2015-05-27 14:58:01 +01:00
ismagom 8f40bb2f73 Added ConnectionSetup processing to mac_test.cc 2015-05-27 14:52:29 +02:00
ismagom d46622d802 Fixed some UL/DL HARQ issues in MAC. Now working OK until ConnectionSetup reception 2015-05-27 13:27:49 +02:00
ismagom 07dc7c88b9 Merge branch 'working_mac' 2015-05-26 16:24:51 +02:00
ismagom 5672908173 Fixed pdsch_enodeb example with wrong UE C-RNTI 2015-05-26 16:24:17 +02:00
ismagom 3c48f728c2 Fixed pdsch_enodeb example with wrong UE C-RNTI 2015-05-26 16:20:01 +02:00
Paul Sutton b8af67ebab Adding srsgui include dir for examples 2015-05-26 13:42:06 +01:00
Paul Sutton 1163141178 Merge branch 'working_mac'
Pulling in prach test fix
2015-05-26 12:27:15 +01:00
Paul Sutton 2864a26f74 Fix for prach tests 2015-05-26 12:26:37 +01:00
Paul Sutton 5382792eda Updating readme 2015-05-26 10:53:24 +01:00
Paul Sutton 976ecb1dfb Updating readme 2015-05-26 10:51:10 +01:00
ismagom 1979ca2bcc Merge branch 'working_mac' 2015-05-26 11:48:50 +02:00
ismagom cbbab51ecc Merge branch 'working_mac' of https://github.com/srsLTE/srsLTE into working_mac 2015-05-26 11:48:21 +02:00
ismagom 486fd46234 Added MAC BSR. Channel estimation does averaging after interpolation 2015-05-26 11:48:04 +02:00
Ismael Gómez-Miguelez 59cd1cd271 Update COPYRIGHT 2015-05-22 12:47:26 +02:00
Ismael Gómez-Miguelez 8508dd48bc Update COPYRIGHT 2015-05-22 12:47:12 +02:00
suttonpd ccddd7fa3b Merge pull request #53 from chunyeow/master
README.md: typo error
2015-05-22 11:36:32 +01:00
Chun-Yeow Yeoh 0e7a1fb5de README.md: typo error
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
2015-05-22 18:25:01 +08:00
ismagom 5d122ee44f Added Time-domain EMA filter for channel estimation 2015-05-20 18:17:01 +01:00
ismagom f475069033 Demo working 2015-05-20 09:57:16 +01:00
ismagom 04b8f00fe7 Fixed UE_SYNC can't do SSS on track 2015-05-19 19:32:41 +01:00
ismagom c257d4f94b Tests with estimator 2015-05-19 19:23:06 +01:00
ismagom a690c2a232 Tests with estimator 2015-05-19 19:22:58 +01:00
ismagom 491a3c60f2 Added BSR procedure. Demo working 2015-05-19 16:45:30 +01:00
ismagom eecc5257b5 Redued graphics frame rate. Changed PDCCH decoding order. Set decoder iterations to 2. pdsch_ue RNTI argument passed as Hexadecimal 2015-05-18 21:00:47 +02:00
ismagom ae5316ae92 Added Scheduling Request Procedure 2015-05-18 09:44:58 +02:00
ismagom 0b3c611f38 ConnectionSetup working with MAC test 2015-05-16 23:24:18 +02:00
ismagom 68d193a725 Working on mac_test 2015-05-13 11:44:01 +02:00
ismagom 881a90d62c Enabled mac_test (link with openlte library). Added license to srsapps 2015-05-08 17:59:22 +02:00
ismagom c828da3e58 Changed license to AGPL 2015-05-08 17:05:40 +02:00
ismagom 4684facd5b Fixed headers not installing 2015-05-08 16:54:50 +02:00
ismagom 132c919dcf Changed directory structure. Compilation working with w/o UHD and srsGUI 2015-05-08 12:33:33 +02:00
ismagom c57d8969be State before directory reorganization 2015-05-08 10:35:39 +02:00
ismagom e7cc7b330e Softbuffer RX initialization with ratematching NULL. Moved softbuffer to fec 2015-04-28 09:28:33 +02:00
ismagom fe830a5287 Softbuffer RX initialization with ratematching NULL. Moved softbuffer to fec 2015-04-28 09:26:24 +02:00
ismagom addd786e5f Moved HARQ to MAC. Redesigned RA and DL/UL grant framework 2015-04-27 18:14:28 +02:00
ismagom dc9464be9c Created log and params interfaces 2015-04-23 10:52:01 +01:00
ismagom 9c10861128 Separated params class into abstract params_db and phy_params classes 2015-04-22 14:34:01 +01:00
ismagom c382f2cbba Fixed USRP buffer overflows due to small num_recv_frames. AGC working using vec_max. Improved cell search 2015-04-21 20:05:51 +01:00
ismagom ee78f0111b Fixing AGC 2015-04-21 11:09:08 +02:00
ismagom f8405a2c08 Merge branch 'master' of https://github.com/srsLTE/srsLTE 2015-04-20 13:29:22 +02:00
ismagom abb91a9055 Disable AGC (not working) 2015-04-20 13:28:56 +02:00
Paul Sutton d30cbd3969 Fix for pucch_test segfault 2015-04-20 09:57:50 +01:00