Commit 096d3df4 authored by Florian Kaltenberger's avatar Florian Kaltenberger

corrected RV sequence


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5788 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 89af6986
......@@ -53,7 +53,7 @@
//unsigned short phich_reg[MAX_NUM_PHICH_GROUPS][3];
uint8_t rv_table[4] = {0, 3, 1, 2};
uint8_t rv_table[4] = {0, 2, 3, 1}; //36.321 5.4.2.2
uint8_t get_mi(LTE_DL_FRAME_PARMS *frame_parms,uint8_t subframe) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment