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 189742b66ceed437772876db1086690eea1664ac (commit)
from e04fd0cf0f33ea26ebe5bfe6eef3494de2bc70f0 (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=189742b66ceed437772876db1086690…
commit 189742b66ceed437772876db1086690eea1664ac
Author: Aravind Sirsikar <Arvind.Sirsikar(a)radisys.com>
Date: Tue Jun 14 19:01:14 2016 +0530
Add test cases for Header Type 2 in EGPRS UL
Updates the test suite to add test cases for Header type 2 parsing
in EGPRS UL.
Change-Id: I1dd46010065a6d6da21e8e45af71e6d5f649b0b0
Reviewed-on: https://gerrit.osmocom.org/271
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
tests/edge/EdgeTest.cpp | 127 +++++++++++++++++++++++++++++++++++++++++++++++-
tests/edge/EdgeTest.ok | 2 +
2 files changed, 128 insertions(+), 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, nrw/litecell15-merge has been deleted
was f7b33388895116bc3d783f851d22c1c27d43d60c
-----------------------------------------------------------------------
f7b33388895116bc3d783f851d22c1c27d43d60c Merge branch 'master' of https://gerrit.osmocom.org/osmo-bts into nrw/litecell15-merge
-----------------------------------------------------------------------
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 f624c33ef2e394949c10453b327e248aa27680e2 (commit)
from 22886d9e320ecf734d2827d825a191b977f70d2c (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=f624c33ef2e394949c10453b327e…
commit f624c33ef2e394949c10453b327e248aa27680e2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jun 15 11:35:16 2016 +0200
vty: Fix documentation of 'show asciidoc counters' VTY command
VTY documentations strings follow a certain structure, and we need to
follow that to make the interactive help work.
Change-Id: I0bb0bda68dbbf9995338ec555ff99d73a223162c
Reviewed-on: https://gerrit.osmocom.org/276
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
src/vty/stats_vty.c | 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 7158c2ed082eaca6063a501e490e8d3c3b181560 (commit)
from a55b166c6c7af79cbefe8e65fe77b2d61c634d2d (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=7158c2ed082eaca6063a501e490e8d3…
commit 7158c2ed082eaca6063a501e490e8d3c3b181560
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jun 13 15:03:18 2016 +0200
sysmo: add L3 handle to l1prim messages
Place a layer 3 handle into GSM L1 messages to better match up confirmations to
respective requests. This handle is a uint32_t transparently returned in the
confirmation messages, so a match-up is easy to add.
So far, a GSM L1 confirmation message received for a preceding L1 Request was
matched only by the prim_id. That meant that only one instance of the same
primitive could be waiting for a confirmation at any given time, or the
responses would get mixed up: the struct wait_l1_conf instances entered into
the fl1h->wlc_list queue would be returned to a possibly mismatching
confirmation handler. (Seen during testing of dyn pdch switching.)
Send the hLayer3 handle out via prim_init(), using new static functions to
produce handles on different scopes:
* l1p_handle_for_trx()
* l1p_handle_for_ts()
* l1p_handle_for_lchan()
(These could possibly move to a more general .h/.c file later.)
Remember the hLayer3 handle in
* struct wait_l1_conf.
Match the incoming confirmations' and stored hLayer3 handles up in, and remove
a now obsolete comment from:
* is_prim_compat()
Since the hLayer3 members are at different byte offsets in
GsmL1_Prim_t.u.*, use large switch statements to set/get the value:
* In prim_init(), extend existing switch statement to set in GsmL1_Prim_t.
* Add l1p_get_hLayer3() to retrieve from GsmL1_Prim_t (could possibly move to a
more general .h/.c file later).
Change-Id: Ie4533c6cbc160318917e7a672ab6f9a848f01d1b
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/l1_if.c | 58 ++++++++++++++++++++++++++++++--
src/osmo-bts-sysmo/oml.c | 83 ++++++++++++++++++++++++++++++++++++++++------
2 files changed, 128 insertions(+), 13 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 a55b166c6c7af79cbefe8e65fe77b2d61c634d2d (commit)
from 3f3f34ba52dcd8ea603196bd86ef4df9cd6435e1 (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=a55b166c6c7af79cbefe8e65fe77b2d…
commit a55b166c6c7af79cbefe8e65fe77b2d61c634d2d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Jun 15 09:31:13 2016 +0200
sysmobts: Add the barebox boot state reservation
We are using up to 48 (actually only 8) bytes to manage the boot
state of the device. Add it to the eeprom reservation. It turns out
the current padding was too large (37 + 84 don't end at 120).
Change-Id: I4c1de5925577f1d0b7b5cc08529642ffa333d7de
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 3 ++-
1 file changed, 2 insertions(+), 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 22886d9e320ecf734d2827d825a191b977f70d2c (commit)
from ad580ba7c400835fdff0226700dd02c7ffff32c6 (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=22886d9e320ecf734d2827d825a1…
commit 22886d9e320ecf734d2827d825a191b977f70d2c
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 14 18:17:06 2016 +0200
Fix retrieving rate_ctr over control interface
Allow getting either particular
counter (e. g. rate_ctr.per_hour.e1inp.0.hdlc.abort) or entire rate
counter group for a given index (e. g. rate_ctr.per_hour.e1inp.0).
Change-Id: I2b0109536170f7b5388d3236df30b98f457aa98d
Fixes: OS#1730
Reviewed-on: https://gerrit.osmocom.org/274
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 0fcd2e2fec966ac4e17222e7f53f2d0e5a7bf0ba (commit)
from e152ffe14d1dfe2ffb4892ada5eede6ccb429338 (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=0fcd2e2fec966ac4e17222e7f53f2d0e…
commit 0fcd2e2fec966ac4e17222e7f53f2d0e5a7bf0ba
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 7 15:32:16 2016 +0200
Make random extension range configurable
Previously if subscriber was automatically created it got assigned
random MSISDN number between 20000 and 49999. Make it configurable with
new vty command "subscriber-create-on-demand random" and expand vty
tests to check it.
Change-Id: I040a1d227b0c7a1601dc7c33eccb0007941408a6
Related: OS#1658
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/db.h | 6 ++++--
openbsc/include/openbsc/gsm_data.h | 2 ++
openbsc/include/openbsc/gsm_subscriber.h | 3 ++-
openbsc/src/libbsc/net_init.c | 3 ++-
openbsc/src/libmsc/ctrl_commands.c | 5 ++++-
openbsc/src/libmsc/db.c | 10 ++++++----
openbsc/src/libmsc/gsm_04_08.c | 3 ++-
openbsc/src/libmsc/gsm_subscriber.c | 5 +++--
openbsc/src/libmsc/vty_interface_layer3.c | 30 +++++++++++++++++++++++++++++-
openbsc/tests/db/db_test.c | 6 +++---
openbsc/tests/vty_test_runner.py | 21 +++++++++++++++++++++
11 files changed, 78 insertions(+), 16 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 "SCCP Library".
The branch, master has been updated
via e076bf2107b48f2f65b3798b096a7d803e0523b1 (commit)
from 1a698a537d2250f7161867a578288db27fe0435c (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/libosmo-sccp/commit/?id=e076bf2107b48f2f65b3798b096…
commit e076bf2107b48f2f65b3798b096a7d803e0523b1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 13 19:39:42 2016 +0200
fix log msg typo, x5
Change-Id: I00ff99ef14d62d3b353fe69762ae49f374938f94
Reviewed-on: https://gerrit.osmocom.org/265
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
src/sua.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
SCCP Library
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 3f3f34ba52dcd8ea603196bd86ef4df9cd6435e1 (commit)
from 495fed9f430fffde54d79d2373272e58875e89b6 (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=3f3f34ba52dcd8ea603196bd86ef4df…
commit 3f3f34ba52dcd8ea603196bd86ef4df9cd6435e1
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Jun 9 14:53:45 2016 -0400
common/abis.c: fix 100% CPU usage after disconnecting OML/RSL link (Bug #1703)
Change-Id: I24605b8a6d4e778a3280ffba8bc1fc7a284ce12d
-----------------------------------------------------------------------
Summary of changes:
src/common/abis.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)