I am seeing memory related issues in turbo decoder. I am trying to run turbo
decoder in my simulator for Proportional feedback scheduler. I find that my
memory is continuously growing in the turbo decoder function. At first I was
wary of my HARQ later found by debugging that the memory is growing in Turbo::
decode_block function. The strange thing is that I don't find any issue in
round robin feedback. Does turbo decoder store any previous decoding block
information for decoding new blocks ? (in order to hasten the decoding
process). Has anybody faced this issue ? Is this a know issue or something
thanks
Navin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I am seeing memory related issues in turbo decoder. I am trying to run turbo
decoder in my simulator for Proportional feedback scheduler. I find that my
memory is continuously growing in the turbo decoder function. At first I was
wary of my HARQ later found by debugging that the memory is growing in Turbo::
decode_block function. The strange thing is that I don't find any issue in
round robin feedback. Does turbo decoder store any previous decoding block
information for decoding new blocks ? (in order to hasten the decoding
process). Has anybody faced this issue ? Is this a know issue or something
thanks
Navin