openbsc.git branch neels/cscn updated. 0.15.0-358-g6cdd53e

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 Mar 22 18:56:17 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  846cea9735546ae674f13e6279ed646883243afc (commit)
  discards  c45a4f73d5da2be6590fb8292ca54a9f0c9e3219 (commit)
       via  6cdd53e090e99f60fa68b461a3dfe8fb38ab1b53 (commit)
       via  a4ae346157c9e5d8dc8157eb3a63a81648c42610 (commit)
       via  6ab00f824c5cd44737fa361143a3ae93912fa244 (commit)
       via  4b940126a3132ac6d6da4194229f2b8cb642c2ec (commit)
       via  debb0e386871e64a769d7414b71bedec09d7e76a (commit)
       via  d025a3cfbb53f690a4ebbd628cafda81c1b34bc7 (commit)
       via  4b3b13e10c164547f014677c0ac1fb137850b387 (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 (846cea9735546ae674f13e6279ed646883243afc)
            \
             N -- N -- N (6cdd53e090e99f60fa68b461a3dfe8fb38ab1b53)

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=6cdd53e090e99f60fa68b461a3dfe8fb38ab1b53

commit 6cdd53e090e99f60fa68b461a3dfe8fb38ab1b53
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 23:56:56 2016 +0100

    wip: add rnc registry

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

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

    wip: LAC vty

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

commit 6ab00f824c5cd44737fa361143a3ae93912fa244
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 19:25:58 2016 +0100

    hack for testing: hardcoded LAC on LU Accept

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

commit 4b940126a3132ac6d6da4194229f2b8cb642c2ec
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 19:26:34 2016 +0100

    comments about incomplete MM ciphering

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

commit debb0e386871e64a769d7414b71bedec09d7e76a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 21 22:27:15 2016 +0100

    cscn: implement integrity protection
    
    Upon authentication response, initiate integrity protection for Iu by sending a
    Security Mode Command (IK), with hardcoded auth tuple so far.
    
    Implement RANAP event handling to receive Security Mode Complete message,
    adding stubs for the other events; in new files osmo-cscn/iucs_ranap.[hc] to
    keep RANAP dependencies separate, and particularly out of libmsc.
    
    Upon receiving Security Mode Complete, call the security operation callback
    (conn->sec_operation->cb) to complete the Location Update.
    
    Introduce enum integrity_protection_state constants to indicate integrity
    protection, record in gsm_subscriber_conn.iu.integrity_protection.
    
    Make subscr_conn_lookup_iu() non-static and declare in iu_cs.h to be able to
    call from iucs_ranap.c's Security Mode Complete event.
    
    Implement dummy iu_tx_sec_mode_cmd() to allow tests to build without RANAP
    dependencies.
    
    In cscn_main.c, call iucs_rx_ranap_event(), to populate the struct gsm_network
    struct with cscn_network explicitly (don't share cscn_network across
    compilation scopes because it's ugly).

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

commit d025a3cfbb53f690a4ebbd628cafda81c1b34bc7
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 19:53:36 2016 +0100

    in gsm8_rx_mm_auth_resp(): call sec_operation.cb() instead of finish_lu() directly

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

commit 4b3b13e10c164547f014677c0ac1fb137850b387
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 19:19:03 2016 +0100

    fix various compiler warnings
    
    sgsn_libgtp.c: missing include, for asn1str_to_u32()
    
    iu_cs.c: missing include, for subscr_name()
    
    osmo_bsc_vty.c: int/pointer conversions
    (note: this was discussed on the list to be solved by passing a pointer
    instead. Until then...)
    
    iudummy.c: opaque struct declarations

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

Summary of changes:
 openbsc/include/openbsc/vty.h       |  1 +
 openbsc/src/gprs/sgsn_libgtp.c      |  2 ++
 openbsc/src/libmsc/cscn_vty.c       | 16 +++++++++
 openbsc/src/libmsc/gsm_04_08.c      | 72 ++++++++++++++++++-------------------
 openbsc/src/libmsc/iu_cs.c          |  1 +
 openbsc/src/osmo-bsc/osmo_bsc_vty.c |  4 +--
 openbsc/src/osmo-cscn/iucs_ranap.c  |  8 ++++-
 openbsc/tests/libiudummy/iudummy.c  |  4 +++
 8 files changed, 67 insertions(+), 41 deletions(-)


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



More information about the osmocom-commitlog mailing list