Commit Graph

200 Commits

Author SHA1 Message Date
ismagom 31a4edffae Added frequency shift to fft to support SC-FDMA 2015-02-18 17:09:37 +00:00
ismagom 861d4b3985 Fixed memory leak in PRACH and ZC root index table lookup 2015-02-16 18:53:36 +01:00
ismagom f8d48961ef Fixed issue in PRACH generation. Added Matlab test 2015-02-16 18:22:02 +01:00
ismagom 58ccecc8d7 Added PUSCH Type1 Frequency Hopping 2015-02-16 08:55:17 +01:00
ismagom e0b0440c77 Added PUSCH resource mapping for non frequency-hopping 2015-02-14 14:20:16 +01:00
ismagom daae1da8bc Added DFT transform precoding 2015-02-13 11:14:10 +01:00
ismagom 48278aca84 Changed harq object to include RV and subframe. Adapted PDSCH, PUSCH and SCH interfaces 2015-02-13 11:13:56 +01:00
ismagom 6b8d019fce Added DFT Transform Precoding. Added PUSCH matlab test. Added UCI PUCCH coding 2015-02-13 10:02:10 +01:00
ismagom 908e4f0373 Allowed UL-SCH test and mex to run with RV idx > 0 and fixed memory leak in MEX 2015-02-12 16:41:16 +01:00
ismagom a3ae7a3264 Improved UL-SCH Interleaving. Removed ACK/RI g_bit buffers 2015-02-12 13:22:17 +01:00
ismagom 22adbba1d4 Merge branch 'master' into uplink 2015-02-12 11:33:50 +01:00
ismagom 5775025ca6 Fixed bug non-initialization of sf_buffer in pdsch_ue 2015-02-12 11:33:24 +01:00
ismagom 20d6baaed4 Replaced malloc by vec_malloc 2015-02-12 10:39:19 +01:00
ismagom 300633bc59 Replaced malloc by vec_malloc 2015-02-12 10:38:53 +01:00
ismagom c33c75c48d Merge branch 'master' into uplink 2015-02-12 09:04:24 +01:00
ismagom 34971b46f2 Fixed segfault bug in pdsch_ue example 2015-02-12 09:00:00 +01:00
ismagom aee245b774 Fixed compilation issue in cqi.c 2015-02-12 08:57:37 +01:00
ismagom 2c93d2a1c9 Fixed PUSCH w/o UL-SCH and CQI length lower than 11 2015-02-10 17:09:50 +01:00
ismagom e83165dc2c Added PUSCH with no UL-SCH 2015-02-10 16:49:11 +01:00
ismagom 45f9917ad4 PUSCH working w and w/o UCI (HARQ, RI and CQI) 2015-02-09 11:32:47 +01:00
ismagom a47461a6f5 Added UL SCH interleaver. Fixed issue with rate matching and filler bits 2015-01-30 00:15:09 +00:00
ismagom 9a614ec9d1 Added PUSCH DRMS signal generation 2015-01-25 01:17:42 +01:00
ismagom 1456432607 Changed eNodeB console prompt 2015-01-21 18:18:31 +00:00
ismagom 51f9dc9efb Fixed bug in PDSCH determining E with multiple codewords. Added demod_soft_free function 2015-01-21 13:55:09 +00:00
ismagom ee4c80d340 Fixed merge conflicts with ismagom fork 2015-01-21 07:55:40 +00:00
ismagom fb6eb4f9d1 Merged with #51 2015-01-20 20:01:05 +00:00
Paul Sutton 1e44b31fb3 Fix for building without uhd 2015-01-20 19:58:43 +00:00
ismagom ed4d500532 PDSCH CB segmentation computation used erroneous CB length 2015-01-20 18:41:20 +00:00
ismagom 4ef21f0439 Merge branch 'master' of https://github.com/ismagom/libLTE 2015-01-19 17:22:03 +01:00
ismagom d81f8dfbcd Improved noise and SNR estimation 2015-01-18 06:33:28 +01:00
ismagom c7b2a7a499 Fixed examples compilation with no UHD 2015-01-17 06:03:02 -08:00
ismagom 3a99e8268f Fixed PCFICH file test failing 2015-01-17 05:39:00 -08:00
ismagom 0875cf73c1 Removed error messages when failing to write to UDP 2015-01-17 05:20:59 -08:00
ismagom 605f102682 PDSCH Video demo working 2015-01-14 18:16:35 -08:00
ismagom 40c7db7009 Added nof_frames to pbch_file_test 2015-01-12 20:36:47 -08:00
ismagom 37e386d6d5 Plot runs as thread in pdsch ue 2015-01-12 20:01:35 -08:00
ismagom 2dfe82fb9c Added vec_max_fff function 2015-01-11 23:44:35 -05:00
ismagom 5c8a94ddfc File read in pdsch_ue 2015-01-11 23:06:11 -05:00
ismagom 359b8dcd72 Added waterfall plot to pdsch_ue 2015-01-11 22:24:54 -04:00
ismagom 94305004f1 Added TCP/UDP sources/sinks to pdsch enodeb/ue 2015-01-08 22:28:05 -04:00
Paul Sutton 5120b2e989 Adding explicit paths to rrc asn headers 2015-01-08 14:03:30 +00:00
ismagom ae9af79172 Configurable PRB set from STDIN in pdsch_enodeb 2014-12-30 11:36:36 -05:00
ismagom 147c0f5f98 Finished PDSCH MEX test. Read MCS from STDIN in pdsch_enodeb 2014-12-30 11:06:24 -05:00
ismagom 134eea27f8 Finished PDSCH MEX test. Read MCS from STDIN in pdsch_enodeb 2014-12-30 10:23:03 -05:00
ismagom d993021880 Add PDSCH and TDEC MEX test 2014-12-27 17:09:41 -05:00
ismagom 2afdb97b1f Fixed PDSCH resource mapping bug for 1 antenna. Added dynamic buffer to soft demapper (fixes QAM64 bug) 2014-12-27 17:09:22 -05:00
ismagom 636cb301f8 Changed UDP sink and source. Fixed some issues in pdsch_ue. Added PDSCH and TDECODER MEX. 2014-12-27 00:36:32 +01:00
ismagom c8c7bf39b2 Reordered RRC ASN directory. Fixed ASN headers installation. 2014-12-18 20:24:19 +00:00
ismagom fc1989b295 Changed estimator filter 2014-12-18 19:34:57 +00:00
ismagom a25fa6a435 Added timeout to cuhd_recv 2014-12-18 10:43:05 +00:00