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/B/C Netz".
The branch, jolly/work has been updated
discards ddcd1bb3f42bdbba74fb41ad8ce56160e7552b35 (commit)
via 80f2be7677487fb469f015ac876ff352e2a761ff (commit)
via 20c80b0e0a58674576f97b6f690d3013510d54e1 (commit)
via b72189127c90e74fe1e6d42a15acd58b90eda8e4 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (ddcd1bb3f42bdbba74fb41ad8ce56160e7552b35)
\
N -- N -- N (80f2be7677487fb469f015ac876ff352e2a761ff)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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/osmocom-analog/commit/?id=80f2be7677487fb469f015ac8…
commit 80f2be7677487fb469f015ac876ff352e2a761ff
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sat Jan 20 15:55:40 2018 +0100
Make jollycom compile without SDR support
http://cgit.osmocom.org/osmocom-analog/commit/?id=20c80b0e0a58674576f97b6f6…
commit 20c80b0e0a58674576f97b6f690d3013510d54e1
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sun Jan 21 09:30:00 2018 +0100
libdisplay: Removing dependency from libmobile
http://cgit.osmocom.org/osmocom-analog/commit/?id=b72189127c90e74fe1e6d42a1…
commit b72189127c90e74fe1e6d42a15acd58b90eda8e4
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Tue Jan 2 11:51:32 2018 +0100
NMT: Fixes on channel coding/handling
-----------------------------------------------------------------------
Summary of changes:
src/amps/dsp.c | 4 +--
src/anetz/dsp.c | 4 +--
src/bnetz/dsp.c | 10 +++----
src/cnetz/fsk_demod.c | 4 +--
src/jolly/Makefile.am | 2 +-
src/jolly/dsp.c | 4 +--
src/libdisplay/display.h | 26 +++++++++++------
src/libdisplay/display_iq.c | 2 +-
src/libdisplay/display_measurements.c | 34 +++++++++++++---------
src/libdisplay/display_spectrum.c | 53 +++++++++++++++++++++++++++++------
src/libdisplay/display_status.c | 2 +-
src/libdisplay/display_wave.c | 12 ++++----
src/libmobile/sender.c | 13 ++++++---
src/libsdr/sdr.c | 8 ++++--
src/libsound/sound_alsa.c | 2 +-
src/nmt/countries.c | 2 +-
src/nmt/dsp.c | 6 ++--
src/nmt/main.c | 20 +++++++++----
src/r2000/dsp.c | 8 +++---
19 files changed, 142 insertions(+), 74 deletions(-)
hooks/post-receive
--
A/B/C Netz
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 Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated
via ab7eb390cba51809b81d7fa41f5ecd5755e0b609 (commit)
via 32462cfd62a25a461d36845e546f150bd8ca0e97 (commit)
from 0192c028e449d9d5f33cf8f0099e0742b1ba80e2 (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/osmocom-bb/commit/?id=ab7eb390cba51809b81d7fa41f5ec…
commit ab7eb390cba51809b81d7fa41f5ecd5755e0b609
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Jan 21 01:49:27 2018 +0600
fake_trx: implement a new tool for TRX protocol sniffing
This change introduces a new tool, which could be used to sniff a
single connection between L1 and TRX in both directions, filter
captured bursts by direction, timeslot and/or frame number, and
finally write them to a binary file for further analysis.
Sniffing capability is based on Scapy framework, so it should
be installed in order to run this tool. Please also note,
that sniffing requires root access. For details, see:
https://github.com/secdev/scapyhttps://scapy.readthedocs.io/en/latest/
Usage example:
sudo ./trx_sniff --frame-count 30 --timeslot 2 -o /tmp/bursts
This command will capture 30 frames on timeslot number 2, and
write them to a binary file. The format of this file is based
on TLV (Tag Length Value), that wraps each burst:
... |-TAG (byte)-|-LEN (byte)-|-BURST (LEN bytes)-| ...
TAG 0x01 - a message coming from L1 to TRX
TAG 0x02 - a message coming from TRX to L1
Change-Id: I6e65e1d657574cc3e67bc7cdb1c01ef6bf08ecde
http://cgit.osmocom.org/osmocom-bb/commit/?id=32462cfd62a25a461d36845e546f1…
commit 32462cfd62a25a461d36845e546f150bd8ca0e97
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jan 20 16:44:19 2018 +0600
fake_trx/burst_send.py: indicate actual burst source
Change-Id: I7e45996f4a7a2aacc962ff9b65107c6b04e7bf68
-----------------------------------------------------------------------
Summary of changes:
src/target/fake_trx/README | 6 +
src/target/fake_trx/burst_send.py | 2 +
src/target/fake_trx/trx_sniff.py | 318 ++++++++++++++++++++++++++++++++++++++
3 files changed, 326 insertions(+)
create mode 100755 src/target/fake_trx/trx_sniff.py
hooks/post-receive
--
The Open Source GSM Base Band stack
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 0bbf67dfd3d97c67a126e60de2c5648c88427981 (commit)
from c6fd24576c482be35f9d0b7f247e69a3153b9cc6 (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=0bbf67dfd3d97c67a126e60de2c5…
commit 0bbf67dfd3d97c67a126e60de2c5648c88427981
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jan 1 20:31:58 2018 +0100
MNCC: Add MNCC to string dumper
As MNCC is rather hard to debug (wireshark cannot trace UNIX domain
sockets), let's add our own decoder that we can use from related
debug log statements in the respective programs.
Change-Id: I216aaf70868ba5f3860a60c4b2442957531a3011
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/mncc.h | 9 +
src/gsm/Makefile.am | 2 +-
src/gsm/libosmogsm.map | 3 +
src/gsm/mncc.c | 416 +++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 429 insertions(+), 1 deletion(-)
create mode 100644 src/gsm/mncc.c
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 88ef855d234276bb33eec2700cadaa6d4c671078 (commit)
from f2f37e5b19d5de0ee2aa6201cecbd66e2303a3c7 (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-gsm-manuals/commit/?id=88ef855d234276bb33eec27…
commit 88ef855d234276bb33eec2700cadaa6d4c671078
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 15:07:30 2018 +0100
Document workaround for gsmtap logging
Document a way to minimize logging to stderr when gsmtap is used as a
log target.
Change-Id: I8e64a0075b5a4bad3f83660e0668e6de45b21008
-----------------------------------------------------------------------
Summary of changes:
common/chapters/logging.adoc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 c6fd24576c482be35f9d0b7f247e69a3153b9cc6 (commit)
via 0e2a94326ed575e801f434b72399e5fb8b429d61 (commit)
via bd7bd3947d4882bd7939e34d4565027c64524742 (commit)
from 1ac277dcef694a2f849a6b5259cf5aa4488bebb9 (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=c6fd24576c482be35f9d0b7f247e…
commit c6fd24576c482be35f9d0b7f247e69a3153b9cc6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 01:57:38 2018 +0100
logging vty: add 'logging print file (0|1|basename)' cmd
Add a VTY command that allows configuring the output of source filename. So
far, this was not configurable by VTY at all.
Change-Id: If1bd79026a3c680ccf7587d545d12f7759a998fc
http://cgit.osmocom.org/libosmocore/commit/?id=0e2a94326ed575e801f434b72399…
commit 0e2a94326ed575e801f434b72399e5fb8b429d61
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 02:49:48 2018 +0100
logging: allow to log only the basename of each source
In the C API, add another enum log_file_type value, and when set print only the
basename of the source file path.
Rationale: especially when not building directly in the source dir, the paths
to the source files can become rather long. Usually, just the basename of the
file is sufficient to identify the source line.
Change-Id: If3e4d5fb2066f8bf86e59c82d1752b1a843cf58e
http://cgit.osmocom.org/libosmocore/commit/?id=bd7bd3947d4882bd7939e34d4565…
commit bd7bd3947d4882bd7939e34d4565027c64524742
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 01:52:29 2018 +0100
logging: separate the '<000b>' subsys from filename logging
Add a separate flag and API to switch the category-in-hex output:
log_set_print_category_hex().
Add log_set_print_filename2() to modify only the print_filename flag. The old
log_set_print_filename() function still affects both flags. Explain the
rationale in the comment for log_set_print_filename().
There is no need to deprecate log_set_print_filename(); it might cause compiler
warnings and break strict builds unnecessarily.
Add VTY command 'logging print category-hex (0|1)'.
Since there is no VTY command to switch filename output, nothing needs to be
adjusted there (a command will be added in a subsequent patch).
Change-Id: Iba03a2b7915853c6dccaf6c393c31405320538b4
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 15 +++++++++-
src/logging.c | 62 ++++++++++++++++++++++++++++++++++++++----
src/vty/logging_vty.c | 46 +++++++++++++++++++++++++++++++
3 files changed, 116 insertions(+), 7 deletions(-)
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 1ac277dcef694a2f849a6b5259cf5aa4488bebb9 (commit)
from c4759885d7c2aedf310739d9a2420ae1d67a0338 (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=1ac277dcef694a2f849a6b5259cf…
commit 1ac277dcef694a2f849a6b5259cf5aa4488bebb9
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 19:15:40 2018 +0100
jenkins: add dispatcher script
Similar to the way we test osmo-bts, add simple dispatcher script which
calls appropriate test depending on a given parameter. This will allow
to simplify the job description. While at it, also rename jenkins-arm.sh
-> jenkins_arm.sh to match the OsmoBTS.
The older scripts are preserved for compatibility and shall be removed
once we update job description in osmo-ci.
Change-Id: I2955e866bce4f000a53369bd601a346c36c82468
-----------------------------------------------------------------------
Summary of changes:
contrib/{jenkins.sh => jenkins_amd64.sh} | 2 +-
contrib/jenkins_arch.sh | 33 ++++++++++++++++++++++++++++++
contrib/{jenkins-arm.sh => jenkins_arm.sh} | 0
3 files changed, 34 insertions(+), 1 deletion(-)
copy contrib/{jenkins.sh => jenkins_amd64.sh} (88%)
create mode 100755 contrib/jenkins_arch.sh
copy contrib/{jenkins-arm.sh => jenkins_arm.sh} (100%)
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via f2f37e5b19d5de0ee2aa6201cecbd66e2303a3c7 (commit)
from 8452ddb66a1ac69f0cbbc824d807fc2da6421ea8 (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-gsm-manuals/commit/?id=f2f37e5b19d5de0ee2aa620…
commit f2f37e5b19d5de0ee2aa6201cecbd66e2303a3c7
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 15:27:22 2018 +0100
Clarify app-specific log filters
Change-Id: I53e8aed658774781a70fea0b46cafc55496925eb
-----------------------------------------------------------------------
Summary of changes:
common/chapters/logging.adoc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 8452ddb66a1ac69f0cbbc824d807fc2da6421ea8 (commit)
from 8405088e81b687d99b341fb731bb4e12663c2a83 (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-gsm-manuals/commit/?id=8452ddb66a1ac69f0cbbc82…
commit 8452ddb66a1ac69f0cbbc824d807fc2da6421ea8
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 15:30:23 2018 +0100
Add note on vty logging
Change-Id: I2bb52feb37622d0ef35f6be172759adc3813f008
-----------------------------------------------------------------------
Summary of changes:
common/chapters/logging.adoc | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 code for Iuh interface".
The branch, master has been updated
via 2293df070c8bcdbc1445ddd6ff09b58708136575 (commit)
from 8a2b6e2b6f35c8a4a8f43afd3e8ce1a02d49a61a (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-iuh/commit/?id=2293df070c8bcdbc1445ddd6ff09b58…
commit 2293df070c8bcdbc1445ddd6ff09b58708136575
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jan 18 19:01:09 2018 +0100
hnbap: log errors on decoding/encoding HNB-REGISTER msgs
Change-Id: I3c039267fa2cc047c5678bcfe4a603f70c21cdd1
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_hnbap.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 "CI scripts".
The branch, master has been updated
via f98070d9d5aaffb5d20a8d7de30058725b656458 (commit)
from 8bd700d33d7a27d42dfb2f5d5c5542d3d76d8657 (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-ci/commit/?id=f98070d9d5aaffb5d20a8d7de3005872…
commit f98070d9d5aaffb5d20a8d7de30058725b656458
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Jan 19 12:48:52 2018 +0100
gerrit-verifications.yml: osmo-sgsn: Remove duplicated concurrent attribute
Change-Id: I808c46c2f4488fd577bb1c23cd13c5b73519265b
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
CI scripts