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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 7f9c7e7b8b194d9ebdd9de1fd8c0a5457b1e20e7 (commit)
from 5d994e4f751544475f7b8df9507f0aba357945b9 (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/libosmocore/commit/?id=7f9c7e7b8b194d9ebdd9de1fd8c0…
commit 7f9c7e7b8b194d9ebdd9de1fd8c0a5457b1e20e7
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 15 12:02:22 2017 +0100
Add support for PCU version report
Expand 3GPP TS 52.021 §9.4.43 Probable Cause with Osmocom-specific value
for PCU version reporting to enable sending it via OML alarms.
Change-Id: If57459c0610f2c7b36d599b13087c8deef8bdd9e
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_12_21.h | 1 +
src/gsm/abis_nm.c | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 5d994e4f751544475f7b8df9507f0aba357945b9 (commit)
from 62d6f2570358730965162f7dd756a6e2d07627b2 (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/libosmocore/commit/?id=5d994e4f751544475f7b8df9507f…
commit 5d994e4f751544475f7b8df9507f0aba357945b9
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 22 15:20:39 2017 +0100
abis: add message type names
Add human-readable names for Message Types from 3GPP TS 52.021 §9.1
Related: OS#1614
Change-Id: Ide8202b4387351f57ceee34a9eb8c30aef09a663
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_12_21.h | 1 +
src/gsm/abis_nm.c | 103 +++++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 1 +
3 files changed, 105 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, master has been updated
via 9311881bb127180be74a36d716e06283931ebe00 (commit)
from 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa (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=9311881bb127180be74a36d716e06283…
commit 9311881bb127180be74a36d716e06283931ebe00
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Feb 21 13:34:55 2017 +0100
Add simple CTRL2SOAP proxy
Add python client which converts TRAP messages into SOAP requests and
perform corresponding actions.
It can be used as follows
./soap.py -d -w http://example.com/soapservice/htdocs/wsdl/test.wsdl
See ./soap.py -h for additional options.
Change-Id: I82844ec7a302bac30d6daee9ebca2188fd48ca46
Related: SYS#3028
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/soap.py | 188 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 188 insertions(+)
create mode 100755 openbsc/contrib/soap.py
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, master has been updated
via 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa (commit)
via baaf3e242ecfedf43511ec9d11336d9f2f04ed2e (commit)
via f7e9a349efde8987a7da48fb5e331199ba3bb21f (commit)
via 3521af7f3aacc373f48450d06cabf795f6a4a5b1 (commit)
via ce49258a12019d2c7cb53d07e3c9b4ffbc20f561 (commit)
from dd22a30d75090ebe2ba08056bfa04a92aa8d6ba1 (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=16dcf2ae221a3a862fbbb958f5e1e2ec…
commit 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Dec 2 05:21:45 2016 +0100
libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation message
ericsson can handle a reference at the end of a imm assign command which is used in
the confirm response. The confirm response is only sent if the trailer is present.
Change-Id: I88560291b5a3a3d7a0bac4d3c089b45f1f6b297f
http://cgit.osmocom.org/openbsc/commit/?id=baaf3e242ecfedf43511ec9d11336d9f…
commit baaf3e242ecfedf43511ec9d11336d9f2f04ed2e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 17 20:54:04 2016 +0100
RBS2000 RSL: Support for sending RSL PAGING CMD for GPRS
Change-Id: I66541f9b20e7fd67fbec329283fc3c821c970a56
http://cgit.osmocom.org/openbsc/commit/?id=f7e9a349efde8987a7da48fb5e331199…
commit f7e9a349efde8987a7da48fb5e331199ba3bb21f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 16 15:17:22 2016 +0100
RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH
This seems to be mandatory when an Ericsson RBS2000 uses a SuperChannel
as back-haul.
Change-Id: I793e7d62df1ca9f9c38d39e22d3868064d446c8d
http://cgit.osmocom.org/openbsc/commit/?id=3521af7f3aacc373f48450d06cabf795…
commit 3521af7f3aacc373f48450d06cabf795f6a4a5b1
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Wed Nov 2 02:41:41 2016 +0100
abis_om2k: protect MO FSMs by NULL check
Also set MO FSMs to NULL after freeing them.
Change-Id: I30df0b9ab8bc47ba9756c8388e977deed0e40200
http://cgit.osmocom.org/openbsc/commit/?id=ce49258a12019d2c7cb53d07e3c9b4ff…
commit ce49258a12019d2c7cb53d07e3c9b4ffbc20f561
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 15 22:59:24 2016 +0100
OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack
When the BTS is configured to use a SuperChannel and it is using a
unix domain socket based transport towards the L2TP daemon, then
we must instruct the L2TP daemon to instruct the SIU to change the Abis
Lower Transport Mode using the ALTCRQ / ALTCRP L2TP signalling.
Change-Id: I672bfaa09c42fbeb0c8459f24b2222b952de954b
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_rsl.h | 6 ++++-
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/src/libbsc/abis_om2000.c | 22 ++++++++++++++++-
openbsc/src/libbsc/abis_om2000_vty.c | 27 +++++++++++++++++++++
openbsc/src/libbsc/abis_rsl.c | 39 +++++++++++++++++++++++++++++--
openbsc/src/libbsc/bsc_api.c | 2 +-
6 files changed, 92 insertions(+), 5 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 417f2542163edfe8ac8729918e2452dc7787a3d7 (commit)
from 9d796ff15690eb313ec6d2323902f9ea677f300e (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/osmo-sip-connector/commit/?id=417f2542163edfe8ac872…
commit 417f2542163edfe8ac8729918e2452dc7787a3d7
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Mar 10 16:05:17 2017 +0100
mncc/sip: Attempt to parse the media from session in progress
Parse the media from session in progress and if present in alerting
connect the call early. Sadly this sets RTP to the sendrecv mode even
if we would like to keep it as recvonly.
Change-Id: I98d173abc46c67b87666ed2f193a581d6e72344b
Related: OS#1784
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 11 ++++++++++-
src/sip.c | 10 +++++++---
2 files changed, 17 insertions(+), 4 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 9d796ff15690eb313ec6d2323902f9ea677f300e (commit)
from 4649746798fe3074edab720302d135c74dcf3a38 (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/osmo-sip-connector/commit/?id=9d796ff15690eb313ec6d…
commit 9d796ff15690eb313ec6d2323902f9ea677f300e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 8 10:24:14 2017 +0100
mncc: Enable in-band signalling for early media
Besides sending the alerting request we should inform the
MS that there is in-band information now. We do not seem
to export these flags in protocol/gsm_04_08.h so hardcode
them for now (until I come up with good names for them).
Related: OS#1784
Change-Id: I80b1e1f4ca045bd63536476702a5812f27d9b36d
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 4649746798fe3074edab720302d135c74dcf3a38 (commit)
from 0cea3df01d85de7a4e2411356ea43a2f9e97e376 (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/osmo-sip-connector/commit/?id=4649746798fe3074edab7…
commit 4649746798fe3074edab720302d135c74dcf3a38
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Feb 22 13:50:11 2017 +0100
dtmf: Forward DTMF from MNCC to SIP
We are not using the RTP telephony-event here but the older dtmf
relay. We also only have a fixed DTMF duration for now.
Change-Id: Icf770fae89f7aedf6eba9a119db9b8acc7f938df
-----------------------------------------------------------------------
Summary of changes:
src/call.h | 5 +++++
src/mncc.c | 5 +++++
src/sip.c | 19 +++++++++++++++++++
3 files changed, 29 insertions(+)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 0cea3df01d85de7a4e2411356ea43a2f9e97e376 (commit)
from 3d9ae085bf498c24a5c338e80929369ba9f851d1 (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/osmo-sip-connector/commit/?id=0cea3df01d85de7a4e241…
commit 0cea3df01d85de7a4e2411356ea43a2f9e97e376
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Mar 10 15:53:23 2017 +0100
testpbx: Add another number that will just play a ringback
This will enable early media to play a ringback to the phone.
Change-Id: I4c778b1f0e7484a755716133f91767af8b1102c0
-----------------------------------------------------------------------
Summary of changes:
contrib/testpbx/configs/public.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 3d9ae085bf498c24a5c338e80929369ba9f851d1 (commit)
from 63942320b35b61fe9fe95759cdb56cbcf17c7b7a (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/osmo-sip-connector/commit/?id=3d9ae085bf498c24a5c33…
commit 3d9ae085bf498c24a5c338e80929369ba9f851d1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Mar 7 16:01:04 2017 +0100
sip: Actually honor the remote port of the pbx
So far the remote_port has never been used. sofia-sip did the right
thing and put the port into the "Contact" and the rport option for
the via. But we would have never been able to connect a PBX on a
different port (as sofia-sip seems to parse the destination from the
to address).
Change-Id: Ifbd49b4aa6b01b118fe67e39dddef50b2946159c
-----------------------------------------------------------------------
Summary of changes:
src/sip.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 63942320b35b61fe9fe95759cdb56cbcf17c7b7a (commit)
from 62f50f52976d62709831d4eb1a1321d2cb58e354 (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/osmo-sip-connector/commit/?id=63942320b35b61fe9fe95…
commit 63942320b35b61fe9fe95759cdb56cbcf17c7b7a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Mar 7 17:58:04 2017 +0100
testpbx: Enable GSM and AMR as codecs to actually be relevant
Without these codecs we will not have much joy when working with a
default GSM BTS/BSC.
Change-Id: I8719c392f57e0dbed0c0c792d1381592dcd662c1
-----------------------------------------------------------------------
Summary of changes:
contrib/testpbx/configs/vars.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge