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 0418ef588cddd9ae06e7505890ed028b17f9abce (commit)
from e2e0ed5a8962cd465fd5394815af20a46a1d23d2 (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=0418ef588cddd9ae06e7505890ed028…
commit 0418ef588cddd9ae06e7505890ed028b17f9abce
Author: Ivan Klyuchnikov <kluchnikovi(a)gmail.com>
Date: Thu Jan 26 14:42:18 2017 +0000
osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance parameters from config file
pinst->u.osmotrx.hdl should be allocated before reading phy_instance parameters from config file and applying them.
So allocation of pinst->u.osmotrx.hdl should be moved from l1if_open function to bts_model_phy_instance_set_defaults function,
which is proper place for this allocation according to start-up procedure of osmo-bts.
Change-Id: I6e23f92644400acb268818c9373a8fb10c003da1
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.c | 3 +--
src/osmo-bts-trx/main.c | 4 ++++
2 files changed, 5 insertions(+), 2 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 e2e0ed5a8962cd465fd5394815af20a46a1d23d2 (commit)
from d5414cc30e1568ca18d8dd8bd25d3174567327ec (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=e2e0ed5a8962cd465fd5394815af20a…
commit e2e0ed5a8962cd465fd5394815af20a46a1d23d2
Author: Ivan Klyuchnikov <kluchnikovi(a)gmail.com>
Date: Thu Jan 26 14:32:37 2017 +0000
osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second channel (TRX1) of osmo-trx
Move rxgain and tx-attenuation (power) parameters from phy_link layer to phy_inst layer.
Rxgain and tx-attenuation parameters should be set for each phy_inst and send for each osmo-trx channel accordingly via control commands.
Change-Id: I4861a59d10d1ef91954e0c6ea265e66dec08844f
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 9 ----
src/osmo-bts-trx/l1_if.c | 39 +++++++---------
src/osmo-bts-trx/l1_if.h | 9 ++++
src/osmo-bts-trx/main.c | 1 -
src/osmo-bts-trx/trx_vty.c | 108 ++++++++++++++++++++++++--------------------
5 files changed, 83 insertions(+), 83 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via b726c2c72b5e94d6723fefd04daf21be61eab5a5 (commit)
via 8dc8f23c074c56e217cb7a2dc5383fdb71c25861 (commit)
from db0e380558fa03229d981dc358db98d5b781cbe5 (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=b726c2c72b5e94d6723fefd04daf21be…
commit b726c2c72b5e94d6723fefd04daf21be61eab5a5
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 9 19:23:38 2017 +0100
Remove duplicating define
Use GSM_MACBLOCK_LEN consistently throughout abis_rsl.c
Change-Id: I96aec02748a0be0100dee2117f124ff32d5ee3f5
http://cgit.osmocom.org/openbsc/commit/?id=8dc8f23c074c56e217cb7a2dc5383fdb…
commit 8dc8f23c074c56e217cb7a2dc5383fdb71c25861
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Feb 9 19:13:02 2017 +0100
Expand chan allocation logging
Log more data related to channel allocation:
- channel type
- number of paging attempts
- timers fired
Change-Id: Ib417a9c942c17b902dd80ff555cd9da5f91bff48
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_rsl.c | 18 +++++++++++-------
openbsc/src/libbsc/bsc_api.c | 3 ++-
openbsc/src/libbsc/paging.c | 9 +++++----
openbsc/src/libmsc/gsm_04_08.c | 2 +-
4 files changed, 19 insertions(+), 13 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via d5414cc30e1568ca18d8dd8bd25d3174567327ec (commit)
from ae50f7dac2585fdf423ed452bd0c4f05396ac541 (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=d5414cc30e1568ca18d8dd8bd25d317…
commit d5414cc30e1568ca18d8dd8bd25d3174567327ec
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Apr 25 20:04:14 2016 +0200
rsl: Output RTP stats before closing the socket.
It's useful to know RTP statistics (number of packets lost, jitter, etc)
when looking at voice call quality issues. Right now this information is
not avialable anywhere and this looks like the best place to start.
Change-Id: Ife9f27c43157b4a1bf71aba41cd7b0f5f41ac99f
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 4 ++++
1 file changed, 4 insertions(+)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 78ce59137fa0bd0e6b11bfc9ea24c93e6b2a8d2a (commit)
via de9da39b336e2b8e05efb59ecabf666f85f39a16 (commit)
via d34646a865364fa51213e0da406aeea2ab7d944b (commit)
from 53f0b4deb6026b0c83a10d6a915a3a0c2e7caaf5 (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=78ce59137fa0bd0e6b11bfc9ea24c93…
commit 78ce59137fa0bd0e6b11bfc9ea24c93e6b2a8d2a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 8 17:07:31 2017 +0100
main, tests: use msgb_talloc_ctx_init() (new)
msgb_set_talloc_ctx() is deprecated since libosmocore commit
f45334be29016a36594aacc07c90e262e4994525 / change-id
I747fbbf977c4d2c868c8dead64cfc5fd86eb8d4c
Change-Id: I8d40abec428b739460ed545c9983d1b63021bd08
http://cgit.osmocom.org/osmo-pcu/commit/?id=de9da39b336e2b8e05efb59ecabf666…
commit de9da39b336e2b8e05efb59ecabf666f85f39a16
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 8 17:34:56 2017 +0100
tests: edge, tbf: assert return values
Numerous calls assign a return value without asserting its value. Add
assertions and thus also eliminate compiler warnings about unused values.
Change-Id: I7f14198cfd747dae68b8aaa3b8d6ff7fc49ab824
http://cgit.osmocom.org/osmo-pcu/commit/?id=d34646a865364fa51213e0da406aeea…
commit d34646a865364fa51213e0da406aeea2ab7d944b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 8 17:07:40 2017 +0100
Fix dozens of compiler warnings across the board
Change-Id: I166109dc05d3323b92cd2a42f0c7e6009950e15d
-----------------------------------------------------------------------
Summary of changes:
src/pcu_main.cpp | 2 +-
src/pcu_vty.c | 1 +
src/tbf.cpp | 8 ++--
tests/alloc/AllocTest.cpp | 4 +-
tests/bitcomp/BitcompTest.cpp | 4 +-
tests/edge/EdgeTest.cpp | 33 +++++++---------
tests/emu/pcu_emu.cpp | 2 +-
tests/llc/LlcTest.cpp | 4 +-
tests/ms/MsTest.cpp | 2 +-
tests/tbf/TbfTest.cpp | 89 ++++++++++++++++---------------------------
10 files changed, 61 insertions(+), 88 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via ae50f7dac2585fdf423ed452bd0c4f05396ac541 (commit)
from 7a18906cfafc4d73b1c9eb9e527139af6ad938dd (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=ae50f7dac2585fdf423ed452bd0c4f0…
commit ae50f7dac2585fdf423ed452bd0c4f05396ac541
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 8 18:12:22 2017 +0100
cosmetic: lchan_sacch_get: early-exit instead of nested-if
Change-Id: I1fbf7d7f619cc8194c8094cf4a1826b6114f0e11
-----------------------------------------------------------------------
Summary of changes:
src/common/sysinfo.c | 8 ++++----
1 file changed, 4 insertions(+), 4 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 6f0f560eab7bd28110b1bd1d3bcf97e2690e3d50 (commit)
from 2c717948d91540016067f87bb3e0913067d42647 (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=6f0f560eab7bd28110b1bd1d3bcf…
commit 6f0f560eab7bd28110b1bd1d3bcf97e2690e3d50
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Feb 9 14:09:06 2017 +0100
cosmetic: replace fprintf with LOGP
socket.c still uses fprintf to output error messages. This commit
replaces the fprintf with proper LOGP messages.
Change-Id: Ia2993415d5f5c33ccd719af239ff59252d11b764
-----------------------------------------------------------------------
Summary of changes:
src/socket.c | 20 ++++++++++++--------
tests/socket/socket_test.c | 17 ++++++++++++++++-
2 files changed, 28 insertions(+), 9 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 7a18906cfafc4d73b1c9eb9e527139af6ad938dd (commit)
from d15dc832c9da401d35300bf4c6d59235ee770bc5 (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=7a18906cfafc4d73b1c9eb9e527139a…
commit 7a18906cfafc4d73b1c9eb9e527139af6ad938dd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 7 14:37:21 2017 +0100
all models: fix vty write: bts_model_config_write_phy
The vty write for phy/inst is broken, leading to a written-out config being
unparsable; fix all of these:
- in common/vty.c, actually call bts_model_config_write_phy_inst().
- in sysmo and lc15 write the phy instance elements in
bts_model_config_write_phy_inst() and not in bts_model_config_write_phy(),
which lead to writing the members above their parent 'instance'.
- sysmo, lc15 and oct omit the bts_model_config_write_phy_inst()
implementation. This did not cause a compilation problem because it
was in fact never called.
- sysmo writes 'clock-source None' when clk_src is zero, leading to unparsable
config (related: OS#1944). Instead omit the 'clock-source' when zero.
- osmo-bts-trx seems to be the only part that lacks nothing, yet it
also didn't work properly because bts_model_config_write_phy_inst()
was never called.
This problem existed since commit d784e50747b8cf0ce505489e1451f75be5ccbd4b
"Introduce new phy_link and phy_instance abstraction"
Change-Id: Icc54fa70045c8fa58e78cf9f788c21a437edfbd4
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 1 +
src/osmo-bts-litecell15/lc15bts_vty.c | 14 +++++---------
src/osmo-bts-octphy/octphy_vty.c | 4 ++++
src/osmo-bts-sysmo/sysmobts_vty.c | 21 +++++++++------------
4 files changed, 19 insertions(+), 21 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/vlr has been updated
discards d60ebfe6c4ac53c75e345e573340dab74f28ae2d (commit)
discards 88717b33333b68bda2fd49781307f5cc27a92307 (commit)
discards b5417a7f0a96b706af3b8e9b84ba073b85f864d7 (commit)
discards 396fae382bc8c182d99471f99e27b8c58909db6d (commit)
via 8b5612cedb4a3b560b582a62746d0a1dc1f84eaa (commit)
via 88fa7465e410810ba360a163980843ccdfe21f84 (commit)
via a9fd848866156d53d98c68a7125296bad964d0a0 (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 (d60ebfe6c4ac53c75e345e573340dab74f28ae2d)
\
N -- N -- N (8b5612cedb4a3b560b582a62746d0a1dc1f84eaa)
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/openbsc/commit/?id=8b5612cedb4a3b560b582a62746d0a1d…
commit 8b5612cedb4a3b560b582a62746d0a1dc1f84eaa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:04:16 2017 +0100
Add msc_vlr test suite for MSC+VLR end-to-end tests
Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8
http://cgit.osmocom.org/openbsc/commit/?id=88fa7465e410810ba360a163980843cc…
commit 88fa7465e410810ba360a163980843ccdfe21f84
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 02:42:47 2017 +0100
Use libvlr in libmsc (large refactoring)
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
TODO: This commit may be split in several smaller changes before merging to
master.
Related: OS#1592
Change-Id: I702ba504ce2de93507312c28eca8d11f09f4ee8b
http://cgit.osmocom.org/openbsc/commit/?id=a9fd848866156d53d98c68a7125296ba…
commit a9fd848866156d53d98c68a7125296bad964d0a0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
Add libvlr implementation
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
Related: OS#1592
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 2 +
openbsc/include/openbsc/osmo_msc.h | 3 +
openbsc/include/openbsc/vlr.h | 6 +
openbsc/src/libmsc/gsm_04_08.c | 11 +-
openbsc/src/libmsc/osmo_msc.c | 4 +-
openbsc/src/libmsc/subscr_conn.c | 48 ++-
openbsc/src/libvlr/vlr.c | 14 +
openbsc/src/libvlr/vlr_access_req_fsm.c | 13 +-
openbsc/src/libvlr/vlr_lu_fsm.c | 10 +
openbsc/tests/msc_vlr/Makefile.am | 23 +-
openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.c | 121 ++++----
openbsc/tests/msc_vlr/msc_vlr_test_gsm_authen.err | 172 ++++++-----
openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.c | 185 ++++++------
openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.err | 134 ++++-----
openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.c | 133 +++++----
openbsc/tests/msc_vlr/msc_vlr_test_hlr_reject.err | 215 ++++++++++----
openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.c | 154 ++++++++++
openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.err | 233 +++++++++++++++
...t_gsm_authen.ok => msc_vlr_test_hlr_timeout.ok} | 0
openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.c | 183 ++++++++++++
openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.err | 321 +++++++++++++++++++++
...st_gsm_authen.ok => msc_vlr_test_ms_timeout.ok} | 0
openbsc/tests/msc_vlr/msc_vlr_test_no_authen.c | 82 +++---
openbsc/tests/msc_vlr/msc_vlr_test_no_authen.err | 124 ++++----
openbsc/tests/msc_vlr/msc_vlr_test_rest.c | 63 ++--
openbsc/tests/msc_vlr/msc_vlr_test_rest.err | 63 ++--
openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.c | 55 ++--
openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.err | 112 ++++---
openbsc/tests/msc_vlr/msc_vlr_tests.c | 136 ++++++++-
openbsc/tests/msc_vlr/msc_vlr_tests.h | 24 +-
openbsc/tests/testsuite.at | 14 +
31 files changed, 1911 insertions(+), 747 deletions(-)
create mode 100644 openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.c
create mode 100644 openbsc/tests/msc_vlr/msc_vlr_test_hlr_timeout.err
copy openbsc/tests/msc_vlr/{msc_vlr_test_gsm_authen.ok => msc_vlr_test_hlr_timeout.ok} (100%)
create mode 100644 openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.c
create mode 100644 openbsc/tests/msc_vlr/msc_vlr_test_ms_timeout.err
copy openbsc/tests/msc_vlr/{msc_vlr_test_gsm_authen.ok => msc_vlr_test_ms_timeout.ok} (100%)
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 "The Open Source GSM Base Band stack".
The branch, stumpf/virt-phy has been updated
via 2e669d65aa86f6451354bc048628a6ccc624658f (commit)
from 7620efefb7a95e3fabd6feafbcc48d6bd0d186aa (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=2e669d65aa86f6451354bc048628a…
commit 2e669d65aa86f6451354bc048628a6ccc624658f
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Thu Feb 9 17:59:54 2017 +0100
VIRT-PHY: Enable multiple phy-instances by configurable l1ctl-sock-path.
-----------------------------------------------------------------------
Summary of changes:
src/host/virt_phy/include/virtphy/l1ctl_sock.h | 1 +
src/host/virt_phy/src/l1ctl_sap.c | 5 +----
src/host/virt_phy/src/l1ctl_sock.c | 1 +
src/host/virt_phy/src/virtphy.c | 15 ++++++++++++---
4 files changed, 15 insertions(+), 7 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack