openbsc.git branch neels/cscn updated. 0.15.0-390-g9607e60

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
Mon Apr 11 18:37:56 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  af24d4d70e901b1fab70fb1e7520a0cb91f14e0c (commit)
  discards  592231331e29f933c59906b486a94ee2e6f504f4 (commit)
  discards  3fd9ba0c2e5263f6485b2b629d8aa3aa4fc4b12f (commit)
  discards  5904ea9a054826a7935bcd0092d7d59e4525aa06 (commit)
  discards  1e1acfd39dfce354064b88fde98275b583f1de47 (commit)
  discards  2bea44ead604845319692ac5e1ba097a73f36991 (commit)
       via  9607e607e4bf1a761982971f1dd3625b28499042 (commit)
       via  964ed0c82497da0677a8484198f026b6f7cb57c9 (commit)
       via  092133f341a1a1bda6c695c427f4f29281047303 (commit)
       via  1a0dd56f2914f5489782babb919b8d5c38a35046 (commit)
       via  5cfdc8d6267ac15990a134a3162b0f15ce3f2f24 (commit)
       via  ad002429838ab7dd015a30f5889fad5664af4529 (commit)
       via  58260a9c4ae8654fa629b3551a7fded2990f45dc (commit)
       via  54fc3a13183e4d5956c8c17b74caf7ef21febe0a (commit)
       via  baefda5d64f1b11f13ae187a283c0322a12afeec (commit)
       via  8dfe9690c51c13d71cca6e9c3e7dfddb7d03a8de (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 (af24d4d70e901b1fab70fb1e7520a0cb91f14e0c)
            \
             N -- N -- N (9607e607e4bf1a761982971f1dd3625b28499042)

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=9607e607e4bf1a761982971f1dd3625b28499042

commit 9607e607e4bf1a761982971f1dd3625b28499042
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:29:17 2016 +0200

    cscn: enable SMS queue (by removing an '#if 0')

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

commit 964ed0c82497da0677a8484198f026b6f7cb57c9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:28:58 2016 +0200

    cscn: enable 'subscriber' vty commands for libmsc
    
    This involves removing the openbsc_vty_print_statistics() from
    vty_interface_layer3.c, as this would link across the MSC/BSC border.

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

commit 092133f341a1a1bda6c695c427f4f29281047303
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:26:54 2016 +0200

    cn_ranap_handle_co: add error rc and logging for PR Outcome

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

commit 1a0dd56f2914f5489782babb919b8d5c38a35046
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:22:46 2016 +0200

    cosmetic: debug and error logging, comment tweaks

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

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

    Add Iu paging, 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 code, i.e. both for CS and PS.

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

commit ad002429838ab7dd015a30f5889fad5664af4529
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sun Apr 10 01:47:54 2016 +0200

    Iu RANAP event: add IU_EVENT_LINK_INVALIDATED
    
    See in-code comment...

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

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

    cscn: record and use LAC on incoming InitialUE msg
    
    Add lac argument to gsm0408_rcvmsg_iucs(), to record the LAC in newly
    allocated gsm_subscriber_connections.
    
    In effect, fix the LAC sent to UE during Location Updating Accept message.
    Before, 0 was stored as LAC and sent to the UE, regardless of the actual
    LAC in use.

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

commit 54fc3a13183e4d5956c8c17b74caf7ef21febe0a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 20:25:28 2016 +0200

    remove subscr_conn_allocate_iu() from public header
    
    It is only used statically in iu.c

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

commit baefda5d64f1b11f13ae187a283c0322a12afeec
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 11 14:07:18 2016 +0200

    add osmo-cscn.cfg example
    
    Include a cscn section with subscriber-create-on-demand even though that is
    the default.

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

commit 8dfe9690c51c13d71cca6e9c3e7dfddb7d03a8de
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 5 14:26:26 2016 +0200

    iu.c: check return value of ranap_parse_lai()

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

Summary of changes:
 openbsc/include/openbsc/iu_cs.h   | 5 ++---
 openbsc/src/osmo-cscn/cscn_main.c | 2 --
 2 files changed, 2 insertions(+), 5 deletions(-)


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



More information about the osmocom-commitlog mailing list