openbsc.git branch pmaier/aoip2 updated. 0.15.0-913-g1cef45f5c

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
Fri Jul 14 16:11:55 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, pmaier/aoip2 has been updated
       via  1cef45f5c9611ec70df9199e85b5b3ce80e6177c (commit)
       via  7a1c03393c9701f38bf32a6e7f248910f9c09ccd (commit)
       via  1a63a31b577fa219b9a78a317fa12adbd8454a8f (commit)
       via  7941a94244d2f3e7ffed811fca41d7849c7d398e (commit)
       via  bd85cdf71acc0d043ad978afaba830d603888c7b (commit)
      from  c123ce519ed1c2b036fde61e6ee089f99c0fb26e (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=1cef45f5c9611ec70df9199e85b5b3ce80e6177c

commit 1cef45f5c9611ec70df9199e85b5b3ce80e6177c
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jul 14 18:00:11 2017 +0200

    msc_vlr: Fix tests
    
    Add a wrapper for a_iface_tx_clear_cmd() and regenerate the
    test output files

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

commit 7a1c03393c9701f38bf32a6e7f248910f9c09ccd
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jul 14 17:57:21 2017 +0200

    osmo_msc: only clear A-Interface connections for GSM calls
    
    The clear command is sent via the A-Interface for both,
    A and IuCS connections. This is wrong.
    
    Only send the clear command for connections related to
    the A-Interface, which means only for connections where
    the RAN is set to GERAN

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

commit 1a63a31b577fa219b9a78a317fa12adbd8454a8f
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jul 14 17:56:47 2017 +0200

    fixup: fix typo

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

commit 7941a94244d2f3e7ffed811fca41d7849c7d398e
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Jul 14 15:18:11 2017 +0200

    mncc: make external mncc work
    
    The external mncc currently does not work properly since the
    MNCC_RTP_CREATE commands are removed due to the MSC-Split. It
    is possible to operate without these commands, but then it is
    not possible to route the RTP streams to an outside leg. Only
    internal bridging is currenlty possible. This method is used
    when the internal MNCC is enabled.
    
    Add the missing MNCC_RTP_CREATE implementation.
    Add logic to keep the old bridging mode working.

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

commit bd85cdf71acc0d043ad978afaba830d603888c7b
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Jul 13 13:46:59 2017 +0200

    mgcp: display properly mgcp-messages in log
    
    The generated mgcp messages are not displayed properly (stray
    newlines). Also, the messages we receive are not displayed
    at all.
    
    Display generated and received messages in logtext, reformat
    the strings properly so that the logtext does not get messed
    up

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

Summary of changes:
 openbsc/include/openbsc/gsm_04_08.h                |   2 +
 openbsc/include/openbsc/msc_ifaces.h               |   1 +
 openbsc/include/openbsc/transaction.h              |   7 +
 openbsc/src/libmgcp/mgcp_protocol.c                |  41 ++++-
 openbsc/src/libmsc/a_iface.c                       |   2 +-
 openbsc/src/libmsc/gsm_04_08.c                     | 170 ++++++++++-----------
 openbsc/src/libmsc/msc_ifaces.c                    |  51 +++++++
 openbsc/src/libmsc/osmo_msc.c                      |   5 +-
 openbsc/tests/msc_vlr/Makefile.am                  |   1 +
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.err  |  34 +++++
 openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.err    |  28 ++++
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.err  |  22 +++
 openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.err |   4 +
 openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.err  |   6 +
 openbsc/tests/msc_vlr/msc_vlr_test_no_authen.err   |  26 ++++
 .../msc_vlr/msc_vlr_test_reject_concurrency.err    |  34 +++++
 openbsc/tests/msc_vlr/msc_vlr_test_rest.err        |  10 ++
 openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.err |  10 ++
 openbsc/tests/msc_vlr/msc_vlr_tests.c              |   7 +
 19 files changed, 366 insertions(+), 95 deletions(-)


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



More information about the osmocom-commitlog mailing list