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 e9b4c390b49aa93150a45883d97ccfc774b8e1fa (commit)
from 9d60ce6107fe5e873511dadc2a40b4cda23a53a9 (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=e9b4c390b49aa93150a45883d97ccfc…
commit e9b4c390b49aa93150a45883d97ccfc774b8e1fa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 8 11:07:26 2018 +0100
iu_client.c: Remove unusued variable
Change-Id: If841d403010a73722ff69617a51719421febab56
-----------------------------------------------------------------------
Summary of changes:
src/iu_client.c | 2 --
1 file changed, 2 deletions(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via b6265d1a55abfef5ef93bc9590eeab35395f0d82 (commit)
from 6c84da5942cea3653e2f26a21bdfb4421267228e (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-hlr/commit/?id=b6265d1a55abfef5ef93bc9590eeab3…
commit b6265d1a55abfef5ef93bc9590eeab35395f0d82
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 28 12:34:58 2017 +0100
Enable sanitize for CI tests
Change-Id: I112307b5eaf494062b2e8498ff2e9217fb8db925
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 58818585bc99dc4aaaf94fec4ffeedf211a7b209 (commit)
from 8dce1de6d2669023b715945cc58813380ac7f322 (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=58818585bc99dc4aaaf94fec4ffeedf…
commit 58818585bc99dc4aaaf94fec4ffeedf211a7b209
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 5 15:04:50 2018 +0100
Clarify RACH-related interfaces
* make is_11bit parameter into bool
* remove is_single_block() from public interface and mark it as static
* move logging outside of if ladder
* move side-effects from is_single_block() into separate static
functions
* simplify UL-TBF allocation in case of 11-bit RACH
This immediately makes it obvious that priority is never actually used
despite being computed - seems like a leftover from merge of incomplete
patch series.
Change-Id: If189b7166a29a87ffb17a7a9bc560f674851fd53
Related: OS#1548
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 165 +++++++++++++++++++++++++++++++-----------------------------
src/bts.h | 4 +-
2 files changed, 87 insertions(+), 82 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 "GSM Audio Pocket Knife".
The branch, master has been updated
via 30493c78b3579b562b4d71224857d11fbf1b56b6 (commit)
from 9e997267f643a8234e341f281a7b57165513b440 (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/gapk/commit/?id=30493c78b3579b562b4d71224857d11fbf1…
commit 30493c78b3579b562b4d71224857d11fbf1b56b6
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Sep 3 17:16:27 2017 +0700
Fix BENCHMARK_STOP call for both AMR and FR codecs
The BENCHMARK_STOP should be called with a correct codec type and
a correct operation type (encode or decode). Otherwise the results
could be incorrect.
Change-Id: Ie90e85ca8d9ec3175a58dde60525e0b7d6daf608
-----------------------------------------------------------------------
Summary of changes:
src/codec_amr.c | 4 ++--
src/codec_fr.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
GSM Audio Pocket Knife
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 "GSM Audio Pocket Knife".
The branch, master has been updated
via 9e997267f643a8234e341f281a7b57165513b440 (commit)
from 45d0fd66c3aceebcd1dc30ae2cffb33f5c65fe8e (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/gapk/commit/?id=9e997267f643a8234e341f281a7b5716551…
commit 9e997267f643a8234e341f281a7b57165513b440
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jan 8 23:10:55 2018 +0600
libgsmhr/libgsmhr.c: fix memory leak after gsmhr_exit()
During the HR codec initialization, a part of the state is
allocated, but not freed at exit. Let's fix this.
Found during debugging with Valgrind:
4,932 bytes in 1 blocks are definitely lost in loss record 177 of 179
at 0x4C2AB80: malloc (in vgpreload_memcheck-amd64-linux.so)
by 0x6381C8F: gsmhr_init (libgsmhr.c:63)
by 0x526DF62: osmo_gapk_pq_queue_codec (pq_codec.c:48)
by 0x401ACE: make_processing_chain (app_osmo_gapk.c:573)
by 0x401ACE: main (app_osmo_gapk.c:765)
Change-Id: Ie9ead89c2272782de8d928f29753e6a523cf8834
-----------------------------------------------------------------------
Summary of changes:
libgsmhr/libgsmhr.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GSM Audio Pocket Knife
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 8dce1de6d2669023b715945cc58813380ac7f322 (commit)
from 5081806f4d41ceccf5b5421c9644113ac41e2524 (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=8dce1de6d2669023b715945cc588133…
commit 8dce1de6d2669023b715945cc58813380ac7f322
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 2 14:17:04 2018 +0100
TBF: cleanup state flag handling
* introduce generic function to check whether particular flag was set
for'a TBF and clear it if necessary. Use this instead of
clear_poll_timeout_flag()
* add function to explicitly set assignment and appropriate state flags
Overall this makes the code easier to read and debug.
Related: OS#1759
Change-Id: Ic4560280c72f91700f2e19c6c7f6658dc29625c2
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 17 +++++------------
src/tbf.cpp | 6 ++----
src/tbf.h | 25 ++++++++++++++++++++++++-
src/tbf_dl.cpp | 17 ++++-------------
src/tbf_ul.cpp | 4 +---
5 files changed, 36 insertions(+), 33 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 "UNNAMED PROJECT".
The branch, master has been updated
via 5081806f4d41ceccf5b5421c9644113ac41e2524 (commit)
from b3a17d6074b2575a599863766b9826a7bd3369b9 (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=5081806f4d41ceccf5b5421c9644113…
commit 5081806f4d41ceccf5b5421c9644113ac41e2524
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 6 13:35:08 2017 +0100
Make TBF state private
Let's make sure no external function can mess with the TBF state.
Change-Id: I217f4c4bac21dd584c8682928a080a1a6e9507e1
-----------------------------------------------------------------------
Summary of changes:
src/tbf.cpp | 2 +-
src/tbf.h | 5 +----
2 files changed, 2 insertions(+), 5 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 309d0e5483cac2624935e7889bf6f07bb1cc371e (commit)
from c90f40a27737edaba3515ccf29faa3edb81bb0ee (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=309d0e5483cac2624935e7889bf6…
commit 309d0e5483cac2624935e7889bf6f07bb1cc371e
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 5 14:21:25 2018 +0100
Deprecate gsm48_construct_ra()
It's just a tiny wrapper around gsm48_encode_ra() with less strict type
signature.
Related OS#1640
Change-Id: I79d6d1133afbf32e891a6b0e3a244c6885ea9614
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm48.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c90f40a27737edaba3515ccf29faa3edb81bb0ee (commit)
from 68bf16ab6f5d9738d8d6377ed8bc6285fc09c88e (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=c90f40a27737edaba3515ccf29fa…
commit c90f40a27737edaba3515ccf29faa3edb81bb0ee
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 11 10:52:28 2018 +0100
Allow multiple 'log gsmtap' sinks
Previously we've checked for existing log target with a given hostname
from vty code but it was ignored inside the check so only the very first
'log gsmtap' entry was enabled while the rest were silently ignored.
Change-Id: I8fd8bda9e07d403a54735da30addb742e56538a2
-----------------------------------------------------------------------
Summary of changes:
src/logging.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 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 "CI scripts".
The branch, master has been updated
via fbcc11b4736d3b8d9ebda5eb27fa36067d1d6baf (commit)
from 66b46cd9b95c6eaa5559378e0457d6ead1a916a4 (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=fbcc11b4736d3b8d9ebda5eb27fa3606…
commit fbcc11b4736d3b8d9ebda5eb27fa36067d1d6baf
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 10 11:07:14 2018 +0100
Install setuptools in docker images
Make sure that python-setuptools are installed for both python v2 and v3
to make sure osmo-python-tests can be installed.
Change-Id: I3ecd96af2e2c0c7d141977639103d71e46c0cdc5
Related: OS#2821
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile.deb8_amd64 | 3 +++
docker/Dockerfile.deb8_i386 | 3 +++
docker/Dockerfile_osmocom_jenkins.amd64 | 3 +++
3 files changed, 9 insertions(+)
hooks/post-receive
--
CI scripts