libosmocore 0.9.6-23.20170220git32ee5af8.fc42
Osmocom core library
|
convolutional decoder state More...
#include <conv.h>
Data Fields | |
const struct osmo_conv_code * | code |
for which code? | |
int | n_states |
number of states | |
int | len |
Max o_idx (excl. termination) | |
int | o_idx |
output index | |
int | p_idx |
puncture index | |
unsigned int * | ae |
accumulated error | |
unsigned int * | ae_next |
next accumulated error (tmp in scan) | |
uint8_t * | state_history |
state history [len][n_states] | |
convolutional decoder state