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 1a97e2c962a640e8e13eef50a8509788be349138 (commit)
via f6adcd7dd6d71063f7653860cedfacddff5ac4b0 (commit)
via 1358836282cb57dfc22c30de275e733decd78a5e (commit)
via cc95f4b06db2b396587e687b89075418b86041a5 (commit)
via c68af6a64bc762b570b84eb90401da0acc914ed4 (commit)
from 1cd9991cf68eda563f65a7b8eda8e3cec5ed0859 (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=1a97e2c962a640e8e13eef50a850…
commit 1a97e2c962a640e8e13eef50a8509788be349138
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 1 00:19:38 2017 +0200
sercomm: include header file from osmocom/core
Change-Id: Iff5ff3a51d7781bcfb3aff0839b733bc7a71b7e5
http://cgit.osmocom.org/libosmocore/commit/?id=f6adcd7dd6d71063f7653860cedf…
commit f6adcd7dd6d71063f7653860cedfacddff5ac4b0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 1 00:19:13 2017 +0200
sercomm: make rx msg size configurable per instance
Change-Id: I835506e26e83232e1e7290c0da04d389c8d7fb40
http://cgit.osmocom.org/libosmocore/commit/?id=1358836282cb57dfc22c30de275e…
commit 1358836282cb57dfc22c30de275e733decd78a5e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 30 23:57:55 2017 +0200
sercomm: introduce osmo_ naming prefix in struct and function names
Change-Id: If4e22f182a47b72b1fe43146716a4fbccceb62e6
http://cgit.osmocom.org/libosmocore/commit/?id=cc95f4b06db2b396587e687b8907…
commit cc95f4b06db2b396587e687b89075418b86041a5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 30 21:39:33 2017 +0200
sercomm: Enable multiple instances of 'sercomm'
Rather than having one global instance, let's permit multiple instances
of sercomm to co-exist, with all API functions extended by the instance
as first argument.
Change-Id: I0f3b53f464b119d65747bcb0be0af2d631e1cc05
http://cgit.osmocom.org/libosmocore/commit/?id=c68af6a64bc762b570b84eb90401…
commit c68af6a64bc762b570b84eb90401da0acc914ed4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 30 21:21:52 2017 +0200
Import sercomm.c from osmocom-bb
This imports the file src/target/firmware/comm/sercomm.c from
osmocom-bb.git without introducing any modifications. It will not even
be built yet, as Makefile integration is intentionally left until it has
been adapted to work inside libosmocore.
Change-Id: I9ee199381c7b5986a9540d124836cdddd0f66c86
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/sercomm.h | 87 +++++++++++
src/sercomm.c | 321 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 408 insertions(+)
create mode 100644 include/osmocom/core/sercomm.h
create mode 100644 src/sercomm.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications