openbsc.git branch neels/cscn updated. 0.15.0-157-g0ad694f

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 Jan 6 12:38:08 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  a28f6380b4dbb9142fb5587a27be97c2bef79a16 (commit)
  discards  0e3fcbdb57f794071dab82d9b37902adeef391e7 (commit)
  discards  c357307267f8becaee1c85724156595ee0de732e (commit)
  discards  3bf293fe726b03239faf442a60391eb5d26a3fc5 (commit)
       via  0ad694f02e4ca26a5576a311485d955631297b7f (commit)
       via  2907d4fc8de8c12d70217ae955df37c069acb833 (commit)
       via  35f2a1bd95da45ac1499da08ee72ec46d46d86f4 (commit)
       via  600ef886e4ab8adc77a6fc26f9b656f66b1d3326 (commit)
       via  7d8db0fe9eafb55584d21da7a6e42f963f4b328d (commit)
       via  ec029a0f913ce11fa0adfca13cd200dcabecfc62 (commit)
       via  a1c278af3fbcc79fa1c458026f6aef94cdc23aba (commit)
       via  824a19cd589d38deb2fb10c87765afae755b78f8 (commit)
       via  f34ec8ef88ad612a159af8a7684102a34366f109 (commit)
       via  a7fff5f6533f7e20343f1756bd4b277fca786a1e (commit)
       via  5e6126e74fd0c87cc43d3f84f76b42eb3c86d899 (commit)
       via  6b4915c08e819b32e892deec2305ee0060afc310 (commit)
       via  a7105bcc1b6ad76709a992ec6ff5c5de505b5c59 (commit)
       via  d07ccc09369db365038a8eabf65ae9a54e80abd5 (commit)
       via  e92ca9273d4c9b72d9a44fe62a8b20bbda972f68 (commit)
       via  ae8e3f8a621e22ae523f6f484acd2e81ee77b990 (commit)
       via  5e8d5824b486e1743560300412b96a6ef87e1636 (commit)
       via  70398adf5bdd06088ab4e7a2ad366fea8b5450b4 (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 (a28f6380b4dbb9142fb5587a27be97c2bef79a16)
            \
             N -- N -- N (0ad694f02e4ca26a5576a311485d955631297b7f)

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=0ad694f02e4ca26a5576a311485d955631297b7f

commit 0ad694f02e4ca26a5576a311485d955631297b7f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Jan 6 13:28:32 2016 +0100

    wip

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

commit 2907d4fc8de8c12d70217ae955df37c069acb833
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jan 5 14:45:53 2016 +0100

    Add osmo-cscn, as a copy of osmo-nitb.
    
    CSCN means "Circuit Switched Core Network" (-in-the-box) and will become a
    NITB-without-BSC, so that it talks Iu-cs to the HNBGW and talks 'A' to an
    external BSC.
    
    Copying NITB is debatable: on the one hand, we've agreed on the name Osmo-CSCN
    for the end result (without internal BSC). On the other hand, I will probably
    add Iu-cs into the NITB code incrementally, in such a way that theoretically,
    both Iu-cs and the internal BSC functionality could be used at the same time.
    So Osmo-CSCN will be a NITB plus Iu-cs for a while. Instead of adding to NITB,
    I prefer to work on a copy, so that the original NITB remains more or less
    unchanged.
    
    Only a later step will clearly distinguish CSCN from NITB: when the BSC part is
    split off for the benefit of a proper A-interface, and CSCN talks to an
    external BSC.

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

commit 35f2a1bd95da45ac1499da08ee72ec46d46d86f4
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Dec 26 03:02:20 2015 +0100

    doc: add call graphs from MSC to BSC or HNB-GW (wip)

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

commit 600ef886e4ab8adc77a6fc26f9b656f66b1d3326
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Dec 24 17:06:42 2015 +0100

    gsm_04_08.c: Don't set msg->lchan nor msg->dst
    
    the BSC-side of the API behind gsm0808_submit_dtap() is doing
    this resolving again anyway.  So let's avoid doing it twice, and avoid
    having more dependency of the MSC down into the lchan details.

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

commit 7d8db0fe9eafb55584d21da7a6e42f963f4b328d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Dec 24 16:36:32 2015 +0100

    gsm_04_11.c/04_08.c: s/lchan/conn/ where we don't use lchan for years

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

commit ec029a0f913ce11fa0adfca13cd200dcabecfc62
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jan 5 14:33:26 2016 +0100

    minor tweaks

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

Summary of changes:
 openbsc/configure.ac                        |   3 +
 openbsc/include/openbsc/debug.h             |   2 +
 openbsc/include/openbsc/gprs_gmm.h          |   2 +-
 openbsc/include/openbsc/gprs_sgsn.h         |  65 ++++-
 openbsc/src/gprs/Makefile.am                |  15 +-
 openbsc/src/gprs/gprs_gmm.c                 | 221 +++++++++++----
 openbsc/src/gprs/gprs_llc.c                 |  10 +-
 openbsc/src/gprs/gprs_sgsn.c                |  65 ++++-
 openbsc/src/gprs/osmo_sgsn.cfg              |  59 +++-
 openbsc/src/gprs/sgsn_cdr.c                 |   4 +-
 openbsc/src/gprs/sgsn_iu.c                  | 423 ++++++++++++++++++++++++++++
 openbsc/src/gprs/sgsn_libgtp.c              |  43 ++-
 openbsc/src/gprs/sgsn_main.c                |  15 +
 openbsc/src/gprs/sgsn_vty.c                 |   4 +-
 openbsc/src/libbsc/abis_rsl.c               |   2 +-
 openbsc/src/libcommon/gsm_subscriber_base.c |   3 +
 openbsc/src/libmsc/gsm_04_08.c              |   7 +-
 openbsc/src/libtrau/rtp_proxy.c             |   2 +-
 openbsc/src/osmo-cscn/cscn_main.c           |  18 ++
 19 files changed, 846 insertions(+), 117 deletions(-)
 create mode 100644 openbsc/src/gprs/sgsn_iu.c


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



More information about the osmocom-commitlog mailing list