Commit Graph

3 Commits

Author SHA1 Message Date
Sylvain Munaut 3706e9729a General copyright notice update
find . -name \*.c -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2019/g" {} \;
find . -name \*.h -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2019/g" {} \;

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-08-31 08:15:37 +02:00
Sylvain Munaut 4b7a86cfbf l1/facch9: Fix wrong index when clearing last upper nibble in decode
Found by Coverity (Fixes CID 1042970)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-07-09 01:09:03 +02:00
Sylvain Munaut e7af1dab37 l1/facch9: Add FACCH9 channel coding support
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-09-10 23:30:46 +02:00