libosmocore.git branch laforge/pending updated. 0.9.0-145-ge8de461

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 Apr 25 17:46:18 UTC 2016


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/pending has been updated
  discards  3525ff85d6e42bd854e2dadb07e7e58b1d5c5395 (commit)
  discards  527ba1cf3201b4d801781946da6ba7b47f1f8e43 (commit)
  discards  31d53d6fb9d25167e645efd9b62982d2e2d906a4 (commit)
  discards  fd98dac9fae6d19460a7658149b8fa6782dc5918 (commit)
       via  e8de4610400e299dedd4d143bb4fa9dc12d4e9b8 (commit)
       via  5d57360f7a3973dcc49c5d8f7e8f3086ee910441 (commit)
       via  01b4115a3dcc806297e6593ac0a01962209e32e2 (commit)
       via  85a1009e9f3c2bff8e3625129357e85a5c481cad (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 (3525ff85d6e42bd854e2dadb07e7e58b1d5c5395)
            \
             N -- N -- N (e8de4610400e299dedd4d143bb4fa9dc12d4e9b8)

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=e8de4610400e299dedd4d143bb4fa9dc12d4e9b8

commit e8de4610400e299dedd4d143bb4fa9dc12d4e9b8
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 19:09:24 2016 +0200

    add doc/*.tag to .gitignore

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

commit 5d57360f7a3973dcc49c5d8f7e8f3086ee910441
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 18:46:22 2016 +0200

    import gprs_gsup_message.[ch] from openbsc as gsup.[ch]
    
    Move those routines from OpenBSC to libosmogsm, so they can be
    re-used from other programs.  I think it was a mistake to add them only
    inside the openbsc repository in the first place.  We need to pay more
    attention to this in the future.

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

commit 01b4115a3dcc806297e6593ac0a01962209e32e2
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 18:47:53 2016 +0200

    Import osmo_{encode,decode}_big_endian() from openbsc

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

commit 85a1009e9f3c2bff8e3625129357e85a5c481cad
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 15:19:35 2016 +0200

    tlv: Import osmo_shift_* and osmo_match_shift_* from openbsc
    
    These routines have nothing to do with specifically the BSC, so import
    them to the TLV parser we keep in libosmogsm.

-----------------------------------------------------------------------

Summary of changes:
 tests/Makefile.am       |  10 +-
 tests/gsup/gsup_test.c  | 264 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/gsup/gsup_test.ok |  14 +++
 tests/testsuite.at      |  12 +++
 tests/tlv/tlv_test.c    | 250 +++++++++++++++++++++++++++++++++++++++++++++
 tests/tlv/tlv_test.ok   |   2 +
 6 files changed, 550 insertions(+), 2 deletions(-)
 create mode 100644 tests/gsup/gsup_test.c
 create mode 100644 tests/gsup/gsup_test.ok
 create mode 100644 tests/tlv/tlv_test.c
 create mode 100644 tests/tlv/tlv_test.ok


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



More information about the osmocom-commitlog mailing list