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
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 e95ad79d6c236489069f769c6b9c3cfc1aca595a (commit)
via 8c1d15764377eb6a11aa432661d5afe60c2e8a9c (commit)
via 1f80e9815f3bb98ddfabe5aaa9e69c0a47b84269 (commit)
via 9a57c7bed4c096ccff4f9fc78b7ef789eeb18360 (commit)
from 63948b033d41982b5e986a9c8a15fcfcd364eb25 (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=e95ad79d6c236489069f769c6b9c3cf…
commit e95ad79d6c236489069f769c6b9c3cfc1aca595a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jan 17 13:45:40 2018 +0100
bts-trx: Detect duplicated responses for retransmitted commands
It was detected that under some conditions, osmo-trx (with limesdr)
may take a long time to answer to CMDs, which means trx_ctrl_timer will
trigger re-transmitting the last sent but yet unacked CMD. Due to the
high latency in osmo-trx, the original AND the rentrasnmited CMD are
handled after a while and RSP messages are sent for both. When
osmo-bts-trx receives the first RSP, it was marking the CMD as acked and
carried on with next one. Then, when the RSP from the retransmited CMD
arrives, it already lost state and doesn't know where does that come
from. As a result, osmo-bts-trx shutdowns.
The issue can be seen in the following truncated log from osmo-bts-trx
with TRX category enabled:
20180117135228175 Enqueuing TRX control command 'CMD RXTUNE 1782000'
20180117135228175 Enqueuing TRX control command 'CMD TXTUNE 1877000'
20180117135228175 Enqueuing TRX control command 'CMD SETTSC 7'
20180117135228175 Enqueuing TRX control command 'CMD POWERON'
20180117135228175 Enqueuing TRX control command 'CMD SETRXGAIN 1'
20180117135228175 Enqueuing TRX control command 'CMD SETPOWER 20'
20180117135228175 Enqueuing TRX control command 'CMD SETSLOT 0 5'
...
20180117135249829 Response message: 'RSP POWEROFF 0'
20180117135249855 Response message: 'RSP RXTUNE 0 1782000'
20180117135249876 Response message: 'RSP TXTUNE 0 1877000'
20180117135249876 Response message: 'RSP SETTSC 0 7'
20180117135250648 Response message: 'RSP POWERON 0'
20180117135251150 Response message: 'RSP SETRXGAIN 0 0'
20180117135253151 No response from transceiver for phy0.0 (CMD SETPOWER 20)
20180117135253777 Response message: 'RSP SETPOWER 0 20'
20180117135254535 Clock indication: fn=2018878
20180117135255777 No response from transceiver for phy0.0 (CMD SETSLOT 0 5)
...
20180117135256858 Response message: 'RSP SETPOWER 0 20'
20180117135256858 Discarding duplicated RSP from old CMD 'RSP SETPOWER 0 20'
20180117135256858 Response message: 'RSP SETSLOT 0 0 5'
20180117135256858 Response message: 'RSP SETSLOT 0 0 5'
20180117135256858 Discarding duplicated RSP from old CMD 'RSP SETSLOT 0 0 5'
Change-Id: I3633cba212edde878f83ed36aef922aaca6f503a
http://cgit.osmocom.org/osmo-bts/commit/?id=8c1d15764377eb6a11aa432661d5afe…
commit 8c1d15764377eb6a11aa432661d5afe60c2e8a9c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 16 18:42:03 2018 +0100
bts-trx: trx_if.c: Improve parsing of received RSP messages from TRX
First the cached CMD sent (struct trx_ctrl_msg) is reworked to have the
cmdname and the params in different buffers for easier comparison with
RSP later.
For the receive path (trx_ctrl_read_cb), new function helpers are added
to parse the buffer into cmdname+params+code (parse_rsp) and to compare
if a given RSP matches the current CMD we sent (cmd_matches_rsp).
The reasoning behind this patch is that a way to check for parameters
when receiving a RSP will be needed in future work, as before this patch
checking of parameters is ignored. This commit is a preparation for commit
to check for duplicated responses.
Change-Id: I2474cbc3e4457cf04f78e1c168768295e1132034
http://cgit.osmocom.org/osmo-bts/commit/?id=1f80e9815f3bb98ddfabe5aaa9e69c0…
commit 1f80e9815f3bb98ddfabe5aaa9e69c0a47b84269
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 16 18:45:46 2018 +0100
bts-trx: trx_if.c: trx_ctrl_read_cb: Move error handling to end of func
The move includes a small logic change: If there's a mismatch between
the rsp and the cmd, now we bts_shutdown instead of blindly skipping
expected RSP and continuing with sending the next CMD in the queue. The
change is specially not a problem since next patches are improving the
logic furthermore to account for duplicates, different parameters, etc.
Change-Id: I7018ded23fe51f364f248ade111aaa80ef46187e
http://cgit.osmocom.org/osmo-bts/commit/?id=9a57c7bed4c096ccff4f9fc78b7ef78…
commit 9a57c7bed4c096ccff4f9fc78b7ef789eeb18360
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 16 19:16:53 2018 +0100
bts-trx: trx_if.c: Log timedout+retransmitted CMD
Change-Id: Ib573c86a1640640c2a61e80fe1f1412b30342b1a
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.h | 3 +
src/osmo-bts-trx/trx_if.c | 222 +++++++++++++++++++++++++++++++---------------
src/osmo-bts-trx/trx_if.h | 4 +-
3 files changed, 156 insertions(+), 73 deletions(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 63948b033d41982b5e986a9c8a15fcfcd364eb25 (commit)
from f37fcc9c7bc3d262bd513cb8ba61f4283d6acb97 (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=63948b033d41982b5e986a9c8a15fcf…
commit 63948b033d41982b5e986a9c8a15fcfcd364eb25
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 16 18:06:38 2018 +0100
Enable optional static builds
The default (for both manual and .deb builds) is to use shared build (as
before) - the static build is entirely optional.
Change-Id: Iabdebefef5c07dd1cd4b94b29ca40c6be0f8adda
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 OpenGGSN project".
The branch, master has been updated
via 36b940d1fed8d5780bb69ec7de0d170939d4745e (commit)
from e661277b48e3f13c5f630bd31c4759e766c33a40 (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-ggsn/commit/?id=36b940d1fed8d5780bb69ec7de0d17…
commit 36b940d1fed8d5780bb69ec7de0d170939d4745e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jan 19 15:08:08 2018 +0100
README.md: Remove misleading sentence on sgsnemu
As reported by Viktor Tsymbalyuk, "Use the same LAN switch as the one
your SGSN is connected to." is of course completely bogus. As long as
you have IP routing in place, it doesn't matter at all which switch you
are using.
Change-Id: I748752337b863b317d2899017b1dc255ced2515d
-----------------------------------------------------------------------
Summary of changes:
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
The OpenGGSN project