openbsc.git branch neels/cscn updated. 0.15.0-399-gb6e5343

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
Tue Apr 19 20:17:14 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, neels/cscn has been updated
  discards  04cc7e8bd11ebc8a4854b1bf8c050198f4f376b3 (commit)
  discards  3f59c6790e4f587dd30de30a23a00a1f761439e0 (commit)
  discards  01a34f7629036e83fb186be7695aba06129381ca (commit)
  discards  3231864802b3f30012a7dacd5e24675f620a7f61 (commit)
  discards  783478faf648ebd3ee626d3d50e612802e4b0f90 (commit)
  discards  924cb47a6ddb6cfd69516cf0992d4ee283544c42 (commit)
  discards  8da948a4ef2dd397209375ae0fc84a056a0a660e (commit)
  discards  dfa63a155648240e7ef1a15f19799ff4fecd5813 (commit)
  discards  f3cd60d7bfe13d03c713c13bd3341d9ff7a2a595 (commit)
  discards  ff0aabb15d787fde6398c901c208d45a33359105 (commit)
  discards  4be7409d1b48b921c0d7db121c6425a3beb1ee08 (commit)
  discards  976034301636fad327a440060e76061dc0cd9b52 (commit)
       via  b6e5343edbd85a2a27a8479c5a56d6c6b5a1b787 (commit)
       via  6d218934b53881ac6a3776371114b89f8a132b4d (commit)
       via  3b6ed277deab028a8d9f7c28d1511c85344d7d96 (commit)
       via  628b7d9d79adc14e2b505af0b323cd40597d1fe5 (commit)
       via  bf4beedb4af3d79e33565df7415cc1d808405f51 (commit)
       via  507ace5aafbf4785cda96fc8123ba9c30d7b02c1 (commit)
       via  5576afd1d9313d63c6b4ebcada6e1e087aa49ad9 (commit)
       via  ec5e9687c222842a481781d410568845839533e9 (commit)
       via  09228da4e9961e5069cfa6187ee6e1cb970ebf92 (commit)
       via  3c0e3547c707105e9bd01bd00c0acaf0f1250ba4 (commit)
       via  95c9f296346d14e1362d95776b7339c02499610a (commit)
       via  30753e4a283398338f2eeabc5dbd11aaa1426276 (commit)
       via  8fe0feb21bbc7b031ff2b73377535de093ffbf41 (commit)
       via  444a516f18a7a2073b26f9d01e754853015c178e (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 (04cc7e8bd11ebc8a4854b1bf8c050198f4f376b3)
            \
             N -- N -- N (b6e5343edbd85a2a27a8479c5a56d6c6b5a1b787)

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/openbsc/commit/?id=b6e5343edbd85a2a27a8479c5a56d6c6b5a1b787

commit b6e5343edbd85a2a27a8479c5a56d6c6b5a1b787
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 13 19:15:46 2016 +0200

    gsm_04_08.c: fix security mode cmd: use auth tuple from MM auth

http://cgit.osmocom.org/openbsc/commit/?id=6d218934b53881ac6a3776371114b89f8a132b4d

commit 6d218934b53881ac6a3776371114b89f8a132b4d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 13 19:14:47 2016 +0200

    cosmetic: auth tuple memcpy: rather use target's sizeof()

http://cgit.osmocom.org/openbsc/commit/?id=3b6ed277deab028a8d9f7c28d1511c85344d7d96

commit 3b6ed277deab028a8d9f7c28d1511c85344d7d96
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 13 19:13:35 2016 +0200

    tweak tmp_rand[] type to avoid compiler warnings

http://cgit.osmocom.org/openbsc/commit/?id=628b7d9d79adc14e2b505af0b323cd40597d1fe5

commit 628b7d9d79adc14e2b505af0b323cd40597d1fe5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 13 19:12:28 2016 +0200

    gprs_gmm.c: include openssl/rand.h against RAND_bytes() compiler warning

http://cgit.osmocom.org/openbsc/commit/?id=bf4beedb4af3d79e33565df7415cc1d808405f51

commit bf4beedb4af3d79e33565df7415cc1d808405f51
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 12 15:15:35 2016 +0200

    IuCS auth: generate auth tuples, factor out
    
    Factor out hardcoded-Ki and auth tuple creation into a static function.
    
    Add generation of fresh random bytes and generate a valid auth tuple so that
    the authentication token is different for every MM Auth.

http://cgit.osmocom.org/openbsc/commit/?id=507ace5aafbf4785cda96fc8123ba9c30d7b02c1

commit 507ace5aafbf4785cda96fc8123ba9c30d7b02c1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:29:17 2016 +0200

    cscn: enable SMS queue (by removing an '#if 0')

http://cgit.osmocom.org/openbsc/commit/?id=5576afd1d9313d63c6b4ebcada6e1e087aa49ad9

commit 5576afd1d9313d63c6b4ebcada6e1e087aa49ad9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:28:58 2016 +0200

    cscn: enable 'subscriber' vty commands for libmsc
    
    This involves removing the openbsc_vty_print_statistics() from
    vty_interface_layer3.c, as this would link across the MSC/BSC border.

http://cgit.osmocom.org/openbsc/commit/?id=ec5e9687c222842a481781d410568845839533e9

commit ec5e9687c222842a481781d410568845839533e9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:26:54 2016 +0200

    cn_ranap_handle_co: add error rc and logging for PR Outcome

http://cgit.osmocom.org/openbsc/commit/?id=09228da4e9961e5069cfa6187ee6e1cb970ebf92

commit 09228da4e9961e5069cfa6187ee6e1cb970ebf92
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:22:46 2016 +0200

    cosmetic: debug and error logging, comment tweaks

http://cgit.osmocom.org/openbsc/commit/?id=3c0e3547c707105e9bd01bd00c0acaf0f1250ba4

commit 3c0e3547c707105e9bd01bd00c0acaf0f1250ba4
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 19:26:52 2016 +0100

    Add Iu paging, add registry of RNC-Ids in LACs
    
    Introduce struct gsm_rnc and store in a list. Make it so that the code can be
    used from both MSC and GPRS code, i.e. both for CS and PS.

http://cgit.osmocom.org/openbsc/commit/?id=95c9f296346d14e1362d95776b7339c02499610a

commit 95c9f296346d14e1362d95776b7339c02499610a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Apr 10 01:47:54 2016 +0200

    Iu RANAP event: add IU_EVENT_LINK_INVALIDATED
    
    See in-code comment...

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

Summary of changes:
 openbsc/include/openbsc/gprs_sgsn.h |  2 +-
 openbsc/include/openbsc/iu.h        |  4 +--
 openbsc/src/gprs/gprs_gmm.c         | 55 ++++++++++---------------------------
 openbsc/src/gprs/gprs_sgsn.c        |  1 +
 openbsc/src/libiu/iu.c              |  4 +--
 openbsc/src/libmsc/gsm_04_08.c      |  2 +-
 6 files changed, 22 insertions(+), 46 deletions(-)


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



More information about the osmocom-commitlog mailing list