openbsc.git branch neels/cscn updated. 0.15.0-359-g6f7750b

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 29 09:29:55 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  d0df2fce86e79f10dbaed147f6b92b1dc6670f1e (commit)
  discards  6681f78ae1ac2a39560bb2900f520606217cb18c (commit)
  discards  6cdd53e090e99f60fa68b461a3dfe8fb38ab1b53 (commit)
  discards  a4ae346157c9e5d8dc8157eb3a63a81648c42610 (commit)
  discards  6ab00f824c5cd44737fa361143a3ae93912fa244 (commit)
       via  6f7750b134e6efae4bab08006c2a8a483f942166 (commit)
       via  5672d0b02f3a6ae8c19a019ab2997db2bb25c4b9 (commit)
       via  8652005807d3f8cf9d24d880d9161655358fbb6a (commit)
       via  436c207b710f1ae3ab51f19378be44f8f662b749 (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 (d0df2fce86e79f10dbaed147f6b92b1dc6670f1e)
            \
             N -- N -- N (6f7750b134e6efae4bab08006c2a8a483f942166)

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

commit 6f7750b134e6efae4bab08006c2a8a483f942166
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=5672d0b02f3a6ae8c19a019ab2997db2bb25c4b9

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

    Add registry of RNC-Ids in LACs
    
    Introduce struct gsm_rnc and store in a list. Make it so that the code can be
    used from both MSC and GPRS.
    
    Add VTY commands 'lac <id>' and 'rnc <id>', which populate above list.
    
    Semantics: when an RNC registers with the MSC or SGSN, it tells us its RNC Id.
    During paging, we need to find an RNC for a given LAC. The association of RNCs
    to a particular LAC needs to be configured on the CN side.

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

commit 8652005807d3f8cf9d24d880d9161655358fbb6a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Mar 23 18:19:38 2016 +0100

    cosmetic: comments, debug log, msgb alloc name

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

commit 436c207b710f1ae3ab51f19378be44f8f662b749
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Mar 23 18:20:12 2016 +0100

    mscsplit: rewire MSC gsm0808_submit_dtap() to msc_tx_dtap()

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

Summary of changes:
 openbsc/doc/examples/osmo-cscn/osmo-cscn.cfg |  49 ++++++++++++
 openbsc/include/openbsc/iu.h                 |   4 +-
 openbsc/include/openbsc/vty.h                |   1 +
 openbsc/src/libcommon/Makefile.am            |   3 +-
 openbsc/src/libcommon/common_vty.c           |   1 +
 openbsc/src/libcommon/lac_vty.c              | 115 +++++++++++++++++++++++++++
 openbsc/src/libiu/iu.c                       |   7 ++
 openbsc/src/libmsc/cscn_vty.c                |  22 +----
 openbsc/src/osmo-cscn/cscn_main.c            |   1 +
 9 files changed, 183 insertions(+), 20 deletions(-)
 create mode 100644 openbsc/doc/examples/osmo-cscn/osmo-cscn.cfg
 create mode 100644 openbsc/src/libcommon/lac_vty.c


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



More information about the osmocom-commitlog mailing list