libosmo-sccp.git branch neels/aoip updated. 0.0.6.3-260-gf402fdc

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
Sun Jun 25 18:28:48 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 "SCCP Library".

The branch, neels/aoip has been updated
  discards  22e2d18a156fbfce121964f66d5348db29674c20 (commit)
  discards  bcb64109c227e340769f11c958b1bb25330e89ce (commit)
  discards  76e62258dde36f3df183b81421fd638fe796b468 (commit)
  discards  1fb2744f5660559929c7c21c7423b08d6aedfd28 (commit)
  discards  6ec0350fcc007c6e73e43bb000269aa222e4e3b7 (commit)
  discards  459b9974610d7a1a5e93d04300c161942fad63e9 (commit)
       via  f402fdc0598e555feeb439ee522ca063140188a5 (commit)
       via  1df11eef57df6067b6a25f39872d13d09f8d00f0 (commit)
       via  92a108443ed038b2d90e8d8a0a20f96a4278765f (commit)
       via  851fa476ed5bbba4811c27e0a62b401320506d14 (commit)
       via  4d9a3ac6b77d62a40431efccf2c7ae540fc54c56 (commit)
       via  b0eda42f65da9800b4c6081dfe264f648ea2d26e (commit)
       via  58ddc483710a09e5c5c07a03154895fc1038915e (commit)
       via  4e015f6664ce730e1b44107a0f2f05971ae628bd (commit)
       via  a70b4599f63b50c4d654eb9e1b1a099a7c8cdc36 (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 (22e2d18a156fbfce121964f66d5348db29674c20)
            \
             N -- N -- N (f402fdc0598e555feeb439ee522ca063140188a5)

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/libosmo-sccp/commit/?id=f402fdc0598e555feeb439ee522ca063140188a5

commit f402fdc0598e555feeb439ee522ca063140188a5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Jun 23 15:48:47 2017 +0200

    fix warning: sccp_scoc.c: missing header
    
    Change-Id: I0577346379bd41b25a75331f53d7914ee0696931

http://cgit.osmocom.org/libosmo-sccp/commit/?id=1df11eef57df6067b6a25f39872d13d09f8d00f0

commit 1df11eef57df6067b6a25f39872d13d09f8d00f0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jun 22 21:06:49 2017 +0200

    osmo_sccp_user_sap_down(): store called/calling addr in new conn
    
    Change-Id: I7a52053c2377e47d558e41db59d0fb736a11ffe8

http://cgit.osmocom.org/libosmo-sccp/commit/?id=92a108443ed038b2d90e8d8a0a20f96a4278765f

commit 92a108443ed038b2d90e8d8a0a20f96a4278765f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jun 22 21:04:56 2017 +0200

    sccp_scoc fsm: abort with error log on null conn
    
    Change-Id: I091e5b6e64b24ce94b6495f3006f44c17d513ee7

http://cgit.osmocom.org/libosmo-sccp/commit/?id=851fa476ed5bbba4811c27e0a62b401320506d14

commit 851fa476ed5bbba4811c27e0a62b401320506d14
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed May 17 23:58:04 2017 +0200

    Revert "SCOC: When sending a CORE/CR, SUA SRC_ADDR == CallingPartyAddress"
    
    According to pmaier, this commit breaks AoIP in openbsc.git. Until this
    question is resolved, I will revert this on my branch to be able to build
    binaries for the osmo-gsm-tester.
    
    This reverts commit 5527df78adc08b76df07c4b682263b5bdd6181d4.

http://cgit.osmocom.org/libosmo-sccp/commit/?id=4d9a3ac6b77d62a40431efccf2c7ae540fc54c56

commit 4d9a3ac6b77d62a40431efccf2c7ae540fc54c56
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jun 22 21:10:53 2017 +0200

    sccp_user.c: add missing error logging
    
    Change-Id: I98e400e297f8fa83037a8e74a936e4ecc137099c

http://cgit.osmocom.org/libosmo-sccp/commit/?id=b0eda42f65da9800b4c6081dfe264f648ea2d26e

commit b0eda42f65da9800b4c6081dfe264f648ea2d26e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jun 22 21:08:12 2017 +0200

    gen_mtp_transfer_req_xua(): add addr to error log for missing DPC
    
    Change-Id: Icfd45bcbecc440b94893db2aca537a162f210abd

http://cgit.osmocom.org/libosmo-sccp/commit/?id=58ddc483710a09e5c5c07a03154895fc1038915e

commit 58ddc483710a09e5c5c07a03154895fc1038915e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jun 22 21:03:14 2017 +0200

    add various debug logging to help figure out complex SCCP routing
    
    Change-Id: Ia3243606d6cad7721f7da7f6caba2caa90ae2bbd

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

Summary of changes:
 include/osmocom/sigtran/osmo_ss7.h | 2 +-
 src/sccp_scoc.c                    | 1 +
 tests/xua/xua_test.c               | 4 +++-
 tests/xua/xua_test.ok              | 2 ++
 4 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list