This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c68ce3b9fe1314f8133eed1e7246fdfee9295744 (commit)
via 1db37820aaa0e83cfc7f26270f5bb3a6d9a27189 (commit)
via a0f74f218bd5c805d1c190af54d80ed781241148 (commit)
from 5e5954db8b2f340a10877ebabc895f27ad319231 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=c68ce3b9fe1314f8133eed1e7246…
commit c68ce3b9fe1314f8133eed1e7246fdfee9295744
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 23 22:59:27 2016 +0100
serial.c: Some ports don't support TIOCMBIS for RTS/CTS control
So let's ignore the error we might get from this opreration.
Change-Id: I69dad90403355b6512c3bf4c7fd10dd1dd985f01
http://cgit.osmocom.org/libosmocore/commit/?id=1db37820aaa0e83cfc7f26270f5b…
commit 1db37820aaa0e83cfc7f26270f5bb3a6d9a27189
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 23 22:49:39 2016 +0100
serial: Open devie in non-blocking mode and then switch to blocking
There are some serial ports that apparently block during the open in
some circumstances. We don't want that. We want to either open it
immediately, or fail fast.
Change-Id: I626b138574bc50f4f4b09c4d609f3623ff512dff
http://cgit.osmocom.org/libosmocore/commit/?id=a0f74f218bd5c805d1c190af54d8…
commit a0f74f218bd5c805d1c190af54d80ed781241148
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 23 22:16:08 2016 +0100
add CRC16-CCITT to libosmocore
Use the implementation from Linux lib/crc-ccitt.c (GPLv2)
Change-Id: I26bb54038f5ab36bbb34da7f5fb8ae6c0c0386a4
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/crc16.h | 12 ++++++++++++
src/crc16.c | 42 ++++++++++++++++++++++++++++++++++++++++++
src/serial.c | 24 +++++++++++++++++++-----
3 files changed, 73 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications