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, fairwaves/master-rebase has been updated
via c9d1f6f84194ae025e44f3dd86b4f5f792868c26 (commit)
via 37885be945925f11601b1a5133a2a937810759d7 (commit)
via 73c4ac258dfdc691649b90203c08e606ac2ed4d5 (commit)
via 9630a78755fd066b296dce451a0fa39912f4bf05 (commit)
from 203a4a12608459f1dcccf550659cabded1051846 (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=c9d1f6f84194ae025e44f3dd86b4f5f7…
commit c9d1f6f84194ae025e44f3dd86b4f5f792868c26
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Jul 19 18:44:29 2017 +0300
debian: Update changelog to 0.15.1-fw.7
http://cgit.osmocom.org/openbsc/commit/?id=37885be945925f11601b1a5133a2a937…
commit 37885be945925f11601b1a5133a2a937810759d7
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Jul 19 18:18:27 2017 +0300
gsm_04_08: Implement support of placing an existing call on hold when another call
comes in and switching to new call
In this case two transactions with links to the same lchan are in transaction list:
* transaction for call on hold
* transaction for active call.
New condition was added for searching function to avoid selecting transaction
which was put on hold and use active call transaction for rtp handling and handover
procedures.
http://cgit.osmocom.org/openbsc/commit/?id=73c4ac258dfdc691649b90203c08e606…
commit 73c4ac258dfdc691649b90203c08e606ac2ed4d5
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Jul 19 17:46:24 2017 +0300
gsm_04_08: Enable mncc_rtp_connect_pending flag for conn after receiving retrieve ind
to be able to re-connect rtp
http://cgit.osmocom.org/openbsc/commit/?id=9630a78755fd066b296dce451a0fa399…
commit 9630a78755fd066b296dce451a0fa39912f4bf05
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Jul 19 17:38:41 2017 +0300
gsm_04_08: Add handling of rtp bridge mode in tch_recv_mncc function to avoid
executing code which is used for rtp proxy mode
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 8 ++++++++
openbsc/src/libmsc/gsm_04_08.c | 9 +++++++++
2 files changed, 17 insertions(+)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)