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 "UNNAMED PROJECT".
The branch, master has been updated
via 127a1e07504e555a53072d34e65ca7838c905edb (commit)
from b3df58660f6e965799b18b5b87892a3272c4ccf1 (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-pcu/commit/?id=127a1e07504e555a53072d34e65ca78…
commit 127a1e07504e555a53072d34e65ca7838c905edb
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 12 11:37:58 2017 +0100
Log additional info for radio errors
Change-Id: I936a07ce87f05d9c3dc351dc3bdc4f00d78265e0
Related: OS#1553
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 13 +++++++++++--
src/sba.cpp | 4 +++-
2 files changed, 14 insertions(+), 3 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 30ffa7ade5aa55e95cf888bbdd9028f2983d663c (commit)
from c9fa25e8316b8af3e9f11b9e79368092df466972 (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/libosmo-abis/commit/?id=30ffa7ade5aa55e95cf888bbdd9…
commit 30ffa7ade5aa55e95cf888bbdd9028f2983d663c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 11 00:42:46 2017 +0100
undup: subchan_demux.c: use libosmocore's llist_count()
Depends on libosmocore Change-Id Ic49adc7a346f5722bf624d7d3b4a735e4220ae15
Change-Id: I47f1831f1835dc07925dabbc115677087e48fa1b
-----------------------------------------------------------------------
Summary of changes:
src/subchan_demux.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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 b7f41d554bd197f23824eafa751d005a22d4277b (commit)
from 34f012639ddf41470714ae74ae961d158670a4c7 (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=b7f41d554bd197f23824eafa751d005a…
commit b7f41d554bd197f23824eafa751d005a22d4277b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 11 00:43:26 2017 +0100
undup: gtphub_test: use libosmocore's llist_count()
Depends on libosmocore Change-Id Ic49adc7a346f5722bf624d7d3b4a735e4220ae15
Change-Id: I67bc1889c064596a2f3e93cc0354b11c720b0225
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/gtphub/gtphub_test.c | 22 +++++-----------------
1 file changed, 5 insertions(+), 17 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 505a22fc5102b69cdb7a910fb65da67e41d7f649 (commit)
from b0a4234c49ba6338bc78fe83b7f85af2571b70f6 (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=505a22fc5102b69cdb7a910fb65d…
commit 505a22fc5102b69cdb7a910fb65da67e41d7f649
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 11 00:33:10 2017 +0100
linuxlist.h: add llist_count()
After subchan_demux.c in libosmo-abis, osmo-bts/common/vty.c and openbsc's
gtphub_test.c, more places would like to count the llist items (mostly unit
tests). Instead of proliferating numerous local implementations, add here.
NOTE: other than the previous llist_len() implementations, this one returns an
*unsigned* length, which might need some adjusting of current callers.
Call this llist_count() rather than llist_len() to highlight the fact that this
is actively iterating. This also avoids a potential naming conflict when
library versions mismatch.
Change-Id: Ic49adc7a346f5722bf624d7d3b4a735e4220ae15
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/linuxlist.h | 16 ++++++++++++++++
1 file changed, 16 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 34f012639ddf41470714ae74ae961d158670a4c7 (commit)
from c8fc41c2f6780123658910d4b876022525e52518 (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=34f012639ddf41470714ae74ae961d15…
commit 34f012639ddf41470714ae74ae961d158670a4c7
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 20 13:03:03 2017 +0100
Turn some compiler warnings into errors
Re-apply the reverted commit 98bc7fa50d0731864297f8fb82932d480c426ff6, this
time with a clear error message in case autoconf-archive is not installed.
Change-Id: I631bde22e79ec0318eb9c8114db5861a1d635816
Tweaked-by: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
-----------------------------------------------------------------------
Summary of changes:
debian/control | 1 +
openbsc/configure.ac | 12 ++++++++++++
2 files changed, 13 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 "Osmocom Tools for Qualcomm Diag".
The branch, master has been updated
via cef7ef60d0a79c288d6535d8ab99665c33c7c42e (commit)
via 7c5858ec435baf8a0ca15052e5fd457e3443d8bd (commit)
via 3710dcc1eb1a634d72ca216a7e2bcfd986e7671e (commit)
from cf854caa9b62c0c1ad88f29e7a69886e79c08c91 (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-qcdiag/commit/?id=cef7ef60d0a79c288d6535d8ab99…
commit cef7ef60d0a79c288d6535d8ab99665c33c7c42e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 22 19:04:08 2017 +0100
Add python tools that (partially) parse the QXDM database
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=7c5858ec435baf8a0ca15052e5fd…
commit 7c5858ec435baf8a0ca15052e5fd457e3443d8bd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 22 00:01:58 2017 +0100
diag_msg: Mark dispatch table as 'const'
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=3710dcc1eb1a634d72ca216a7e2b…
commit 3710dcc1eb1a634d72ca216a7e2bcfd986e7671e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jan 21 23:53:15 2017 +0100
Add support for DIAG EVENT reporting
-----------------------------------------------------------------------
Summary of changes:
src/Makefile | 2 +-
src/diag_event.c | 159 +++++++++++++++++++++++++++++++++++++++++++++++++
src/diag_io.h | 9 +++
src/diag_log.c | 8 ---
src/diag_msg.c | 2 +-
src/osmo-qcdiag-log.c | 2 +-
tools/qxdm-db-tool.py | 38 ++++++++++++
tools/qxdm_db.py | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 369 insertions(+), 11 deletions(-)
create mode 100644 src/diag_event.c
create mode 100755 tools/qxdm-db-tool.py
create mode 100644 tools/qxdm_db.py
hooks/post-receive
--
Osmocom Tools for Qualcomm Diag
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 "Osmocom Tools for Qualcomm Diag".
The branch, master has been updated
via cf854caa9b62c0c1ad88f29e7a69886e79c08c91 (commit)
via 70ff72d5f45a85785280391cf7375eebea6ef31c (commit)
via 1570b9f38b70184647b4f759df5701e0cf213c4d (commit)
via 0512d9d2664fb0893aa4c096767f4e08d0362acb (commit)
from 0442fead33dece7027ba0f859a30bd65180442f8 (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-qcdiag/commit/?id=cf854caa9b62c0c1ad88f29e7a69…
commit cf854caa9b62c0c1ad88f29e7a69886e79c08c91
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jan 21 11:22:44 2017 +0100
diag_msg: Don't replace second character of every msg with 'p'
We want to replace all %s with %p, but not modify other parts of the
format string...
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=70ff72d5f45a85785280391cf737…
commit 70ff72d5f45a85785280391cf7375eebea6ef31c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jan 21 11:20:07 2017 +0100
fix various compilation warnings all over the code
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=1570b9f38b70184647b4f759df57…
commit 1570b9f38b70184647b4f759df5701e0cf213c4d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jan 21 11:15:50 2017 +0100
decode L2 channel type
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=0512d9d2664fb0893aa4c096767f…
commit 0512d9d2664fb0893aa4c096767f4e08d0362acb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jan 21 11:01:45 2017 +0100
decoder for RLC-EPDAN, MDSP-CMD, L2-STATE and L2-TRANSM-STATUS
-----------------------------------------------------------------------
Summary of changes:
src/diag_dpl.h | 2 +
src/diag_gsm.c | 66 +++++++++++++++++++++++++++
src/diag_log_gprs.c | 29 ++++++++++--
src/diag_log_gsm.c | 60 +++++++++++++++++++++++-
src/diag_log_wcdma.c | 10 ++--
src/diag_msg.c | 10 ++--
src/osmo-qcdiag-log.c | 1 -
src/protocol/diag_log_gsm.h | 109 +++++++++++++++++++++++++++++++++++++++++++-
8 files changed, 268 insertions(+), 19 deletions(-)
hooks/post-receive
--
Osmocom Tools for Qualcomm Diag
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 70b71507c27f8967b0aa31cad0b3070c6780f3b4 (commit)
from c37fd8898526dfeac3da620ddb4d2ad701c1fffd (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-bts/commit/?id=70b71507c27f8967b0aa31cad0b3070…
commit 70b71507c27f8967b0aa31cad0b3070c6780f3b4
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 20 12:20:14 2017 +0100
deb: use gsm_data_shared.* from openbsc-dev
Use gsm_data-shared.* from absolute path where it's installed by
openbsc-dev package instead of relative path to fix OBS package
building.
Change-Id: Iec6b0f0eb0b7fffaa814c9769c0ee777d641a07f
Related: OS#1860
-----------------------------------------------------------------------
Summary of changes:
debian/patches/01_location_of_gsm_data_shared.patch | 18 ++++++++++++++++++
debian/patches/series | 2 ++
debian/source/format | 2 +-
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 debian/patches/01_location_of_gsm_data_shared.patch
create mode 100644 debian/patches/series
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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/vlr has been updated
via b36d6731989dbdce7467bb19b21e1ef065669138 (commit)
from 5ddb9a96821bcdb5c9d0b2180ce6535f161d2a58 (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=b36d6731989dbdce7467bb19b21e1ef0…
commit b36d6731989dbdce7467bb19b21e1ef065669138
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 20 00:28:36 2017 +0100
don't close CM Service Request conn for RR messages
Also log the situation more verbosely
Change-Id: I736f1dfa5f65b1c846ce25ec400b08974d7f5101
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_08.c | 32 ++++++++++++++++++++++++++
openbsc/src/libmsc/osmo_msc.c | 8 -------
openbsc/tests/subscr_conn/subscr_conn_test.err | 12 +++++-----
3 files changed, 38 insertions(+), 14 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via a83fbd8c864ef253e4d6d79d5069b45ac92f8e75 (commit)
from 7214bc2614c5573b4b4e360c9b1a73b415cd2652 (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/op25/commit/?id=a83fbd8c864ef253e4d6d79d5069b45ac92…
commit a83fbd8c864ef253e4d6d79d5069b45ac92f8e75
Author: Max <ikj1234i(a)yahoo.com>
Date: Fri Jan 20 13:47:25 2017 -0500
ambe_encoder_sb block
-----------------------------------------------------------------------
Summary of changes:
.../include/op25_repeater/CMakeLists.txt | 1 +
.../op25_repeater/{vocoder.h => ambe_encoder_sb.h} | 20 ++--
op25/gr-op25_repeater/lib/CMakeLists.txt | 2 +
op25/gr-op25_repeater/lib/ambe_encoder_sb_impl.cc | 114 +++++++++++++++++++++
.../lib/{vocoder_impl.h => ambe_encoder_sb_impl.h} | 36 +++----
op25/gr-op25_repeater/swig/op25_repeater_swig.i | 4 +
6 files changed, 149 insertions(+), 28 deletions(-)
copy op25/gr-op25_repeater/include/op25_repeater/{vocoder.h => ambe_encoder_sb.h} (71%)
create mode 100644 op25/gr-op25_repeater/lib/ambe_encoder_sb_impl.cc
copy op25/gr-op25_repeater/lib/{vocoder_impl.h => ambe_encoder_sb_impl.h} (70%)
hooks/post-receive
--
Software-defined analyzer for APCO P25