Commit Graph

34 Commits

Author SHA1 Message Date
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 300633bc59 Replaced malloc by vec_malloc 2015-02-12 10:38:53 +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 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
ismagom ed4d500532 PDSCH CB segmentation computation used erroneous CB length 2015-01-20 18:41:20 +00:00
ismagom 134eea27f8 Finished PDSCH MEX test. Read MCS from STDIN in pdsch_enodeb 2014-12-30 10:23:03 -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 243f23752d Improved cell search algorithm. Using narrow correlation for cell acquisition and MIB decoding 2014-12-11 23:04:21 +00:00
ismagom ecbd3dda2c Added SIB4. Improved CP detection. 2014-12-09 23:29:48 +00:00
ismagom fded8e40d1 Fixed problem in decode_pbch() with frame unaligment 2014-11-24 16:44:24 +00:00
ismagom a21c8c7993 Fixed bug in ue_mib and improved pdsch_ue console output and plots 2014-11-17 13:04:30 +00:00
ismagom 5193112041 Fixed BUG in ue_mib.c not checking if enough buffer. Fixed ud_dl rv_idx. Removed iodev.c 2014-11-16 21:54:38 +00:00
ismagom 8531fb1a0c Fixed a bug with type 2 distributed resource allocation 2014-11-16 19:40:41 +00:00
ismagom 68a6169164 ZF/MMSE equalizer for single antenna and diversity working correctly 2014-11-15 12:11:41 +00:00
ismagom 4f653dc3ab Added MMSE SISO equalizer (predecoding) 2014-11-13 15:14:22 +00:00
ismagom 1adfc16e1d Changed char for bits to uint8_t 2014-10-17 20:44:01 +02:00
ismagom bd117093b4 Fixed some issues in MIB detection and in cell search 2014-10-14 13:46:58 +01:00
ismagom 81a5d42924 Fixed bug in cell detect not detecting cells with N_id_2!=0 2014-08-04 00:47:46 +02:00
ismagom ce2abc06fe Fixed some bugs in UE PDSCH example: equalization with zero channel estimates, cell search, synchronization. CRC-based early stopping 2014-08-02 23:55:12 +02:00
ismagom 3dfb1824b4 Added CRC-based early stopping to Turbo decoder 2014-07-22 23:17:30 +02:00
ismagom 7372d3a386 Fixed PDSCH UE example. Added ue_dl and ue_sync modules. Fixed other minor bugs 2014-07-21 16:19:17 +02:00
ismagom 09243c7996 Fixed PDSCH bugs. Cleaned MCS interface in RA. Converted MODEM module to stdint 2014-07-10 14:43:18 +02:00
ismagom 01ca2dcf28 Added HARQ support on PDSCH. Small changes on API. 2014-07-07 20:42:10 +02:00
ismagom e84f800e26 Fixed unitialized variable compilation error 2014-07-05 20:26:09 +02:00
ismagom 5181b771fd Converted all unsigned data types to uint32_t 2014-07-01 10:48:51 +02:00
ismagom 231c29ef21 Added lte_cell_t struct to PBCH module. 2014-06-30 00:44:39 +02:00
ismagom 5eab57670b Changed nof_prb, nof_ports, cell_id, etc. by lte_cell_t structure. Fixed PBCH/PDSCH resource mapping with odd number PRB. PDSCH examles not working with more than 6 PRB due to downsampling problem. 2014-06-29 19:51:25 +02:00
ismagom c5d07eee00 Merge branch 'master' of https://github.com/ismagom/libLTE 2014-06-27 18:36:33 +02:00
ismagom a08cdaecfc Fixed PDSCH not working with odd number of PRB. Fixed PBCH resource allocation for PRB greater than 6. Other minor issues 2014-06-27 18:36:25 +02:00
Paul Sutton 507dc8b6cb General cleanup - moving prach code to phch folder, moving common ret vals to config.h, renamed phy_common files 2014-06-26 12:13:05 +01:00
Paul Sutton f9bc63ba63 Merged restructure branch and fixed conflicts 2014-06-17 16:11:40 +01:00