libosmocore.git branch laforge/sercomm updated. 0.9.6-234-g0f0ea5d

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon May 15 17:03:40 UTC 2017


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 updated
  discards  4a6bb11c088abde93dcfcea6a068fc69c1b0c833 (commit)
  discards  b3af18d31e4b635a9b26d11f9f1e88b01fa20a45 (commit)
  discards  a4eccb89c2369bd74df0b4e0407fcc03c0ffda0c (commit)
  discards  dd99a439090eaaae41c098d7faf7ea2ede08e77a (commit)
  discards  9a764f05a892d82eff5d340c48b938de76fb8560 (commit)
  discards  d750cbe6fcf7d4d9c482ae523c36f808383e0f2a (commit)
  discards  b907bcadca6c39a1b5e9b82c2e0b76e6788440d2 (commit)
  discards  8ff42b3a24edb0152d9dcbe767f8f89b29f16333 (commit)
  discards  e4e65774ca15715cc2a360061cf3ea25113f2889 (commit)
  discards  55e03aa84a6ec61d4644350dbbb165a32478544e (commit)
  discards  318414267d917b522267f3ab7fee1a1df42d0b6c (commit)
  discards  cb89e645c1944b5ae6d7a4fdf68e70901781af1c (commit)
  discards  d379dbee162d1b0d932733ee849f0a008234c64f (commit)
  discards  caf15f77b10af11f1d50d7d9c3a24ce219327b6f (commit)
  discards  1859277a74eb69693e3518761d844caac2172e11 (commit)
  discards  ba3befe7e5299ca3e6895201b4557b855bc4f561 (commit)
       via  0f0ea5d68581812f429596ef7299debae5eeb7c2 (commit)
       via  f609745d44ada3c1c3a250cc0602ab6f12afb35d (commit)
       via  94cd536174343803cd876e5f08c4a3e8ca2f2e08 (commit)
       via  a69ac80dd4c268eff692175a7931b6b988a91a36 (commit)
       via  b7209638e32dce82bed9675c2f6b15174d996c9a (commit)
       via  8da9925f21b0cd27db7f982ba9bb8817a77ac640 (commit)
       via  542279803dcc70961fbddafff76fdb7064888ed2 (commit)
       via  aa68236e904e55c7474a637dcc99d3ecba76bdce (commit)
       via  05259c5a9ed0450876b20e7405dbf8728ae72574 (commit)
       via  174a3ea28641b65af5cbdef8793778e5b4de84c5 (commit)
       via  752b3c529a936c4f01fdd69263336cc1c6b5c5f5 (commit)
       via  b36c62938188873b687b46e9f183a749199f1bfe (commit)
       via  94fc232350b48611bbe7988bc2e1bc405c160490 (commit)
       via  2577218c027fc168baac24750dccd3036c391dcd (commit)
       via  0047602435d3229cf065fb40822c0a5ef9c4380d (commit)
       via  67bdd80a96bdfc49d1aadbd32cca2b53f123d180 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (4a6bb11c088abde93dcfcea6a068fc69c1b0c833)
            \
             N -- N -- N (0f0ea5d68581812f429596ef7299debae5eeb7c2)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=0f0ea5d68581812f429596ef7299debae5eeb7c2

commit 0f0ea5d68581812f429596ef7299debae5eeb7c2
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon May 15 17:33:02 2017 +0200

    sercomm: More API documentation
    
    Change-Id: I5d5002ceedd10e10d772693478f4f9cab6b1290a

http://cgit.osmocom.org/libosmocore/commit/?id=f609745d44ada3c1c3a250cc0602ab6f12afb35d

commit f609745d44ada3c1c3a250cc0602ab6f12afb35d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon May 15 17:16:48 2017 +0200

    sercomm: Better integration of driver interface
    
    We cannot assume a certain UART API like uart_baudrate() which only
    exists in OsmocomBB.  Rather, use generic function prototypes
    (sercomm_drv_*) which are to be provided by the application /
    environment to the sercomm core.
    
    Change-Id: I01ea3067baf1791000c1a7d537ccce496a1ab1ee

http://cgit.osmocom.org/libosmocore/commit/?id=94cd536174343803cd876e5f08c4a3e8ca2f2e08

commit 94cd536174343803cd876e5f08c4a3e8ca2f2e08
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon May 15 16:39:56 2017 +0200

    add sercomm unit test
    
    Change-Id: I9e2e7fcda28e7c6844d5faa09e02acf537cea44d

http://cgit.osmocom.org/libosmocore/commit/?id=a69ac80dd4c268eff692175a7931b6b988a91a36

commit a69ac80dd4c268eff692175a7931b6b988a91a36
Author: Harald Welte <laforge at 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=b7209638e32dce82bed9675c2f6b15174d996c9a

commit b7209638e32dce82bed9675c2f6b15174d996c9a
Author: Harald Welte <laforge at 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=8da9925f21b0cd27db7f982ba9bb8817a77ac640

commit 8da9925f21b0cd27db7f982ba9bb8817a77ac640
Author: Harald Welte <laforge at 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=542279803dcc70961fbddafff76fdb7064888ed2

commit 542279803dcc70961fbddafff76fdb7064888ed2
Author: Harald Welte <laforge at 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=aa68236e904e55c7474a637dcc99d3ecba76bdce

commit aa68236e904e55c7474a637dcc99d3ecba76bdce
Author: Harald Welte <laforge at 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=05259c5a9ed0450876b20e7405dbf8728ae72574

commit 05259c5a9ed0450876b20e7405dbf8728ae72574
Author: Harald Welte <laforge at 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=174a3ea28641b65af5cbdef8793778e5b4de84c5

commit 174a3ea28641b65af5cbdef8793778e5b4de84c5
Author: Harald Welte <laforge at 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=752b3c529a936c4f01fdd69263336cc1c6b5c5f5

commit 752b3c529a936c4f01fdd69263336cc1c6b5c5f5
Author: Harald Welte <laforge at 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=b36c62938188873b687b46e9f183a749199f1bfe

commit b36c62938188873b687b46e9f183a749199f1bfe
Author: Harald Welte <laforge at 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=94fc232350b48611bbe7988bc2e1bc405c160490

commit 94fc232350b48611bbe7988bc2e1bc405c160490
Author: Harald Welte <laforge at 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=2577218c027fc168baac24750dccd3036c391dcd

commit 2577218c027fc168baac24750dccd3036c391dcd
Author: Harald Welte <laforge at 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:
 src/stats.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list