Commit Graph

267 Commits

Author SHA1 Message Date
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
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
Ismael Gómez-Miguelez 3d62e7dd95 Update README.md 2014-12-22 19:45:50 +01:00
Ismael Gómez-Miguelez a551853df5 Update README.md 2014-12-18 22:09:59 +00:00
ismagom fe948dc9e8 Merge branch 'scanner_average_pss' 2014-12-18 21:30:05 +00: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
ismagom 5e6abc7186 Improved PCFICH detection using soft bit correlation. 2014-12-18 00:30:31 +00:00
ismagom 10ce33d47d Changed matlab tests names 2014-12-17 20:53:26 +00:00
ismagom d6797964a5 Scanner version working correctly 2014-12-17 20:52:58 +00:00
ismagom 92e0db231c Fixed issue in PBCH decoding N_id_2=2. Changed measurements average to exponential. Moved MMSE diversity equalizer to ZF. 2014-12-17 08:26:58 +00:00
ismagom d56fc6d26d Patch to install rrc ASN headers 2014-12-16 17:30:37 +00:00
ismagom f067d98482 Fine tune in cell measurement 2014-12-16 15:15:03 +00:00