aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-10-29 21:36:02 +0200
committerHarald Welte <laforge@gnumonks.org>2016-11-10 17:07:45 +0000
commitbf173a3df5dce2c875f057bcfbffcf4b8c642fe5 (patch)
tree291878a5c3556dce0a2094c0332efdce916bedff /include
parent3de97e192688b75a24077bb7072030f4a4dc5ef3 (diff)
bitcomp: Remove the t4 decoding from libosmocore
As outlined by mail on the 13th of July the tree based approach to decoding in the PCU is faster by order of magnitude. Instead of having a slow implementation in the library and a quick one in the PCU, let's only have a quick one in the PCU and at some point in the future move it to libosmocore. Execute the plan and remove t4_decode. Change-Id: I021424444625a097560d086c217c81eac4a5ee44
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/bitcomp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/core/bitcomp.h b/include/osmocom/core/bitcomp.h
index 89eccbce..e87c0e10 100644
--- a/include/osmocom/core/bitcomp.h
+++ b/include/osmocom/core/bitcomp.h
@@ -37,6 +37,5 @@
int osmo_t4_encode(struct bitvec *bv);
-int osmo_t4_decode(const struct bitvec *in, bool cc, struct bitvec *out);
/*! @} */