libosmocore 1.9.0.196-9975
Osmocom core library
osmo_conv_encoder Struct Reference

convolutional encoder state More...

#include <conv.h>

Data Fields

const struct osmo_conv_codecode
 for which code? More...
 
int i_idx
 Next input bit index. More...
 
int p_idx
 Current puncture index. More...
 
uint8_t state
 Current state. More...
 

Detailed Description

convolutional encoder state

Field Documentation

◆ code

◆ i_idx

int osmo_conv_encoder::i_idx

Next input bit index.

Referenced by _conv_encode_do_output(), osmo_conv_encode_flush(), and osmo_conv_encode_raw().

◆ p_idx

int osmo_conv_encoder::p_idx

Current puncture index.

Referenced by _conv_encode_do_output().

◆ state

uint8_t osmo_conv_encoder::state

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