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
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 62f50f52976d62709831d4eb1a1321d2cb58e354 (commit)
from 301860387a98ef1e3594b640ce471aceb4bc0ac1 (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=62f50f52976d62709831d…
commit 62f50f52976d62709831d4eb1a1321d2cb58e354
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Feb 22 13:37:06 2017 +0100
dtmf: Start handling the DTMF MNCC messages and respond
Simply respond to the dtmf start/stop with a response
and move on.
Change-Id: Iffc92ea2112c9943ce89c244a9b323125c352ae5
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 59 insertions(+), 7 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 "Tools to centralize packet capture and storing".
The branch, master has been updated
via 4776b2972e84ef75b3a1c884da19604d87fc7f68 (commit)
via 17f5b005066a15312525e53e7b4a574d40011f96 (commit)
from 40c1e85499ec152a26bfd07433765730e3782104 (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-pcap/commit/?id=4776b2972e84ef75b3a1c884da1960…
commit 4776b2972e84ef75b3a1c884da19604d87fc7f68
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Mar 7 23:17:41 2017 +0100
debian: Add -dbg packages for the osmo-pcap-client and osmo-pcap-server
Currently looking at a weird issue. Make it possible to install the
-dbg packages.
Change-Id: I7d6c8e491be459151c1531b86f28bb1dc2ee8bb4
http://cgit.osmocom.org/osmo-pcap/commit/?id=17f5b005066a15312525e53e7b4a57…
commit 17f5b005066a15312525e53e7b4a574d40011f96
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Jan 17 09:13:36 2017 +0100
debian: Make a new release with the new feature
Change-Id: Ibe86b761b494e0fb78bbbc78e3c1982e44185750
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 7 +++++++
debian/control | 10 ++++++++++
debian/rules | 4 ++++
3 files changed, 21 insertions(+)
hooks/post-receive
--
Tools to centralize packet capture and storing
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 38b69871ae87506c21a6b53ba418139d24305590 (commit)
via 7db522b6d951413d7d62f9c7e52a9b2100622399 (commit)
via ae09b04e26068182b870d7e136e25eeb3767396a (commit)
via b61c610cd964107aea2ccdf261575237d07ea994 (commit)
via 132fb247b101292818afaf72f7508b594625cc25 (commit)
via 1c0b8b355ccbb31048973e838933d0e29039ad32 (commit)
via 1dd05cf35a8c5e3c2acfbc4e23e26d41ea4a9aa9 (commit)
from 14d13b67dcd4fa35b03cbbef0c5ddd2622b89155 (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-trx/commit/?id=38b69871ae87506c21a6b53ba418139…
commit 38b69871ae87506c21a6b53ba418139d24305590
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 18:20:09 2017 -0700
BitVector: Convert SoftVector from 0..1 to -1..+1 soft bits.
This makes code simpler and will allow us send -127..127 soft bits towards
osmo-bts instead of 0..255 bits.
Change-Id: I16ecc3d4c829dcf0f619ad995bc9d4a4ed8af0a4
http://cgit.osmocom.org/osmo-trx/commit/?id=7db522b6d951413d7d62f9c7e52a9b2…
commit 7db522b6d951413d7d62f9c7e52a9b2100622399
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 18:00:50 2017 -0700
BitVector: Remove convolutional codec - we don't use it in osmo-trx.
Now we have more fexibility in how we represent SoftVector, since we
no longer depend on the particular convolutional codec implementation.
Change-Id: I3006b6a26c5eff59dbe9c034f689961802f1d0d0
http://cgit.osmocom.org/osmo-trx/commit/?id=ae09b04e26068182b870d7e136e25ee…
commit ae09b04e26068182b870d7e136e25eeb3767396a
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 15 21:26:06 2017 +0300
CommonLibs: Print soft bits with less confidence to console when printing a soft vector.
We use other symbols to show that these bits has less confidence:
o and . for 0 with less confidence
| and ' for 1 with less confidence
Change-Id: I747a17568ee48f1f3163e8dfab2e450af85e6435
http://cgit.osmocom.org/osmo-trx/commit/?id=b61c610cd964107aea2ccdf26157523…
commit b61c610cd964107aea2ccdf261575237d07ea994
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 18:22:19 2017 -0700
Call vectorSlicer() right before packing bits for transmission to osmo-bts.
vectorSlicer() converts soft-bits from -1..+1 to 0..1 while we want
to keep SoftVector in -1..+1 mode until the last minute, because at some
point we'll want to transmit -1..+1 to osmo-bts instead of converting it
from 0..1 back to -1..+1 on the osmo-bts side.
Plus it removes code duplication - we call it once instead of twice.
Change-Id: Idd6ddd7ac219afb0df055a692632678b66373764
http://cgit.osmocom.org/osmo-trx/commit/?id=132fb247b101292818afaf72f7508b5…
commit 132fb247b101292818afaf72f7508b594625cc25
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 17:22:33 2017 -0700
sigProcLib: Slice SoftVector instead of signalVector for GMSK demod.
This makes it similar to 8-PSK demod and also saves a bit of lines ofcode and
should give us a tiny improvement in performance.
Ideally we need to remove vector slicing at all, because in osmo-bts-trx
we convert back to +-1.0 again (actually to +-127, but it doesn't mater).
So we should rather transmit +-1.0 values to avoid double conversion.
Change-Id: If9ed6f0f80fbe88c994b2f9c3cae91d0d57f4442
http://cgit.osmocom.org/osmo-trx/commit/?id=1c0b8b355ccbb31048973e838933d0e…
commit 1c0b8b355ccbb31048973e838933d0e29039ad32
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 16:12:47 2017 -0700
sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity.
Change-Id: Ibcef8d7d4a2c06865bed7e4091ccc8dbbd494d77
http://cgit.osmocom.org/osmo-trx/commit/?id=1dd05cf35a8c5e3c2acfbc4e23e26d4…
commit 1dd05cf35a8c5e3c2acfbc4e23e26d41ea4a9aa9
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 15 23:23:36 2017 +0300
sigProcLib: make energyDetect() simpler by returning actual energy.
Change-Id: I9bf97f2dc03fea9bebcf43198dfb05f6e4694e9c
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/BitVector.cpp | 257 ++---------------------------------------
CommonLibs/BitVector.h | 149 +-----------------------
CommonLibs/BitVectorTest.cpp | 28 -----
Transceiver52M/Transceiver.cpp | 9 +-
Transceiver52M/sigProcLib.cpp | 53 ++++-----
Transceiver52M/sigProcLib.h | 26 ++---
6 files changed, 52 insertions(+), 470 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 62d6f2570358730965162f7dd756a6e2d07627b2 (commit)
from e64d5bd29b3a206c727170c18616ea95f62a0fae (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=62d6f2570358730965162f7dd756…
commit 62d6f2570358730965162f7dd756a6e2d07627b2
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 21 16:55:45 2017 +0100
abis: add attribute names
Add human-readable names for Attributes from 3GPP TS 52.021 §9.4
Change-Id: I861247c01557dac7e484ef6fb9b170f69c8a7f55
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_12_21.h | 1 +
src/gsm/abis_nm.c | 71 ++++++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 1 +
3 files changed, 73 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications