aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1/facch9.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11General copyright notice updateSylvain Munaut1-1/+1
find . -name \*.c -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2016/g" {} \; find . -name \*.h -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2016/g" {} \; Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-07-09l1/facch9: Fix wrong index when clearing last upper nibble in decodeSylvain Munaut1-1/+1
Found by Coverity (Fixes CID 1042970) Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-09-10l1/facch9: Add FACCH9 channel coding supportSylvain Munaut1-0/+146
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>