aboutsummaryrefslogtreecommitdiffstats
path: root/src/conv.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi1-1/+1
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-24core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut1-0/+34
2011-11-24core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut1-32/+94
2011-11-24core/conv: Really only consider error for non-zero soft valuesSylvain Munaut1-3/+6
2011-11-24core/conv: Minor documentation improvementsSylvain Munaut1-0/+1
2011-11-09freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther1-1/+3
2011-08-17some more doxygen work (include the notion of modules)Harald Welte1-0/+33
2011-04-28core/conv: Only consider error for non-zero soft valuesSylvain Munaut1-3/+6
2011-04-26core/conv: Add some generic code for convolutional coding/decodingSylvain Munaut1-0/+493