openbsc.git branch master updated. 0.15.0-690-g0e5d80729

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
Sat Feb 25 01:25:38 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  0e5d807297f4fd1222fafece864519c70f7965a3 (commit)
      from  a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf (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/openbsc/commit/?id=0e5d807297f4fd1222fafece864519c70f7965a3

commit 0e5d807297f4fd1222fafece864519c70f7965a3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jan 10 00:49:56 2017 +0100

    add struct gprs_subscr, separating gprs from gsm_subscriber
    
    Prepare for replacing gsm_subscriber with vlr_subscriber. vlr_subscriber will
    not make sense to be used in gprs, so have a dedicated GPRS subscriber struct.
    (Could change if the gprs code were to use libvlr; is currently independent).
    
    Related: OS#1592
    Change-Id: Ia8b391ee009c8545763cba04505be3947835120e

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

Summary of changes:
 openbsc/include/openbsc/Makefile.am       |   1 +
 openbsc/include/openbsc/gprs_sgsn.h       |  19 ++--
 openbsc/include/openbsc/gprs_subscriber.h |  31 ++++++
 openbsc/include/openbsc/gsm_data.h        |   2 +
 openbsc/include/openbsc/gsm_subscriber.h  |   1 -
 openbsc/src/gprs/gprs_gmm.c               |   1 +
 openbsc/src/gprs/gprs_sgsn.c              |   6 +-
 openbsc/src/gprs/gprs_subscriber.c        | 159 +++++++++++++++++++++---------
 openbsc/src/gprs/sgsn_auth.c              |   8 +-
 openbsc/src/gprs/sgsn_libgtp.c            |   2 +-
 openbsc/src/gprs/sgsn_vty.c               |  89 +++++++++--------
 openbsc/tests/sgsn/sgsn_test.c            |  93 +++++++++--------
 openbsc/tests/sgsn/sgsn_test.ok           |   8 ++
 13 files changed, 269 insertions(+), 151 deletions(-)
 create mode 100644 openbsc/include/openbsc/gprs_subscriber.h


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list