openbsc.git branch pmaier/aoip updated. 0.15.0-808-g798ebfdce

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 Jun 12 17:13:31 UTC 2017


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, pmaier/aoip has been updated
       via  798ebfdceb4fa01583e38856ab4c9c89abc63ea4 (commit)
       via  2f93e09eaacad3b6690f5d4d33ef4daa9067d409 (commit)
       via  e8619500109d65fdfe401eeaaeaeddebcc178f04 (commit)
      from  6b8cc23031a123a9bd59d4dff06a88e911b4b0ba (commit)

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=798ebfdceb4fa01583e38856ab4c9c89abc63ea4

commit 798ebfdceb4fa01583e38856ab4c9c89abc63ea4
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Jun 12 19:09:43 2017 +0200

    osmo-bsc: react on reset requests from MSC
    
    The bsc side currently can not receive reset commands from an
    MSC. This patch adds required functionality to receive a reset
    command and acknowlege it properly. The effects are the same
    as with when sending resets (all drop all ongoing calls and
    sccp connections)

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

commit 2f93e09eaacad3b6690f5d4d33ef4daa9067d409
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Jun 12 17:40:01 2017 +0200

    libcommon-cs: genralize a interface reset fsm
    
    The AoIP standard also describes an MSC->BSC reset procedure. We
    currently do not implement it. However, the fsm that is used to
    issue the reset request from the bsc side is not generalized. This
    patch generalizes the code in order to be able to use the same
    code on the MSC side to perform a reset procedure from there.

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

commit e8619500109d65fdfe401eeaaeaeddebcc178f04
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Jun 12 15:58:28 2017 +0200

    fixup: remove unused counter
    
    Forgot to remove the counter struct osmo_timer_list msc_reset_timer;
    Needs to be fixuped into the reset handling patches

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

Summary of changes:
 openbsc/include/openbsc/Makefile.am                |  2 +-
 .../openbsc/{osmo_bsc_reset.h => a_reset.h}        | 36 +++++++--
 openbsc/include/openbsc/bsc_msc.h                  |  5 +-
 openbsc/include/openbsc/osmo_bsc_sigtran.h         | 10 +--
 openbsc/src/libcommon-cs/Makefile.am               |  1 +
 .../osmo_bsc_reset.c => libcommon-cs/a_reset.c}    | 92 +++++++++++-----------
 openbsc/src/osmo-bsc/Makefile.am                   |  1 -
 openbsc/src/osmo-bsc/osmo_bsc_bssap.c              | 25 +++++-
 openbsc/src/osmo-bsc/osmo_bsc_sigtran.c            | 50 +++++++++---
 9 files changed, 145 insertions(+), 77 deletions(-)
 rename openbsc/include/openbsc/{osmo_bsc_reset.h => a_reset.h} (55%)
 rename openbsc/src/{osmo-bsc/osmo_bsc_reset.c => libcommon-cs/a_reset.c} (59%)


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



More information about the osmocom-commitlog mailing list