libosmocore.git branch laforge/pending updated. 0.9.0-128-gf82de6f

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
Wed Apr 20 16:03:02 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  881e9914ed17bee09d86291bca93516f6afa6a11 (commit)
  discards  32b90bb8165236abd08bf20f688b51bb6b5d8ee0 (commit)
       via  f82de6f6b7bc94084eb517a03cb35bc23e8811da (commit)
       via  9eb59be6e7495a38309cbfabdd654a155a18f17a (commit)
       via  a233a8cf2b634db5ac093153891a25ebcedd8742 (commit)
       via  be5b37ef719599910520355cc5060ff01e7fe214 (commit)
       via  9af56c8f8d9cd307d56dee5a4c4aff99fcb7afb0 (commit)
       via  fbb8bfa514284f9744809afba51dec716590090c (commit)
       via  da1b20cd4f7b13121434d32817886d7803fd6052 (commit)
       via  700297528cb0894524b8d188ebd3377af27c488d (commit)
       via  d16321801d458909b8c5594060bbdf17456acae2 (commit)
       via  d8fb14226f798c9daf948d374a982583cd4ee202 (commit)
       via  93bc64f99ddef02a39c03dfd0725bb41dc93e287 (commit)
       via  b9bb0b02acdcd2b56e2821e454d73affa044e199 (commit)
       via  ea50732df21442c8d33806d30040d6d81f7aab90 (commit)
       via  793a2907d553095d77d73e8bf7cc132667ee7240 (commit)
       via  61f28880d5dc3f08689bef61a54fa2035928ffaa (commit)
       via  fb348eeff25e8e66a4a8651dc94901c7a004343a (commit)
       via  92c4ec293d0b73e5c6306d26e608340edc40b04c (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 (881e9914ed17bee09d86291bca93516f6afa6a11)
            \
             N -- N -- N (f82de6f6b7bc94084eb517a03cb35bc23e8811da)

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

commit f82de6f6b7bc94084eb517a03cb35bc23e8811da
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 17:41:28 2016 +0200

    add new header file for GSM constants from TS 23.003

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

commit 9eb59be6e7495a38309cbfabdd654a155a18f17a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 17:28:03 2016 +0200

    add new header file for TS 23.003

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

commit a233a8cf2b634db5ac093153891a25ebcedd8742
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 17:12:24 2016 +0200

    import gsm_04_08_gprs.[ch] from openbsc.git
    
    The definitions in this header file (and associated strings in the
    c file) are generic about the GPRS Layer3 signalling protocols, and
    thus should be part of the library.

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

commit be5b37ef719599910520355cc5060ff01e7fe214
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 10:41:27 2016 +0200

    Add log_fini() function to release all memory allocated by logging framework
    
    This is e.g. quite useful to call at the end of test code, in order to
    show that all memory allocated actually is released before exit().

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

commit 9af56c8f8d9cd307d56dee5a4c4aff99fcb7afb0
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 10:39:00 2016 +0200

    auth_core: Add osmo_auth_3g_from_2g() to compute CK+IK from Kc
    
    This function performs the C5+C4 conversion to derive UMTS key
    material from a 2G-only subscriber.

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

Summary of changes:
 contrib/jenkins.sh                            |   8 +
 include/Makefile.am                           |   2 +
 include/osmocom/core/bits.h                   |   3 +
 include/osmocom/core/select.h                 |   6 +
 include/osmocom/gsm/gsm_utils.h               |   3 +
 include/osmocom/gsm/protocol/gsm_04_08.h      |   4 +
 include/osmocom/gsm/protocol/gsm_04_08_gprs.h | 397 ++++++++++++++++++++++++++
 include/osmocom/gsm/protocol/gsm_23_003.h     |  23 ++
 include/osmocom/gsm/sysinfo.h                 |   1 +
 include/osmocom/vty/ports.h                   |   1 +
 src/bits.c                                    |  24 ++
 src/gb/gprs_bssgp_vty.c                       |  26 ++
 src/gb/libosmogb.map                          |   1 +
 src/gsm/Makefile.am                           |   2 +-
 src/gsm/gsm48.c                               |  26 +-
 src/gsm/gsm_04_08_gprs.c                      | 140 +++++++++
 src/gsm/libosmogsm.map                        |  10 +
 src/gsm/sysinfo.c                             |  24 ++
 src/logging.c                                 |   1 +
 src/select.c                                  |  83 +++---
 tests/conv/conv_test.c                        |  23 +-
 tests/sim/sim_test.c                          |   1 +
 22 files changed, 754 insertions(+), 55 deletions(-)
 create mode 100755 contrib/jenkins.sh
 create mode 100644 include/osmocom/gsm/protocol/gsm_04_08_gprs.h
 create mode 100644 include/osmocom/gsm/protocol/gsm_23_003.h
 create mode 100644 src/gsm/gsm_04_08_gprs.c


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



More information about the osmocom-commitlog mailing list