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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 43242efc859932efd956fc82db7b3c52d0ba8f5b (commit)
from 76b98cf236412c3e4ea68a6a16f482d41c9c4198 (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-trx/commit/?id=43242efc859932efd956fc82db7b3c5…
commit 43242efc859932efd956fc82db7b3c52d0ba8f5b
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Tue Oct 18 11:23:22 2016 -0700
uhd: Add missing B200 sample timing for 4 SPS receive
Only B210 timing was previously set in the timing table.
Change-Id: Idc8d1be8201ad086c57dd9b3d6d72d277306cd2b
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 068918f9906084ae9097c851eef1314e13ad83bd (commit)
from c88a10cece3cee5c2377b0a034da1b8a9b37f08a (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=068918f9906084ae9097c851eef1314…
commit 068918f9906084ae9097c851eef1314e13ad83bd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 21:03:20 2016 +0200
jenkins-oct.sh: fix build: typo in deps path
Change-Id: I05014e25ffc829fa2fc3973471baa28f7f5a62c9
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_oct.sh | 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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/mgcp has been updated
via f2232e359858f823898e61f4d03fc1bb9069961e (commit)
via c741c00d053953034e9b0040e7882bf0d8fff958 (commit)
via 9560acc35957821719cdebf2b32aa37732cddf98 (commit)
via eb463bd6636d634348bf812b73ca89867bca80ae (commit)
from 4b4d7b9a37ab64e2d5edd66902e29c8aa18f06bf (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=f2232e359858f823898e61f4d03fc1bb…
commit f2232e359858f823898e61f4d03fc1bb9069961e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:21:07 2016 +0200
mgcp debug logging
Change-Id: I06a060244e91080680e88551e870f0058711921f
http://cgit.osmocom.org/openbsc/commit/?id=c741c00d053953034e9b0040e7882bf0…
commit c741c00d053953034e9b0040e7882bf0d8fff958
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:20:51 2016 +0200
mgcp parsing, set port from mgcp response
Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699
http://cgit.osmocom.org/openbsc/commit/?id=9560acc35957821719cdebf2b32aa377…
commit 9560acc35957821719cdebf2b32aa37732cddf98
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:19:50 2016 +0200
info log: add line break to and tweak rx RAB Assignment Resp log
Change-Id: I50e701493f3951a43506cc37753a30d47f8d601f
http://cgit.osmocom.org/openbsc/commit/?id=eb463bd6636d634348bf812b73ca8986…
commit eb463bd6636d634348bf812b73ca89867bca80ae
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 18:38:59 2016 +0200
mgcp parsing, mgcp test
Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/mgcpgw_client.h | 49 ++++----
openbsc/include/openbsc/transaction.h | 13 +++
openbsc/src/libiu/iu.c | 4 +-
openbsc/src/libmgcp/mgcpgw_client.c | 185 +++++++++++++++++++++---------
openbsc/src/libmsc/msc_ifaces.c | 156 +++++++++++++++++--------
openbsc/src/osmo-cscn/cscn_main.c | 11 +-
openbsc/tests/db/db_test.c | 21 ++--
openbsc/tests/mgcp/Makefile.am | 20 ++++
openbsc/tests/mgcp/mgcpgw_client_test.c | 165 ++++++++++++++++++++++++++
openbsc/tests/mgcp/mgcpgw_client_test.err | 1 +
openbsc/tests/mgcp/mgcpgw_client_test.ok | 31 +++++
openbsc/tests/testsuite.at | 7 ++
12 files changed, 522 insertions(+), 141 deletions(-)
create mode 100644 openbsc/tests/mgcp/mgcpgw_client_test.c
create mode 100644 openbsc/tests/mgcp/mgcpgw_client_test.err
create mode 100644 openbsc/tests/mgcp/mgcpgw_client_test.ok
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 "UNNAMED PROJECT".
The branch, master has been updated
via 4ea452689d545c455cf9c3ade87a3e2c86bf7771 (commit)
from e4727a3591c4c4d769d890806b159ade9af3f6aa (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=4ea452689d545c455cf9c3ade87a3e2…
commit 4ea452689d545c455cf9c3ade87a3e2c86bf7771
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jun 8 15:27:40 2016 +0200
Revert "tbf: Add state WAIT_ASSIGN"
This reverts commit f1a7b8fc6651f92a8b7f3f27b7ca05d07f4e44e0.
Conflicts:
tests/tbf/TbfTest.err
The commit broke GPRS service at least for osmo-bts-sysmo on a SysmoBTS 1002
with current master of osmo-bts (ef30f50d5d6d5f863fc147d05ccdceb89284934e).
The error observed is the following log output (was viewing both osmo-bts-sysmo
and osmo-pcu logs interleaved):
<0002> tbf.cpp:874 TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=WAIT ASSIGN) T3169 timeout during transsmission
<0002> tbf.cpp:893 - Assignment was on CCCH
<0002> tbf.cpp:899 - No uplink data received yet
<0007> l1sap.c:904 RACH for packet access
<0001> pcu_l1_if.cpp:311 RACH request received: sapi=1 qta=0, ra=121, fn=13653
[repeat]
When removing this single commit from current osmo-pcu master, GPRS service
works well on SysmoBTS, with current osmo-bts master.
The TbfTest.err expected output needed adjustment after the revert.
Disclaimer: I am not aware of adverse effects this commit may have. I have no
idea what the WAIT_ASSIGN state is used for -- further review is required.
Change-Id: I1532f8e93194368cdc1e3846f82afa6d68cd5fbd
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 9 +-
src/tbf.cpp | 13 +--
src/tbf.h | 10 +-
tests/tbf/TbfTest.cpp | 2 +-
tests/tbf/TbfTest.err | 291 +++++++++++++++++++++-----------------------------
5 files changed, 134 insertions(+), 191 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 582e4f627674f46310a90d9061e82fb342051b42 (commit)
from fbd96f55fd904d412c7a84c7764810f16e2ec714 (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=582e4f627674f46310a90d9061e82fb3…
commit 582e4f627674f46310a90d9061e82fb342051b42
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Oct 18 16:19:33 2016 +0200
Replace magic number with define
Value 4 used as magic number by both OpenBSC and OsmoBTS so it make
sense to add it to shared header. See
ebb483b69a5319e522ba5f713e9cb6f68a814a6a in osmo-bts for details.
Change-Id: I9c6ad68f4c6aa72d39ec7e5a6968b36ec20e79f4
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 4 ++++
openbsc/src/libcommon/gsm_data_shared.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via c88a10cece3cee5c2377b0a034da1b8a9b37f08a (commit)
from ebb483b69a5319e522ba5f713e9cb6f68a814a6a (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=c88a10cece3cee5c2377b0a034da1b8…
commit c88a10cece3cee5c2377b0a034da1b8a9b37f08a
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Oct 18 16:40:45 2016 +0200
Fix lc15 build
The error seems to be introduced in 21142f789812553b56f493d79184f5a31ab7b1cd
Change-Id: I620ac6774fb47479d74bc4470ccc6edd379600ba
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/misc/lc15bts_mgr.c | 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via eb604cf44f2182904e9e104c5d226d7391e54102 (commit)
from e052dc285d094df565b2de2974e76d522fe15195 (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=eb604cf44f2182904e9e104c5d22…
commit eb604cf44f2182904e9e104c5d226d7391e54102
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Oct 14 13:54:47 2016 +0200
vty/show asciidoc: counters: improve table headers
add [options=header] to every table header
vty/show asciidoc: rename reference field into "Reference"
vty/show asciidoc: capilize table header field names
Change-Id: Ie991f4db77a60afb86a2a0b35c137586527f6228
-----------------------------------------------------------------------
Summary of changes:
src/vty/stats_vty.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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 e052dc285d094df565b2de2974e76d522fe15195 (commit)
from 27a35ed47c6eb70665c6c484dee64fa06649de10 (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=e052dc285d094df565b2de2974e7…
commit e052dc285d094df565b2de2974e76d522fe15195
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Oct 4 18:04:37 2016 +0200
vty/show asciidoc: add user readable description of the version
Change-Id: Ie0f1b3894361c58386da9defb225979fa0ee6a18
-----------------------------------------------------------------------
Summary of changes:
src/vty/stats_vty.c | 10 ++++++++++
1 file changed, 10 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 27a35ed47c6eb70665c6c484dee64fa06649de10 (commit)
from 3e432e1912c0e531c55e1c6c75c758b0fde9887e (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=27a35ed47c6eb70665c6c484dee6…
commit 27a35ed47c6eb70665c6c484dee64fa06649de10
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Oct 4 17:13:58 2016 +0200
stats_statsd: use int64_t instead of int for value and delta.
The stats infrastructure use int64_t for values and delta. So the
statsd reporter get call with int64_t.
Change-Id: I33df86de60007a64fa853d6d3af9b609877a8fc6
-----------------------------------------------------------------------
Summary of changes:
src/stats_statsd.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 "UNNAMED PROJECT".
The branch, master has been updated
via e4727a3591c4c4d769d890806b159ade9af3f6aa (commit)
from d38b92e972be130df3e6c908fb7e7bf1729ab7fb (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=e4727a3591c4c4d769d890806b159ad…
commit e4727a3591c4c4d769d890806b159ade9af3f6aa
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Jun 7 14:31:29 2016 +0200
llc: remove NULL-pointer check of gprs_llc_queue::size()/octets()
All callers now check the pointer before calling it.
gcc6 is optimizing `if (!this) {CODE}` as this is assumed to never be a
std::nullptr here.
Change-Id: I918a094e0dc59098a9eb00d152c9ae42d36b3a99
-----------------------------------------------------------------------
Summary of changes:
src/llc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT