libosmocore 1.11.0.30-c17053.202507072026
Osmocom core library
Loading...
Searching...
No Matches
osmo_conv_decoder Struct Reference

convolutional decoder state More...

#include <conv.h>

Data Fields

const struct osmo_conv_codecode
 for which code?
 
int n_states
 number of states
 
int len
 Max o_idx (excl.
 
int o_idx
 output index
 
int p_idx
 puncture index
 
unsigned intae
 accumulated error
 
unsigned intae_next
 next accumulated error (tmp in scan)
 
uint8_tstate_history
 state history [len][n_states]
 

Detailed Description

convolutional decoder state

Field Documentation

◆ ae

◆ ae_next

unsigned int* osmo_conv_decoder::ae_next

next accumulated error (tmp in scan)

Referenced by osmo_conv_decode_deinit(), osmo_conv_decode_flush(), osmo_conv_decode_init(), and osmo_conv_decode_scan().

◆ code

◆ len

int osmo_conv_decoder::len

Max o_idx (excl.

termination)

Referenced by osmo_conv_decode_init().

◆ n_states

◆ o_idx

◆ p_idx

int osmo_conv_decoder::p_idx

◆ state_history


The documentation for this struct was generated from the following file: