openbsc.git branch neels/cscn updated. 0.15.0-353-g846cea9

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 00:15:50 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  2a53d71d9d74358e4c7dd6d72adc748e700d4ec7 (commit)
       via  846cea9735546ae674f13e6279ed646883243afc (commit)
       via  c45a4f73d5da2be6590fb8292ca54a9f0c9e3219 (commit)
       via  fa48a98e7156d65f25569d7f3930dc9880a72e78 (commit)
       via  9fd87ecd11138efa8bdbb13c47659edaf106e2c3 (commit)
       via  8e5c63f032398ad45052b538890071919de8a20e (commit)
       via  2cd36e87ae3e09e33225ac3b1ef4ca649f21f2f0 (commit)
       via  0bc6c11cbf58d6cc7ebafc3ad0bb4a62ce088695 (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 (2a53d71d9d74358e4c7dd6d72adc748e700d4ec7)
            \
             N -- N -- N (846cea9735546ae674f13e6279ed646883243afc)

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=846cea9735546ae674f13e6279ed646883243afc

commit 846cea9735546ae674f13e6279ed646883243afc
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=c45a4f73d5da2be6590fb8292ca54a9f0c9e3219

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

    IuCS: add Security Mode Command (wip)

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

commit fa48a98e7156d65f25569d7f3930dc9880a72e78
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 00:52:12 2016 +0100

    gsm0408_authorize(): remove unused msgb arg, make non-static
    
    Prepares for calling from IuCS RANAP events.

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

commit 9fd87ecd11138efa8bdbb13c47659edaf106e2c3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 00:49:21 2016 +0100

    iu_tx_sec_mode_cmd(): add send_ck flag parameter
    
    In this way the caller can distinguish between sending an IK or an IK+CK
    Security Mode Command.

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

commit 8e5c63f032398ad45052b538890071919de8a20e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 21 22:28:22 2016 +0100

    cosmetic: whitespace, comment, rename static func rx_iu_event()

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

commit 2cd36e87ae3e09e33225ac3b1ef4ca649f21f2f0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 22 00:59:47 2016 +0100

    fix build: match Iu event cb enum argument type from declaration

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

Summary of changes:
 openbsc/include/openbsc/gsm_data.h |   7 +++
 openbsc/include/openbsc/iu.h       |   7 +--
 openbsc/include/openbsc/iu_cs.h    |   2 +
 openbsc/src/gprs/gprs_gmm.c        |   6 +--
 openbsc/src/gprs/sgsn_main.c       |   2 +-
 openbsc/src/libiu/iu.c             |  68 ++++--------------------
 openbsc/src/libmsc/auth.c          |   2 +
 openbsc/src/libmsc/gsm_04_08.c     |  38 ++++++++++++--
 openbsc/src/libmsc/iu_cs.c         |   9 ++--
 openbsc/src/osmo-cscn/Makefile.am  |   7 ++-
 openbsc/src/osmo-cscn/cscn_main.c  |  12 ++---
 openbsc/src/osmo-cscn/iucs_ranap.c | 104 +++++++++++++++++++++++++++++++++++++
 openbsc/src/osmo-cscn/iucs_ranap.h |   7 +++
 openbsc/tests/libiudummy/iudummy.c |   6 +++
 14 files changed, 195 insertions(+), 82 deletions(-)
 create mode 100644 openbsc/src/osmo-cscn/iucs_ranap.c
 create mode 100644 openbsc/src/osmo-cscn/iucs_ranap.h


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



More information about the osmocom-commitlog mailing list