openbsc.git branch neels/cscn updated. 0.15.0-406-g63b99ce

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 09:33:45 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  6da7b3d29d9a4e2863f337de51acc01385b68afa (commit)
  discards  5ad00ad9c0e56fccc6602430e68e5a0a5c73bf44 (commit)
  discards  4b9ec182c7a7d4af21a2d5ad34916b7fa2457e7a (commit)
  discards  bc388ff21a72043528bad99dc58a305b817cec43 (commit)
  discards  36580fa7fd491e153e201b83b86f18597cf9a9bb (commit)
  discards  9064ff330eccf67be8be57106f80e46e69636c7a (commit)
  discards  b1693b1eb62b1d84da14b947ba2134e7354ced28 (commit)
  discards  822578a4d6feaf08e6a38ed49e4d0a7d7a778568 (commit)
  discards  6d4aaa78c851f795881c0c9c1b86e65e72f669fb (commit)
  discards  b0ae4593c860086fd8c98c8ebf4252dd4cc1cf7e (commit)
  discards  bdff6424407cfbdf3262197ab4dd33794bcf6d81 (commit)
  discards  3dc8d51422e55004a17ff5a9785b2dc38694bdbb (commit)
  discards  e742b4c5976e9ae8b0c13f67d6ed423588031b1a (commit)
  discards  96198c6e16121945ee75451b02294beaf7d27f39 (commit)
       via  63b99ced83773d92310211d557009e1c8cc4faf4 (commit)
       via  0b8e6dd2df71a221e2d79b19b0b80aea43b25a6d (commit)
       via  9f2eaf8f56b14a462f0cd92843f11a17b8bfbc71 (commit)
       via  afce55a4bc6cd4ccdffece99ad37cc1b20b663e7 (commit)
       via  f3a1ca5d047d13acc3e94173b994afa2219d51de (commit)
       via  c7fcdeb18e5782040aadc1533a5efb8ba6ca4d7a (commit)
       via  3aa8b30bb36e976ceb4a62f4db1264d90270bc32 (commit)
       via  208250558f970c5616b45257c7e8d908b8742662 (commit)
       via  bdb3f266681138e5462b64c943dca748fef2e54c (commit)
       via  69d3c26e43101475202643cf48e87b9c4789348c (commit)
       via  3f18cfce85f76dcf02f49825c9fa326629c20d66 (commit)
       via  658d1c3e14e6d9b7376226838ce1509f1475741b (commit)
       via  6d1df9ad960e3359b97bb915907af93c1b4f15fc (commit)
       via  9bc1ddc849714bd4f38ce9d40965793ff400606b (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 (6da7b3d29d9a4e2863f337de51acc01385b68afa)
            \
             N -- N -- N (63b99ced83773d92310211d557009e1c8cc4faf4)

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=63b99ced83773d92310211d557009e1c8cc4faf4

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

    add preliminary paging response handling, incomplete
    
    In gsm_04_08.c, add a static handle_paging_resp() to take over from the libbsc
    function gsm48_handle_paging_resp(). Use the subscr->requests listing to handle
    a Paging Response and call the pending cbfn.
    
    In NITB, this used to be done via BTS, and I haven't entirely resolved yet how
    exactly to rewire this in standalone libmsc. So far, this "works for me", but
    is worth another visit.
    
    Still missing: enable Integrity Protection.

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

commit 0b8e6dd2df71a221e2d79b19b0b80aea43b25a6d
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=9f2eaf8f56b14a462f0cd92843f11a17b8bfbc71

commit 9f2eaf8f56b14a462f0cd92843f11a17b8bfbc71
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=afce55a4bc6cd4ccdffece99ad37cc1b20b663e7

commit afce55a4bc6cd4ccdffece99ad37cc1b20b663e7
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=f3a1ca5d047d13acc3e94173b994afa2219d51de

commit f3a1ca5d047d13acc3e94173b994afa2219d51de
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=c7fcdeb18e5782040aadc1533a5efb8ba6ca4d7a

commit c7fcdeb18e5782040aadc1533a5efb8ba6ca4d7a
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=3aa8b30bb36e976ceb4a62f4db1264d90270bc32

commit 3aa8b30bb36e976ceb4a62f4db1264d90270bc32
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=208250558f970c5616b45257c7e8d908b8742662

commit 208250558f970c5616b45257c7e8d908b8742662
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=bdb3f266681138e5462b64c943dca748fef2e54c

commit bdb3f266681138e5462b64c943dca748fef2e54c
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=69d3c26e43101475202643cf48e87b9c4789348c

commit 69d3c26e43101475202643cf48e87b9c4789348c
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=3f18cfce85f76dcf02f49825c9fa326629c20d66

commit 3f18cfce85f76dcf02f49825c9fa326629c20d66
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 22:48:05 2016 +0200

    cscn: don't redefine talloc_asn1_ctx from iu.c

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

commit 658d1c3e14e6d9b7376226838ce1509f1475741b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 22:47:00 2016 +0200

    IuCS: more detailed debug log upon IuCS rx

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

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

    Add Iu paging
    
    Add iu_page_cs() and iu_page_ps() API, also add to libiudummy for linking in
    tests.
    
    Implement msc_paging_request() by calling iu_page_cs().

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

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

    iu.c: add registry of RNC-Ids in LACs
    
    Introduce struct gsm_rnc, stored in a global list, static to iu.c.
    (This list is not part of gsm_network so that the code can be
    used from both MSC and GPRS code, i.e. both for CS and PS.)
    
    Parse RANAP Global RNC Id, add GSM flags to build for gsm48_mcc_mnc_from_bcd()
    to decode the PLMN Id.
    
    Upon every Initial UE message, record/verify RNC Id and LAC for that
    connection. In case of mismatch, so far just log an error.

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

Summary of changes:
 openbsc/include/openbsc/gsm_subscriber.h | 14 +++++++++
 openbsc/src/libmsc/gsm_04_08.c           | 54 ++++++++++++++++++++++++++------
 openbsc/src/libmsc/gsm_subscriber.c      | 14 ---------
 3 files changed, 59 insertions(+), 23 deletions(-)


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



More information about the osmocom-commitlog mailing list