openbsc.git branch neels/cscn updated. 0.15.0-418-g7d8d866

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 27 12:31:30 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  babe676570fc755c9d712d8eb175ec526335b7b8 (commit)
  discards  d8d9d8fee9d594743f2cf33c7f5aa155888233d6 (commit)
       via  7d8d86644746dafed2263ede8e75cc7d43b3a6f3 (commit)
       via  e87078e4469ca12483645022c06e8c7d4af7e1ff (commit)
       via  84d0e05d89115c189791284676a492c5f9b97d30 (commit)
       via  318eaf3aea3367b88bee5a5084c3352b4748a065 (commit)
       via  b2c66d12bab45df939133fc65eae30c3a7759340 (commit)
       via  3494f218422a326cee7b188350fbee61b388bbd3 (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 (babe676570fc755c9d712d8eb175ec526335b7b8)
            \
             N -- N -- N (7d8d86644746dafed2263ede8e75cc7d43b3a6f3)

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

commit 7d8d86644746dafed2263ede8e75cc7d43b3a6f3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 27 14:29:30 2016 +0200

    wip: paging and mscsplit

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

commit e87078e4469ca12483645022c06e8c7d4af7e1ff
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 27 13:01:53 2016 +0200

    msc: paging resp: carry on even though subscr was not paging
    
    If the subscriber's paging flag was not set when a paging response is received,
    it can't hurt to anyway carry out paging responses if there are any.
    Reduce the handling to a log message, don't abort.

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

commit 84d0e05d89115c189791284676a492c5f9b97d30
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 27 12:57:42 2016 +0200

    msc: tweak logging for paging
    
    Use the DPAG logging category and tweak some log output

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

commit 318eaf3aea3367b88bee5a5084c3352b4748a065
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 27 12:55:25 2016 +0200

    msc: paging response: properly evaluate auth event
    
    In paging_resp_action(), don't carry on when auth reports a failure.
    
    In handle_paging_resp(), pass a meaningful auth event to paging_resp_action()
    in case no auth needs to be established.

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

commit b2c66d12bab45df939133fc65eae30c3a7759340
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 27 02:47:54 2016 +0200

    msc: paging response: use key seq from incoming msg

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

commit 3494f218422a326cee7b188350fbee61b388bbd3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 27 02:08:07 2016 +0200

    msc: paging: add Integrity Protection for IuCS
    
    Do the paging response actions from new function paging_resp_action(), plugged
    as cb function to gsm48_secure_channel() in case Integrity Protection needs to
    be established first (IU), or called directly otherwise.
    
    BTW, we can't reuse gsm0408_authorize() as-is, it is tied closely to a
    Location Updating Request. Just copy its two lines of guts, calling
    static authorize_subscriber() and gsm48_secure_channel() directly.

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

Summary of changes:
 openbsc/include/openbsc/gsm_subscriber.h |  8 ++-
 openbsc/src/libmsc/gsm_04_08.c           | 77 +++++++++++++++-------------
 openbsc/src/libmsc/gsm_04_11.c           |  3 +-
 openbsc/src/libmsc/gsm_subscriber.c      | 88 ++++++++++++++++++--------------
 4 files changed, 99 insertions(+), 77 deletions(-)


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



More information about the osmocom-commitlog mailing list