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
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 dd22a30d75090ebe2ba08056bfa04a92aa8d6ba1 (commit)
from ca2778cd22e1cd2cac6b3dcda57933601187f01e (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=dd22a30d75090ebe2ba08056bfa04a92…
commit dd22a30d75090ebe2ba08056bfa04a92aa8d6ba1
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Mar 20 17:30:25 2017 +0100
twisted_ipa.py: make debug logging more robust
Do not print anything to stdout directly - use proper logger object
instead: either the one supplied by IPAFactory user or default to NO-OP
NullHandler logger.
Change-Id: Ic3417095a6e8848f0acabb46a9e64c0197b736e2
Related: SYS#3028
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/twisted_ipa.py | 55 ++++++++++++++++++++++++------------------
1 file changed, 32 insertions(+), 23 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 "A python tool to program magic SIMs".
The branch, pmaier/fixfci has been updated
via 960bdc659f06c73b79176285501665a2b8695026 (commit)
from a6b1c9aa726f5e2c0b5d8059afd7a975a1a1152d (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/pysim/commit/?id=960bdc659f06c73b79176285501665a2b8…
commit 960bdc659f06c73b79176285501665a2b8695026
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 21 17:24:31 2017 +0100
fix writing of ICCID for sysmo-usim-sjs1
The programming procedure for sysmo-usim-sjs1 lacks
writing the ICCID. This commit adds the missing call
to update_binary()
-----------------------------------------------------------------------
Summary of changes:
pySim/cards.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs
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 ca2778cd22e1cd2cac6b3dcda57933601187f01e (commit)
from 476c4bb7d13b0c092f78da76e858f882a4bacf76 (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=ca2778cd22e1cd2cac6b3dcda5793360…
commit ca2778cd22e1cd2cac6b3dcda57933601187f01e
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Mar 20 17:26:16 2017 +0100
twisted_ipa.py: bump version properly
Adjust version string to comply with PEP8 and PEP386.
Change-Id: I44c8521f12e6432038998bfb1ac1bb37a1137787
Related: SYS#3028
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/twisted_ipa.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 "A python tool to program magic SIMs".
The branch, master has been updated
via 3ce84d9a4478768a619a0875dc87319415fdf0a1 (commit)
from 9b7c45d05dd733153b523f81479300843d6556b4 (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/pysim/commit/?id=3ce84d9a4478768a619a0875dc87319415…
commit 3ce84d9a4478768a619a0875dc87319415fdf0a1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 21 13:07:46 2017 +0100
cosmetic: missing newlines on last line of 2 files
It's hard to keep this out of real patches, since normally editors add the
final newline automatically.
-----------------------------------------------------------------------
Summary of changes:
pySim/__init__.py | 1 +
pySim/commands.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
A python tool to program magic SIMs
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, users/daniel/ow-nat-msc-conns has been updated
via abd774005879d99188b1ef118d6ba0a20d22082f (commit)
from d8429fbe1e6da857ad8ba6ada14c078ca18f3779 (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=abd774005879d99188b1ef118d6ba0a2…
commit abd774005879d99188b1ef118d6ba0a20d22082f
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Mar 21 12:25:14 2017 +0100
libfilter: Also handle detach indications
Change-Id: Iad4e2861f42d5275e2b3057ab2bc43ef43b61cfe
Ticket: SYS#3208
Sponsored-by: On-Waves ehf.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libfilter/bsc_msg_filter.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
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 "A python tool to program magic SIMs".
The branch, pmaier/fixfci has been created
at a6b1c9aa726f5e2c0b5d8059afd7a975a1a1152d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/pysim/commit/?id=a6b1c9aa726f5e2c0b5d8059afd7a975a1…
commit a6b1c9aa726f5e2c0b5d8059afd7a975a1a1152d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 21 12:05:30 2017 +0100
Fix select control parameter
sysmo-usim-sjs1 requires P2 to be set to 0x0C (request FCI) when
using the USIM application commands. The FCI is not used by pysim
anyway and might even cause problems with other cards.
This commit adds a pair of get/set methods to the SimCardCommands
class in order to set a default for the selection control
parameters (P1, P2). (Similar to the set/get methods for the class
byte)
The SysmoUSIMSJS1 class now calls the setter method for the
selection control parameters inside of its constructuor and sets
the selection control parameter default to "000C". This way we
can be sure that we only change the behaviour for sysmo-usim-sjs1
and do not break support for any other cards.
-----------------------------------------------------------------------
hooks/post-receive
--
A python tool to program magic SIMs