cellmgr-ng.git branch zecke/m3ua updated. 1.3.0-39-g3161682

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 24 18:28:50 UTC 2015


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 "Cellmanager NG, intended to interface with BSplus".

The branch, zecke/m3ua has been updated
  discards  55cd4b017dfdca79192473b82a643f540ae86f5e (commit)
  discards  8e855c30a2c2b74831d3d315b1d25456ad7c5017 (commit)
  discards  d558219b69c79b03ff88b8b64edb59135ac0b464 (commit)
       via  316168249f25e46d802edcfed2461845000a066d (commit)
       via  ebdbc1140388255b27479f752d0813d986ca1c03 (commit)
       via  d1df399a972ce2b96b0d3ef9e90d17a7c16a93b5 (commit)
       via  6a20bae1f9adee67829ade0f20d9626deb98eee6 (commit)
       via  d2f21e079613a7c0ed4f245fb14a6b3d20eefdfc (commit)
       via  679a8d0b75fe2db44cacdcd56b11aec3803ca521 (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 (55cd4b017dfdca79192473b82a643f540ae86f5e)
            \
             N -- N -- N (316168249f25e46d802edcfed2461845000a066d)

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/cellmgr-ng/commit/?id=316168249f25e46d802edcfed2461845000a066d

commit 316168249f25e46d802edcfed2461845000a066d
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 24 19:24:22 2015 +0100

    all: Use the libosmo-sccp version of mtp_level3.h

http://cgit.osmocom.org/cellmgr-ng/commit/?id=ebdbc1140388255b27479f752d0813d986ca1c03

commit ebdbc1140388255b27479f752d0813d986ca1c03
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 24 19:21:01 2015 +0100

    m3ua: Use the MTP_READ_DPC/MTP_READ_OPC for using the right PC
    
    Make the code work for both ISUP and SCCP and let the address
    handling still be part of the linkset/mtp3 code.

http://cgit.osmocom.org/cellmgr-ng/commit/?id=d1df399a972ce2b96b0d3ef9e90d17a7c16a93b5

commit d1df399a972ce2b96b0d3ef9e90d17a7c16a93b5
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 24 18:51:02 2015 +0100

    m3ua: Implement link bring-up and sending/receiving of data
    
    the opc/dpc for ISUP is currently wrong. The send/recv path
    for actual SCCP data is not tested.

http://cgit.osmocom.org/cellmgr-ng/commit/?id=6a20bae1f9adee67829ade0f20d9626deb98eee6

commit 6a20bae1f9adee67829ade0f20d9626deb98eee6
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Mar 23 16:59:18 2015 +0100

    m3ua: Implement connect and re-connect handling

http://cgit.osmocom.org/cellmgr-ng/commit/?id=d2f21e079613a7c0ed4f245fb14a6b3d20eefdfc

commit d2f21e079613a7c0ed4f245fb14a6b3d20eefdfc
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Mar 23 16:19:37 2015 +0100

    m3ua: Begin to create a m3ua client connection
    
    Implement a basic M3UA state machine on a SCTP connection.

http://cgit.osmocom.org/cellmgr-ng/commit/?id=679a8d0b75fe2db44cacdcd56b11aec3803ca521

commit 679a8d0b75fe2db44cacdcd56b11aec3803ca521
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 24 18:36:24 2015 +0100

    mtp: Allow to skip SLTM on links (e.g. m3ua)
    
    For M3UA links we can't send SLTM messages but we can
    assume that the link is fine. Add a flag that a link
    can set in case SLTM should be skipped. The linkset will
    then directly wait for routable DPCs and bring the
    SCCP part up.

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

Summary of changes:
 include/Makefile.am        |   2 +-
 include/mtp_data.h         |   6 +
 include/mtp_level3.h       | 180 ------------------------------
 include/sctp_m3ua.h        |   3 +-
 src/isup.c                 |   2 +-
 src/links.c                |   2 +-
 src/main.c                 |   2 +-
 src/main_stp.c             |   2 +-
 src/mtp_layer3.c           |  10 +-
 src/mtp_link.c             |  11 +-
 src/sccp_state.c           |   2 +-
 src/sctp_m3ua_client.c     | 269 ++++++++++++++++++++++++++++++++++++++++++---
 tests/mtp/Makefile.am      |   2 +-
 tests/mtp/mtp_parse_test.c |  10 +-
 14 files changed, 286 insertions(+), 217 deletions(-)
 delete mode 100644 include/mtp_level3.h


hooks/post-receive
-- 
Cellmanager NG, intended to interface with BSplus



More information about the osmocom-commitlog mailing list