This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Vadim Yanitskiy gerrit-no-reply at lists.osmocom.orgVadim Yanitskiy has submitted this change and it was merged.
Change subject: core/conv/conv_acc.c: drop unused structure member
......................................................................
core/conv/conv_acc.c: drop unused structure member
Change-Id: I81f7c35abf424f501ca53d6984c0d56f7936984b
---
M src/conv_acc.c
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Max: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/conv_acc.c b/src/conv_acc.c
index a3e3f16..c4545d7 100644
--- a/src/conv_acc.c
+++ b/src/conv_acc.c
@@ -156,7 +156,6 @@
* recursive - Set to '1' if the code is recursive
* intrvl - Normalization interval
* trellis - Trellis object
- * punc - Puncturing sequence
* paths - Trellis paths
*/
struct vdecoder {
@@ -166,7 +165,6 @@
int recursive;
int intrvl;
struct vtrellis *trellis;
- int *punc;
int16_t **paths;
void (*metric_func)(const int8_t *, const int16_t *,
--
To view, visit https://gerrit.osmocom.org/2966
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I81f7c35abf424f501ca53d6984c0d56f7936984b
Gerrit-PatchSet: 3
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Tom Tsou <tom at tsou.cc>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>