Commit Graph

71 Commits

Author SHA1 Message Date
ismagom a3ae7a3264 Improved UL-SCH Interleaving. Removed ACK/RI g_bit buffers 2015-02-12 13:22:17 +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 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 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 d81f8dfbcd Improved noise and SNR estimation 2015-01-18 06:33:28 +01:00
ismagom 3a99e8268f Fixed PCFICH file test failing 2015-01-17 05:39:00 -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 5c8a94ddfc File read in pdsch_ue 2015-01-11 23:06:11 -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 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 204fa85144 Added MEX tests for PBCH and Viterbi 2014-12-15 23:34:44 +00: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 48da6746cd Added MEX lib. Added PDCCH test 2014-12-01 21:15:32 +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 f505a75382 New equalizer working 2014-11-11 18:20:09 +00:00
ismagom 17dd292089 Fixed issues with cell_measurement 2014-10-24 11:06:04 +01:00
ismagom 83316aeb9a Fixed MIB decoding through ASN 2014-10-19 12:47:48 +02:00
ismagom 4232020557 Moved BCCH-BCH MIB unpacking to RRC layer 2014-10-18 18:26:21 +02: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 45179ea823 Added DRMS for UL. Changed chest to chest_dl 2014-08-05 18:22:55 +02: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 f4eeec3df7 Added UE cell search object. Improved PSS detection 2014-08-01 23:26:28 +02:00
ismagom 7658ced99d Normalized PSS correlation result. Use real part only. Extended sync_test to more bandwidth 2014-07-30 12:05:17 +02:00
ismagom 3dfb1824b4 Added CRC-based early stopping to Turbo decoder 2014-07-22 23:17:30 +02:00
ismagom 85fc5adc01 Merge branch 'soft_demod_volk' 2014-07-22 21:09:44 +02:00