libosmogsm  0.11.0-dirty
Osmocom GSM library
src/gsm/conv_tch_afs_7_95_gen.c File Reference
#include <stdint.h>
#include <osmocom/core/conv.h>

Variables

static const uint8_t tch_afs_7_95_state [][2]
static const uint8_t tch_afs_7_95_output [][2]
static const uint8_t tch_afs_7_95_term_state []
static const uint8_t tch_afs_7_95_term_output []
static const int tch_afs_7_95_puncture []
struct osmo_conv_code gsm0503_tch_afs_7_95
 TCH/AFS 7.95 kbits convolutional code: G4/G4 = 1 G5/G4 = 1 + D + D4 + D6 / 1 + D2 + D3 + D5 + D6 G6/G4 = 1 + D + D2 + D3 + D4 + D6 / 1 + D2 + D3 + D5 + D6.

Variable Documentation

Initial value:
 {
        .N = 3,
        .K = 7,
        .len = 165,
        .next_output = tch_afs_7_95_output,
        .next_state = tch_afs_7_95_state,
        .next_term_output = tch_afs_7_95_term_output,
        .next_term_state = tch_afs_7_95_term_state,
        .puncture = tch_afs_7_95_puncture,
}

TCH/AFS 7.95 kbits convolutional code: G4/G4 = 1 G5/G4 = 1 + D + D4 + D6 / 1 + D2 + D3 + D5 + D6 G6/G4 = 1 + D + D2 + D3 + D4 + D6 / 1 + D2 + D3 + D5 + D6.

structure describing TCH/AFS 7.95 kbits convolutional code:.

const uint8_t tch_afs_7_95_output[][2] [static]
const int tch_afs_7_95_puncture[] [static]
const uint8_t tch_afs_7_95_state[][2] [static]
const uint8_t tch_afs_7_95_term_output[] [static]
Initial value:
 {
        0, 3, 5, 6, 5, 6, 0, 3, 3, 0, 6, 5, 6, 5, 3, 0, 4, 7, 1, 2, 1, 2, 4, 7, 7, 4, 2, 1, 2, 1, 7, 4, 7, 4, 2, 1, 2, 1, 7, 4, 4, 7, 1, 2, 1, 2, 4, 7, 3, 0, 6, 5, 6, 5, 3, 0, 0, 3, 5, 6, 5, 6, 0, 3, 
}
const uint8_t tch_afs_7_95_term_state[] [static]
Initial value:
 {
        0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 
}
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines