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/aoip has been updated
discards 6b4be38fc653418549ad0402dcf84a35355f123b (commit)
discards d23ef39513db9eb8e156fbfc8e8506aac7a17546 (commit)
discards bbd32cddf8986f603507829a9ea430a3bef43bcd (commit)
discards 3c8f08c78784ed9c84f6327f56c2debac4240943 (commit)
discards 804e2d5d2c8cdc515355cf6596dd94f6214754ed (commit)
discards 8185a941f8d47647de3941e1a9e2b445ca92c2ce (commit)
via 5600a21a6502230ef2e08ebb9b3ba9b7fc869397 (commit)
via 656b5789612ea59073c732090dad9611f5561b79 (commit)
via bc0ab90fc9c2a105089d83fcdb5ba89637dbd22f (commit)
via aaffff66b2b20de29169b632420079bc315f2826 (commit)
via 02fdbb40031f41510cffe4dbc1d9671fea5783af (commit)
via 4e2e1862bcd7bfbc57a415fdcf79608301bcebe8 (commit)
via 0008777c0305426e91230a31160a1aa26563abfa (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 (6b4be38fc653418549ad0402dcf84a35355f123b)
\
N -- N -- N (5600a21a6502230ef2e08ebb9b3ba9b7fc869397)
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=5600a21a6502230ef2e08ebb9b3ba9b7…
commit 5600a21a6502230ef2e08ebb9b3ba9b7fc869397
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 21 15:57:57 2017 +0200
msc: re-enable iu_init()
Change-Id: If12ca46c834466307bee6465b777d63d5c922405
http://cgit.osmocom.org/openbsc/commit/?id=656b5789612ea59073c732090dad9611…
commit 656b5789612ea59073c732090dad9611f5561b79
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 21 15:57:42 2017 +0200
a_init: use name arg for sccp client and user bind
Change-Id: I10e899777e21bf1dbfba1e7e692d7017593e5f38
http://cgit.osmocom.org/openbsc/commit/?id=bc0ab90fc9c2a105089d83fcdb5ba896…
commit bc0ab90fc9c2a105089d83fcdb5ba89637dbd22f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:22:21 2017 +0200
a_iface: fix typo in function name
http://cgit.osmocom.org/openbsc/commit/?id=aaffff66b2b20de29169b632420079bc…
commit aaffff66b2b20de29169b632420079bc315f2826
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:19:27 2017 +0200
a_iface: Check if channel type and speech codec list are successful
Currently we do not check for errors during the generation of
channel type and speech codec list. This might blow an assertion
in gsm0808_create_ass if the generated data is invalid. So
we need to check beforehand.
http://cgit.osmocom.org/openbsc/commit/?id=02fdbb40031f41510cffe4dbc1d9671f…
commit 02fdbb40031f41510cffe4dbc1d9671fea5783af
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 12:00:30 2017 +0200
rsl: fix stray line break in logtext
The log output from the rsl layer injects line breaks at wrong
places in the log. This messes up the logtext. This commit fixes
the problem.
http://cgit.osmocom.org/openbsc/commit/?id=4e2e1862bcd7bfbc57a415fdcf796083…
commit 4e2e1862bcd7bfbc57a415fdcf79608301bcebe8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 11:11:27 2017 +0200
mgcp: fix line-break problem in log
When the mgcp_client prints MGCP strings in the log text, it does
not remove the line break before printing. This will mess up
the log text. This patch removes the line break characters before
printing properly.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/a_iface.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_audio.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)