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
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 0442fead33dece7027ba0f859a30bd65180442f8 (commit)
via fe5354444009f81b851c39cf12cf8acaecce81fb (commit)
via 7b113a2d33c5a7bcd53f83f8df73b6a579bee56f (commit)
via 280bb05a61c5ab8afcab058446b4a11b7ef93814 (commit)
from 5162dd59fa7dc3f0d6c3df8d855fa9c4b2b691d7 (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=0442fead33dece7027ba0f859a30…
commit 0442fead33dece7027ba0f859a30bd65180442f8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jan 20 12:04:10 2017 +0100
Enable + Interpret more GPRS related logging
Those logging groups are not present on all firmwares/devices. Best
success for GPRS low-layer logging so far with an old Gobi2000 card from
Lenovo.
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=fe5354444009f81b851c39cf12cf…
commit fe5354444009f81b851c39cf12cf8acaecce81fb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jan 11 11:22:51 2017 +0100
gprs: handle RLC uplink/downlink ack/nack params
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=7b113a2d33c5a7bcd53f83f8df73…
commit 7b113a2d33c5a7bcd53f83f8df73b6a579bee56f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jan 9 21:34:03 2017 +0100
WIP: More WCDMA/RRC decoding
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=280bb05a61c5ab8afcab058446b4…
commit 280bb05a61c5ab8afcab058446b4a11b7ef93814
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jan 9 16:00:10 2017 +0100
diag_log_gprs_rlc.h: More log message definitions
-----------------------------------------------------------------------
Summary of changes:
src/Makefile | 2 +-
src/diag_log.c | 5 ++
src/diag_log.h | 2 +
src/diag_log_gprs.c | 127 +++++++++++++++++++++++++++++++++++++++
src/diag_log_wcdma.c | 84 +++++++++++++++++++++++++-
src/protocol/diag_log_gprs_l1.h | 108 +++++++++++++++++++++++++++++++++
src/protocol/diag_log_gprs_rlc.h | 63 +++++++++++++++----
src/protocol/diag_log_wcdma.h | 77 ++++++++++++++++++++++++
8 files changed, 454 insertions(+), 14 deletions(-)
create mode 100644 src/protocol/diag_log_gprs_l1.h
hooks/post-receive
--
Osmocom Tools for Qualcomm Diag