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, laforge/sercomm has been created
at 67a76c780fb959c9adc13f3b347662655cc8f71e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=67a76c780fb959c9adc13f3b3476…
commit 67a76c780fb959c9adc13f3b347662655cc8f71e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 21:48:41 2017 +0200
sercomm: Include in libosmocore Makefile
Change-Id: If9d50d634381f43b2c67b97fea36a462a66e4559
http://cgit.osmocom.org/libosmocore/commit/?id=81bca380dfe33f9964c3e52c59c2…
commit 81bca380dfe33f9964c3e52c59c293ba8509fda6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 21:47:08 2017 +0200
src/panic.c: Remove unneeded #include of gsm_utils.h
Change-Id: I25cea5d3a4a900550e8f18c2bea392e642bfb191
http://cgit.osmocom.org/libosmocore/commit/?id=afae8ff7841f68be1ddb921667fb…
commit afae8ff7841f68be1ddb921667fb6300b5802ea4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 21:46:08 2017 +0200
sercomm: Rename sercomm_lock() to sercomm_drv_lock()
The user of the code is supposed to provide a "driver" implementing
those calls according to the specific target architecture/hardware.
This only applies to non-host (i.e. embedded) builds
Change-Id: I9a6848f23b70fc32f4de10149d857374f76f000d
http://cgit.osmocom.org/libosmocore/commit/?id=4f5075bd28b5bd23526d4df5b592…
commit 4f5075bd28b5bd23526d4df5b592f3dff4db867f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue May 2 21:42:46 2017 +0200
sercomm: remove unrequired helper functions
osmo_sercomm_{bind,get}_uart() are not really needed anymore, as
sercomm_inst is public and thus the user can access the uart_id member
directly.
Change-Id: I6d57709c3764036046202f16a26c9eb87426c8d1
http://cgit.osmocom.org/libosmocore/commit/?id=88c836be9006ed823522c2ad9251…
commit 88c836be9006ed823522c2ad9251a2970353a355
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue May 2 21:41:36 2017 +0200
sercomm: Move HDLC related defines into C file
Those values are not relevant to the sercomm user, only to the
implementation and thus can remain inside sercomm.c
Change-Id: I5700a45985b7c119c6338932171aae62ee4e2d22
http://cgit.osmocom.org/libosmocore/commit/?id=e44b740ba32ca75e3b81cfe8dbd7…
commit e44b740ba32ca75e3b81cfe8dbd7578d060c9dd6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue May 2 21:24:48 2017 +0200
sercomm: Add doxygen-style documentation to public API
Change-Id: I2d8b11905692920d328262836420f01305be489e
http://cgit.osmocom.org/libosmocore/commit/?id=6fe9bb8d274c2e9d55d0c929e8f7…
commit 6fe9bb8d274c2e9d55d0c929e8f777052161226d
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=3ff040e9f7a0d6e002394b4fa0ca…
commit 3ff040e9f7a0d6e002394b4fa0caec5357a75500
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=1af9593f7b3ec0f1553588305a0b…
commit 1af9593f7b3ec0f1553588305a0b9a1c037972ec
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=90610178e62eaf8aad9da8788774…
commit 90610178e62eaf8aad9da8788774190709520821
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=572546d95a0316718fd49fb65996…
commit 572546d95a0316718fd49fb65996f617640f015b
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
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications