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 953f929797e0ebf39f00e2e1e1cf46d6932fce01 (commit)
via f48e8a8ba9b88800bbf8c09f6b67c5c9163bfa73 (commit)
from 6d0fd7ba9705e3f0e037ea47668ae9e84ad38c2b (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=953f929797e0ebf39f00e2e1e1cf…
commit 953f929797e0ebf39f00e2e1e1cf46d6932fce01
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Mar 14 13:47:29 2017 +0100
gsm_04_08: add _NUM_CHREQ_T to enum
_NUM_CHREQ_T defines the last element of the enum
Change-Id: Id67ba8de89dd6288e449197438e9e1c5d7f5a134
http://cgit.osmocom.org/libosmocore/commit/?id=f48e8a8ba9b88800bbf8c09f6b67…
commit f48e8a8ba9b88800bbf8c09f6b67c5c9163bfa73
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Mon Dec 5 15:57:42 2016 +0100
gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE
The previous version of this commit got reverted to avoid a breakage in openbsc.
The problem is openbsc use an array of chreq_type with a manual defined size. This array
is using enums as index which breaks if any elements got added into the
middle, because the size of the array can't hold elements greater or
equal than the size.
Change-Id: I6676105507fe4e5627f740dfe4c2770f766ad068
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 3 +++
1 file changed, 3 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via b3c7c79c04ccf15c192a62b78d43040a34697b06 (commit)
from dfb138ff091e2ff74c8e3274cfe3635d1673ac4a (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=b3c7c79c04ccf15c192a62b78d43040a…
commit b3c7c79c04ccf15c192a62b78d43040a34697b06
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 02:05:42 2017 +0100
python tests: vty and smpp: speed up >10 times
osmo-python-tests now includes code that retries connecting the VTY socket and
needs no external sleep()ing. This flies through most tests without any sleep()
at all.
See osmo-python-tests.git change-id Icc337f52a93d5fe31fc4ff235ccaf4e0fe75fa39
Change-Id: I42161d9716fe5bb0ef1c56e4bfb770bb99bbca7a
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/smpp_test_runner.py | 1 -
openbsc/tests/vty_test_runner.py | 1 -
2 files changed, 2 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 6f5e398ccb10c0095061d9adf39f0ebcebd0c876 (commit)
from a1b891aab4a250ef12ed6c1cd2a331a272b4d65c (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=6f5e398ccb10c0095061d9adf39f0eb…
commit 6f5e398ccb10c0095061d9adf39f0ebcebd0c876
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Mar 7 17:43:35 2017 +0100
Handle ctrl cmd allocation failures
Check that ctrl command was successfully allocated before using it.
Fixes: CID163884
Change-Id: Id19e1ce5fae6f936c9ed93f9a6317b57d28d7311
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/misc/sysmobts_mgr_temp.c | 37 +++++++++++++++--------------
1 file changed, 19 insertions(+), 18 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 6d0fd7ba9705e3f0e037ea47668ae9e84ad38c2b (commit)
from b14caa0ab9c6b8b8671171a238ab70eb66cf5bbe (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=6d0fd7ba9705e3f0e037ea47668a…
commit 6d0fd7ba9705e3f0e037ea47668ae9e84ad38c2b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 13 14:47:23 2017 +0100
build: cosmetic: coding: break a CPPFLAGS line
Matches our general scheme and helps readability of an upcoming patch.
Change-Id: I174086a988b51b6e80f3661609069b69a3d41cc7
-----------------------------------------------------------------------
Summary of changes:
src/coding/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 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 "UNNAMED PROJECT".
The branch, master has been updated
via e9d37db7f23076571e2ac8fdbeae64158063acac (commit)
from 5ecdc56ad4a435d923fd3982769ac94b52f103a7 (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=e9d37db7f23076571e2ac8fdbeae641…
commit e9d37db7f23076571e2ac8fdbeae64158063acac
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Mar 13 16:08:11 2017 +0100
Add .deb packaging
Add initial metadata for .deb packages.
Change-Id: Ied02e445236410de51488fbb5aaea3170d02a31d
Related: OS#1948
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 35 +++++++++++++++++++++++++++++++++++
debian/copyright | 21 +++++++++++++++++++++
debian/osmo-hlr.install | 1 +
debian/rules | 12 ++++++++++++
debian/source/format | 1 +
7 files changed, 76 insertions(+)
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/copyright
create mode 100644 debian/osmo-hlr.install
create mode 100755 debian/rules
create mode 100644 debian/source/format
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 baa6f12260c383f40a477b71743b16940c50e5aa (commit)
via cebe8f5b003edfa99094caf732364c64b46fdcc8 (commit)
from 9b0a51fb8761f448d6ab604eb7f39bf197c5b59d (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/python/osmo-python-tests/commit/?id=baa6f12260c383f…
commit baa6f12260c383f40a477b71743b16940c50e5aa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:06:44 2017 +0100
test_all_apps: actually count nr of errors
Each test run returns 1 on error, so instead of |=, why not count the number of
errors with +=. Also print the final error count.
Change-Id: I690dde3711555a3447e5ad4cc0a04a7a869a8296
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=cebe8f5b003edfa…
commit cebe8f5b003edfa99094caf732364c64b46fdcc8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:04:43 2017 +0100
on Exception during test, also print the actual config
When a test run encounters an Exception, the test config file name is printed,
but that may already be gone when done, so also print the complete actual test
config file contents, making it easy to reproduce the failure manually.
Change-Id: I9b00f170fb0cdceb35b9231eb1f2c545ba079d1d
-----------------------------------------------------------------------
Summary of changes:
osmopy/osmotestconfig.py | 5 ++++-
1 file changed, 4 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 "UNNAMED PROJECT".
The branch, master has been updated
via b86a30dc22188699445df99863f85b9106e35f8d (commit)
from 5dd8d1bbd89cfaa10d8194502778deb96fe82184 (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=b86a30dc22188699445df99863f85b9…
commit b86a30dc22188699445df99863f85b9106e35f8d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 9 17:37:20 2017 +0100
tests: include headers from include/
In addition to .h files from src/ add include/ as well: some headers are
now public and reside in separate directory.
Change-Id: I09c02a171fb3b2f2791ce938725db7d4ff397e95
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 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 5dd8d1bbd89cfaa10d8194502778deb96fe82184 (commit)
from 727295f20611bbc2d2bc5cd7341f73e0536ec46a (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=5dd8d1bbd89cfaa10d8194502778deb…
commit 5dd8d1bbd89cfaa10d8194502778deb96fe82184
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 8 12:06:42 2017 +0100
bts.cpp: Fix overloading ambiguity
Fix error introduced in 1275a3f91a744e011b0dba82b09124d249c7abb5 by
using signed 32 bit integer which is enough for Frame Number in
GSM. Also, mark parameter constraints more explicitly:
- add assert for expected FN values
- don't perform computation for non-relative FN
The error was:
bts.cpp: In member function ‘uint32_t BTS::rfn_to_fn(uint32_t)’:
bts.cpp:554:25: error: call of overloaded ‘abs(uint32_t)’ is ambiguous
if (abs(rfn - m_cur_rfn) > RFN_THRESHOLD) {
^
In file included from /usr/include/c++/6/cstdlib:75:0,
from /usr/include/c++/6/stdlib.h:36,
from /usr/include/osmocom/core/linuxrbtree.h:97,
from /usr/include/osmocom/core/timer.h:35,
from ./bts.h:29,
from bts.cpp:21:
/usr/include/stdlib.h:735:12: note: candidate: int abs(int)
extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
^~~
In file included from /usr/include/c++/6/stdlib.h:36:0,
from /usr/include/osmocom/core/linuxrbtree.h:97,
from /usr/include/osmocom/core/timer.h:35,
from ./bts.h:29,
from bts.cpp:21:
/usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
^~~
/usr/include/c++/6/cstdlib:180:3: note: candidate: long long int std::abs(long long int)
abs(long long __x) { return __builtin_llabs (__x); }
^~~
/usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
abs(long __i) { return __builtin_labs(__i); }
Change-Id: Ib6d895a97aa35414f245ea4406c6e78f1b4fb5b8
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 15 ++++++++++-----
src/bts.h | 2 +-
2 files changed, 11 insertions(+), 6 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 dfb138ff091e2ff74c8e3274cfe3635d1673ac4a (commit)
from 0722ffc74397f5e92e4377ad2dfaab5363d13648 (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=dfb138ff091e2ff74c8e3274cfe3635d…
commit dfb138ff091e2ff74c8e3274cfe3635d1673ac4a
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 1 23:39:03 2016 +0100
unixsocket: start sabm for UNIXSOCKET
openbsc only starts sabm messages for a subset of line drivers.
Add unixsocket to those subset.
Change-Id: If98c037119142cc33b46ab5c1bf02d4cda81c81e
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 6 ++++--
1 file changed, 4 insertions(+), 2 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 0722ffc74397f5e92e4377ad2dfaab5363d13648 (commit)
from 6d804b1a7e375213cb4b3e437c2b9b8c68872164 (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=0722ffc74397f5e92e4377ad2dfaab53…
commit 0722ffc74397f5e92e4377ad2dfaab5363d13648
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 15 22:58:49 2016 +0100
OM2000: Add FIXME comments for missing resolving of RX/TX MO!
Change-Id: I45708df724c5fc3316eca6bd2ac2c0738b19a45b
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_om2000.c | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)