fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/32807 )
Change subject: coding: declare gsm0503_tch_f96_[de]interleave()
......................................................................
coding: declare gsm0503_tch_f96_[de]interleave()
Change-Id: I9a631db088a4e279668beb962c98cc1a0929f44d
Related: OS#1572
---
M include/osmocom/coding/gsm0503_interleaving.h
1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/07/32807/1
diff --git a/include/osmocom/coding/gsm0503_interleaving.h
b/include/osmocom/coding/gsm0503_interleaving.h
index 05b5e27..fab4d3d 100644
--- a/include/osmocom/coding/gsm0503_interleaving.h
+++ b/include/osmocom/coding/gsm0503_interleaving.h
@@ -58,4 +58,7 @@
void gsm0503_mcs8_dl_interleave(const ubit_t *hc, const ubit_t *c1,
const ubit_t *c2, ubit_t *hi, ubit_t *di);
+void gsm0503_tch_f96_deinterleave(sbit_t *cB, const sbit_t *iB);
+void gsm0503_tch_f96_interleave(const ubit_t *cB, ubit_t *iB);
+
/*! @} */
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/32807
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I9a631db088a4e279668beb962c98cc1a0929f44d
Gerrit-Change-Number: 32807
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange