Commit Graph

339 Commits

Author SHA1 Message Date
ismagom 99df252279 Fixed PRACH example 2015-03-02 11:11:44 +01:00
ismagom d5a0be5e92 PRACH example successfully transmitting RA and receiving RAR 2015-02-26 18:10:44 +01:00
ismagom 71fc73c85f Updated chest_dl to uplink 2015-02-25 11:28:20 +01:00
ismagom 9081f23ccb Fix estimator 2015-02-25 10:05:57 +01:00
ismagom 83e3250c29 Added PRACH example. Added timed send/recv functions to cuhd 2015-02-24 11:19:42 +01:00
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 729519ac7e Merge branch 'master' of https://github.com/libLTE/libLTE 2015-01-21 18:18:42 +00:00
ismagom 1456432607 Changed eNodeB console prompt 2015-01-21 18:18:31 +00:00
Ismael Gómez-Miguelez 200a294352 Update README.md 2015-01-21 18:17:19 +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 ee8ff24c43 Merge branch 'master' of https://github.com/libLTE/libLTE
Conflicts:
	lte/examples/cell_search.c
	lte/phy/examples/cell_search_utils.c
	lte/phy/examples/iodev.c
	lte/phy/examples/iodev.h
	lte/phy/examples/pdsch_ue.c
	lte/phy/include/liblte/phy/ch_estimation/chest.h
	lte/phy/include/liblte/phy/ch_estimation/refsignal.h
	lte/phy/include/liblte/phy/common/phy_common.h
	lte/phy/include/liblte/phy/sync/sync.h
	lte/phy/include/liblte/phy/ue/ue_celldetect.h
	lte/phy/include/liblte/phy/ue/ue_mib.h
	lte/phy/include/liblte/phy/utils/vector.h
	lte/phy/lib/ch_estimation/src/chest.c
	lte/phy/lib/ch_estimation/src/refsignal.c
	lte/phy/lib/ch_estimation/test/CMakeLists.txt
	lte/phy/lib/ch_estimation/test/chest_test.c
	lte/phy/lib/ch_estimation/test/chest_test_dl.c
	lte/phy/lib/ch_estimation/test/chest_test_ul.c
	lte/phy/lib/phch/src/pdsch.c
	lte/phy/lib/sync/src/pss.c
	lte/phy/lib/sync/src/sync.c
	lte/phy/lib/sync/test/pss_usrp.c
	lte/phy/lib/ue/src/ue_celldetect.c
	lte/phy/lib/ue/src/ue_dl.c
	lte/phy/lib/ue/src/ue_mib.c
	lte/phy/lib/ue/src/ue_sync.c
	lte/phy/lib/ue/test/ue_celldetect_mib_test.c
	lte/rrc/include/liblte/rrc/rrc.h
	lte/rrc/lib/messages/test/CMakeLists.txt
2015-01-21 08:17:05 +00:00
ismagom ee4c80d340 Fixed merge conflicts with ismagom fork 2015-01-21 07:55:40 +00:00
Ismael Gómez-Miguelez 4a9164b900 Update README.md 2015-01-20 20:01:05 +00:00
Ismael Gómez-Miguelez 0b7dd37699 Update README.md 2015-01-20 20:01:05 +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
Paul Sutton 801567d545 Fix for building without VOLK 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 4429d45761 Fixed warning in CMake when MATLAB not found 2015-01-17 13:13:29 -05:00
ismagom c7b2a7a499 Fixed examples compilation with no UHD 2015-01-17 06:03:02 -08:00
ismagom 2d0bada9f0 Fixed CMake finding VOLK functions 2015-01-17 05:52:29 -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