openbsc.git branch neels/cscn updated. 0.15.0-143-ga28f638

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 Jan 5 14:02:00 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  d7bfbdc17d17a44963eecc694013cae652e574d8 (commit)
       via  a28f6380b4dbb9142fb5587a27be97c2bef79a16 (commit)
       via  0e3fcbdb57f794071dab82d9b37902adeef391e7 (commit)
       via  c357307267f8becaee1c85724156595ee0de732e (commit)
       via  3bf293fe726b03239faf442a60391eb5d26a3fc5 (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 (d7bfbdc17d17a44963eecc694013cae652e574d8)
            \
             N -- N -- N (a28f6380b4dbb9142fb5587a27be97c2bef79a16)

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

commit a28f6380b4dbb9142fb5587a27be97c2bef79a16
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=0e3fcbdb57f794071dab82d9b37902adeef391e7

commit 0e3fcbdb57f794071dab82d9b37902adeef391e7
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)

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

Summary of changes:
 openbsc/configure.ac                               |   1 +
 openbsc/doc/call-graphs-MSC-BSC-HNBGW.txt          | 148 ++++++++++++++++++---
 openbsc/src/Makefile.am                            |   2 +-
 openbsc/src/libmsc/gsm_04_08.c                     |  40 ++----
 openbsc/src/libmsc/gsm_04_11.c                     |   6 +-
 openbsc/src/libmsc/osmo_msc.c                      |   2 +-
 openbsc/src/{osmo-nitb => osmo-cscn}/Makefile.am   |   6 +-
 .../bsc_hack.c => osmo-cscn/cscn_main.c}           |   0
 8 files changed, 152 insertions(+), 53 deletions(-)
 copy openbsc/src/{osmo-nitb => osmo-cscn}/Makefile.am (89%)
 copy openbsc/src/{osmo-nitb/bsc_hack.c => osmo-cscn/cscn_main.c} (100%)


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



More information about the osmocom-commitlog mailing list