mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-09 18:34:14 +02:00
initial import of Osmocom TETRA phy and lower MAC code
This commit is contained in:
parent
a4c4e5a1ab
commit
7ee08faee0
45 changed files with 4217 additions and 0 deletions
7
src/lower_mac/viterbi_tch.h
Normal file
7
src/lower_mac/viterbi_tch.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef VITERBI_TCH_H
|
||||
#define VITERBI_TCH_H
|
||||
|
||||
int conv_tch_encode(uint8_t *input, uint8_t *output, int n);
|
||||
int conv_tch_decode(int8_t *input, uint8_t *output, int n);
|
||||
|
||||
#endif /* VITERBI_TCH_H */
|
Loading…
Add table
Add a link
Reference in a new issue