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 074478dc619a75dc29c78b9b148d960c4605d99c (commit)
from 901c197881f5e0ab690f959b57abc755ab101e97 (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=074478dc619a75dc29c78b9b148d…
commit 074478dc619a75dc29c78b9b148d960c4605d99c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Dec 9 05:54:17 2017 +0100
logging vty: tweak general 'logging' command doc
'logging' is not only for terminals, also for stderr and other log targets.
Change-Id: If1ee59c7d1073502259b7d60008206ac3d8e87a3
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/vty/logging.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 "Osmocom code for Iuh interface".
The branch, master has been updated
via ade7e8b19bf423e9090dca67c906bc4bf8242df2 (commit)
from f898d6bc106d7e9522888300484a0bc732999628 (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=ade7e8b19bf423e9090dca67c906bc4…
commit ade7e8b19bf423e9090dca67c906bc4bf8242df2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Dec 20 02:33:44 2017 +0100
hnbgw: use proper talloc ctx for vty telnet init
Change-Id: I355c6e5489f24566612528cd679c5cab21eed008
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 84c2f43d00af200eb2b1a58a566e3ed69e767904 (commit)
from 63f68ccc4cdee6e8de2e4e63d456d4c340af5b51 (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=84c2f43d00af200eb2b1a58a566e3ed…
commit 84c2f43d00af200eb2b1a58a566e3ed69e767904
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Dec 14 20:58:54 2017 +0100
fix debug log: put 'deriving 2G from 3G' in proper place
Don't log "deriving 2G from 3G" when we're actually calculating separately; log
it when we're actually deriving from 3G.
Add log "calculating 2G separately" in the right place.
The test output changes show that each test said "separate 2G" at the top while
logging "deriving 2G from 3G" further down, which was obviously wrong.
Change-Id: I6679d7ef8fdcae39a0c2aff7ac638e63dddb10dc
-----------------------------------------------------------------------
Summary of changes:
src/auc.c | 3 ++-
tests/auc/auc_test.err | 13 +++++++++++--
tests/auc/auc_ts_55_205_test_sets.err | 19 +++++++++++++++++++
3 files changed, 32 insertions(+), 3 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 code for Iuh interface".
The branch, master has been updated
via f898d6bc106d7e9522888300484a0bc732999628 (commit)
from 2c56f6d4540cd5288ab24ef35f95764bb73d2c79 (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=f898d6bc106d7e9522888300484a0bc…
commit f898d6bc106d7e9522888300484a0bc732999628
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Dec 19 03:12:08 2017 +0100
fix 3 compiler warnings in ranap_common.c
ranap_common.c:282 col 45: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘RANAP_CauseNon_Standard_t {aka const long int}’ [-Wformat=]
ranap_common.c:527 col 15: warning: implicit declaration of function ‘asn1str_to_u16’; did you mean ‘asn_strtol’? [-Wimplicit-function-declaration]
ranap_common.c:546 col 11: warning: unused variable ‘addr’ [-Wunused-variable]
Change-Id: I0b399e78fa7b202a36e5e4be86f338c0ceb9823e
-----------------------------------------------------------------------
Summary of changes:
src/ranap_common.c | 4 ++--
1 file changed, 2 insertions(+), 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 901c197881f5e0ab690f959b57abc755ab101e97 (commit)
from a5e2162cf16f2e9208b60431bc4799b4bcdd4b42 (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=901c197881f5e0ab690f959b57ab…
commit 901c197881f5e0ab690f959b57abc755ab101e97
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:17:47 2017 +0100
jenkins: add 'make V=1' for more verbose build logs
In the logs, it is nice to see whether e.g. sanitize or -Werror args actually
made it to the gcc command line. With V=1 we see the complete command
invocations that would be hidden otherwise.
Change-Id: Ie89b1c39489ba80fb47716f4c747f2c85960e32e
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via e44a5687c4728a3ef1f730ec7349cef135cf174a (commit)
from 5825e5cfb245f32a409c7784e51fb1e774adf799 (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=e44a5687c4728a3ef1f730ec7349cef1…
commit e44a5687c4728a3ef1f730ec7349cef135cf174a
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Dec 19 13:10:07 2017 +0100
Fix tests after rate_ctr change
Recent change lin libosmocore disallow registering rate_ctr with the
same name and indexing multiple times. To accommodate to this:
* allocate network struct once and use it for all tests
* free bts struct after each test
This is a backport of 4ab7268a902af24fcd4870148b709fed4fbf900c from
OsmoBSC.
Change-Id: Ic5fab86bca617cabcd59484066975e17ab2320b6
Related: OS#2757
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/channel/channel_test.c | 35 ++++++-------
openbsc/tests/gsm0408/gsm0408_test.c | 99 ++++++++++++++++++-----------------
openbsc/tests/gsm0408/gsm0408_test.ok | 6 +++
3 files changed, 73 insertions(+), 67 deletions(-)
hooks/post-receive
--
Legacy: 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via a5e2162cf16f2e9208b60431bc4799b4bcdd4b42 (commit)
via 3da9aa6b6792407d57816ec4a4cdfd0b4b3434b8 (commit)
from 6cb9e7d8981e127161f14f22ad9271252c531aec (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=a5e2162cf16f2e9208b60431bc47…
commit a5e2162cf16f2e9208b60431bc4799b4bcdd4b42
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Dec 16 01:18:53 2017 +0100
ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP
So far, error reporting just says "Trap/Reply", more accurately report 'GET
REPLY', 'SET REPLY' and 'TRAP' as appropriate.
Change-Id: Ic25a251502499aeda4e2952ec4190a1fa0bebb01
http://cgit.osmocom.org/libosmocore/commit/?id=3da9aa6b6792407d57816ec4a4cd…
commit 3da9aa6b6792407d57816ec4a4cdfd0b4b3434b8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Sep 26 14:21:44 2017 +0200
ctrl: tighten CTRL input parsing
Validate that incoming CTRL commands...
- have decimal IDs,
- return error on trailing characters,
- have invalid characters in variable identifiers,
- send detailed error messages as reply to the requestor.
Adjust ctrl_test.{c,ok}, which best show the change in behavior.
Message handling causes log messages on stderr; previously, stderr was empty.
Add '[ignore]' in testsuite.at so that the nonempty stderr doesn't cause test
failures.
Change-Id: I96a9b6b6a3a5e0b80513aa9eaa727ae8c9c7d7a1
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_cmd.c | 104 ++++++++++++++++++++++++++++++++++++---------
tests/ctrl/ctrl_test.c | 110 ++++++++++++++++++++----------------------------
tests/ctrl/ctrl_test.ok | 76 ++++++++++++---------------------
tests/testsuite.at | 2 +-
4 files changed, 159 insertions(+), 133 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 6cb9e7d8981e127161f14f22ad9271252c531aec (commit)
via e094157e125a70b9a384ba3cec01261624f4eb59 (commit)
from 58a5665ecb72b2b4e2a9e33dde83d12060c41b4a (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=6cb9e7d8981e127161f14f22ad92…
commit 6cb9e7d8981e127161f14f22ad9271252c531aec
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Dec 15 09:35:21 2017 +0100
libosmocodec: add FR bit offset definitions
This change defines the GSM FR bit positions as described
in RFC 3551, which will be used by further ECU
(Error Correction Unit) implementation.
Change-Id: I1d0a198af0f8dd1f690b5a81f5c9eb92c43aefed
http://cgit.osmocom.org/libosmocore/commit/?id=e094157e125a70b9a384ba3cec01…
commit e094157e125a70b9a384ba3cec01261624f4eb59
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Dec 16 01:39:48 2017 +0700
libosmocodec: add FR/HR/EFR frame length definitions
There are some projects, such as OsmoBTS and OsmocomBB, which
are dealing with raw TCH payloads, so they need to have the
FR/HR/EFR frame length defined. At the moment, each project
defines them itself. Let's share these definitions.
Change-Id: Ib19dd1bf81712d034157f9ce061008be0000ef38
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/codec/codec.h | 7 +
include/osmocom/codec/gsm610_bits.h | 272 ++++++++++++++++++++++++++++++++++++
3 files changed, 280 insertions(+)
create mode 100644 include/osmocom/codec/gsm610_bits.h
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 c21f007277713b15d9a48d0bcc6f28aa51b4f908 (commit)
from ea9968f6854cbfe79506efedc43a953a7c38cdd6 (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=c21f007277713b15d9a48d0bcc6f28a…
commit c21f007277713b15d9a48d0bcc6f28aa51b4f908
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 15 17:36:45 2017 +0100
Introduce LOGTBF* for consistent logging
When troubleshooting complex issues with TBF lifecycle, it's much easier
to follow the logs which are consistently formatted. Add LOGTBF*() macro
similar to struct-specific log routines we use in other Osmocom project
and use it to log TBF-related messages in a unified way. Tweak test
output accordingly.
Related: OS#2407
Change-Id: I388249afefc32d2f6e5cb5e5abc6daf4dbd284ea
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 80 +--
src/tbf.cpp | 111 ++--
src/tbf.h | 4 +
src/tbf_dl.cpp | 42 +-
src/tbf_ul.cpp | 8 +-
tests/tbf/TbfTest.err | 1750 ++++++++++++++++++++++++-------------------------
6 files changed, 980 insertions(+), 1015 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 0bac3efc176e49eb22e4e9a0ede55143efc0e64f (commit)
from 3c96db29fadbf1fb9519252462661f21da83e907 (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=0bac3efc176e49eb22e4e9a0ede5514…
commit 0bac3efc176e49eb22e4e9a0ede55143efc0e64f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Dec 15 11:57:39 2017 +0100
octphy: l1_oml: check returncode of trx_by_l1h()
The function trx_by_l1h() is used to fetch the pointer to a an
osmo_bts_trx from a list. The ID that is used to reference the
transceiver comes from the incoming message. If the firmware
sends odd identifiers (firmware bugs, damaged packets) the
transceiver can not be found in the list and a nullpointer is
returned, which then leads into a nullpointer derefernece
problem.
Check the returncode, and depending on the situation either
return with -EINVAL or exit osmo-bts immediately.
Change-Id: I04ef3b4896e1322c2a6d29ea86a88994c7748bf7
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_oml.c | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)