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 d81b3bf36094320b90dba3d93c3e76bc9bb92959 (commit)
from 4cb6e04914d7d66b3debdfb4e62ff64d8613deff (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=d81b3bf36094320b90dba3d93c3e76b…
commit d81b3bf36094320b90dba3d93c3e76bc9bb92959
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 15 11:28:40 2018 +0100
Set V_N and V_B to known initial state
Reset V_N and V_B in UL/DL window class constructors to make sure we
always start from known initial state.
Related: OS#1759
Change-Id: I8e14ffa913b49c5394229220de9165cdfaabdf19
Fixes: CID70468, CID70469.
-----------------------------------------------------------------------
Summary of changes:
src/rlc.h | 2 ++
1 file changed, 2 insertions(+)
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 4cb6e04914d7d66b3debdfb4e62ff64d8613deff (commit)
from 2399b1dbfc33b15f64781e611923bc0866f7ccd1 (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=4cb6e04914d7d66b3debdfb4e62ff64…
commit 4cb6e04914d7d66b3debdfb4e62ff64d8613deff
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 17 16:14:59 2018 +0100
jenkins.sh: Disable building doxygen for deps
Don't clutter build logs with irrelevant output.
Change-Id: If1784baa519c10ab0ab3e600f373c27a6c8ae4c6
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 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 2399b1dbfc33b15f64781e611923bc0866f7ccd1 (commit)
from 186206cff295de9afb0d1beda72a4304ebaa1e17 (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=2399b1dbfc33b15f64781e611923bc0…
commit 2399b1dbfc33b15f64781e611923bc0866f7ccd1
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 12 15:48:12 2018 +0100
TBF: log source of state transitions
We use the same approach for osmo_fsm: when state transition happens,
it's not very useful to always log the transition function itself, it's
much more useful to see where the actual transition comes from.
Change-Id: I348ba89bdda2b44c7019e9c893c764ee08c80bec
Related: OS#1759
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 6 +++---
src/tbf.cpp | 18 +++++++++---------
src/tbf.h | 15 +++++++++------
src/tbf_dl.cpp | 10 +++++-----
src/tbf_ul.cpp | 2 +-
tests/tbf/TbfTest.cpp | 2 +-
6 files changed, 28 insertions(+), 25 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 "CI scripts".
The branch, master has been updated
via 595ea2df169b252fb44e2322bf307aa08002c041 (commit)
from 13738fa235d16bc9ca57c9cf184f5239e15bde87 (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-ci/commit/?id=595ea2df169b252fb44e2322bf307aa0…
commit 595ea2df169b252fb44e2322bf307aa08002c041
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 17 14:28:30 2018 +0100
Fix missing OsmoPCU master build
Similar to Idac6e53b1e0addbcb5b6c99b8051e1e0ad26bc5b fix the master
branch builds.
Change-Id: Icdd53a7cb037324a568e8eab529716e030e00583
-----------------------------------------------------------------------
Summary of changes:
jobs/master-builds.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
CI scripts
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 23d3161d4bbe80da13bf3e7afb64242dc8b7236c (commit)
from 5e518b5b4c9abb404055f38c2fc5061bf5530493 (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=23d3161d4bbe80da13bf3e7afb64…
commit 23d3161d4bbe80da13bf3e7afb64242dc8b7236c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jan 16 18:50:23 2018 +0100
fsm: fix double llist_del in osmo_fsm_inst_term()
llist_del(&fi->proc.child) is executed always, regardless whether
a parent is configured or not. This may lead into a double llist_del
when the child has been previously unlinked.
- check if fi->proc.parent is set, and only then execute
llist_del(&fi->proc.child);
Change-Id: I4b33d508c8a11b72fbf30125088a882894d9e6ac
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 5 +++--
1 file changed, 3 insertions(+), 2 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 5e518b5b4c9abb404055f38c2fc5061bf5530493 (commit)
from e653472573323a9abf910555fe38eb34b1f42840 (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=5e518b5b4c9abb404055f38c2fc5…
commit 5e518b5b4c9abb404055f38c2fc5061bf5530493
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jan 17 13:20:02 2018 +0100
fix -Werror build: logging.c: always use literal with snprintf
A recent commit added an snprintf that passes a pointer to a literal directly
to snprintf. Since passing pointers to printf formats is a vulnerability in
case user supplied data may be passed in the format, modern compilers warn
against that, which breaks our -Werror builds. Even though this is just a
pointer to a literal, it needs to be an actual literal to make compilers happy.
Use printf("%s", c) instead of printf(c).
Note that our current build slave's gcc does not enforce that yet, while newer
compilers do.
logging.c:338:4: warning: format not a string literal and no format arguments [-Wformat-security]
ret = snprintf(buf + offset, rem, c_subsys);
Change-Id: Ifa4eb8a9fab66dcd987986065351b4a06421f1ec
-----------------------------------------------------------------------
Summary of changes:
src/logging.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 "UNNAMED PROJECT".
The branch, master has been updated
via 186206cff295de9afb0d1beda72a4304ebaa1e17 (commit)
from 6298fbb7b2f3639fde994633e33ba54a64a6ef9b (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=186206cff295de9afb0d1beda72a430…
commit 186206cff295de9afb0d1beda72a4304ebaa1e17
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 15 16:43:22 2018 +0100
Allow specifying sysmocom headers explicitly
The headers for LC1.5 are specified explicitly. Add corresponding option
to specify sysmoBTS headers location and use it in jenkins build. While
at it, unify header fixup code with the one used in OsmoBTS.
Change-Id: I5248e8b389fd240b4d5a0bcf6c954d6115262462
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 11 +++++++++++
contrib/jenkins.sh | 8 +++-----
src/Makefile.am | 2 +-
3 files changed, 15 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via e653472573323a9abf910555fe38eb34b1f42840 (commit)
via f3fa3694f596b50a5d85ae1e8b2a8627a3308a7e (commit)
via 886e548ab080896da6760036f38b93ff97fd01a4 (commit)
from 3cafc060142e256cf9f9ae4a6362c248c8e1fb95 (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=e653472573323a9abf910555fe38…
commit e653472573323a9abf910555fe38eb34b1f42840
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 03:02:06 2018 +0100
logging: color the log category according to level
When log_set_use_color() is enabled, color the log category string according to
the log level. The log line before and after the log category is printed in the
category's configured color.
ERROR and FATAL are red, NOTICE is yellow, INFO is green and DEBUG is blue.
The default behavior remains unchanged; If color is enabled, the category
string will now always be colored in the log level color, not the log category
color, and will stand out from the rest of the line.
Change-Id: I84f886ac880e9056a666bbb231ae06cbaaf65f44
http://cgit.osmocom.org/libosmocore/commit/?id=f3fa3694f596b50a5d85ae1e8b2a…
commit f3fa3694f596b50a5d85ae1e8b2a8627a3308a7e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 02:56:01 2018 +0100
logging: color the log level
When log_set_use_color() is enabled, color the log level string according to
the log level. The log line before and after the log level is printed in the
category's color.
ERROR and FATAL are red, NOTICE is yellow, INFO is green and DEBUG is blue.
The default behavior remains unchanged.
Change-Id: If2e52ae9ab83e538e04321c338e3fdffb2c7f9d3
http://cgit.osmocom.org/libosmocore/commit/?id=886e548ab080896da6760036f38b…
commit 886e548ab080896da6760036f38b93ff97fd01a4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 01:49:37 2018 +0100
logging: add ability to log the log-level with API and vty
Log the log level string after the category name, if enabled.
The default behavior remains unchanged.
Change-Id: Ie6be365cfa6aeabdf115bff19bac198440c9adf1
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 4 ++++
src/logging.c | 51 ++++++++++++++++++++++++++++++++++++++----
src/vty/logging_vty.c | 21 +++++++++++++++++
3 files changed, 72 insertions(+), 4 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 6298fbb7b2f3639fde994633e33ba54a64a6ef9b (commit)
via 93d947f5e8a30acc9250c124bf9d5bb6a8863526 (commit)
via 896574e92bea09ed8d39688b6fdf504e84521746 (commit)
via 529ce885450946d85d1920fb3d1a994c3efe5849 (commit)
from 2141962baf95bfaf11f19dacd59f7b8ac8d49ca3 (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=6298fbb7b2f3639fde994633e33ba54…
commit 6298fbb7b2f3639fde994633e33ba54a64a6ef9b
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 18:58:54 2018 +0100
Use Timing Advance Index in UL assignments
Write TAI (if available) when generating Rest Octets for UL
Assignment. This should not affect actual PCU behavior because TAI is
not yet supported by upper layers but we have to adjust corresponding
tests anyway.
Change-Id: I8b17be78a46c0bc17516b7c90f35aa4768010ae4
http://cgit.osmocom.org/osmo-pcu/commit/?id=93d947f5e8a30acc9250c124bf9d5bb…
commit 93d947f5e8a30acc9250c124bf9d5bb6a8863526
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 18:54:29 2018 +0100
Rewrite Packet Uplink Assignment
Use bitvec_set_*() directly without external write pointer tracking to
simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
§10.5.2.16) which is the last part of the message so it should not
interfere with the rest of encoding functions.
The tests are adjusted accordingly.
Change-Id: I44db2eeea7448ff67e688ae716487bc6dbfc96a3
Related: OS#1526
http://cgit.osmocom.org/osmo-pcu/commit/?id=896574e92bea09ed8d39688b6fdf504…
commit 896574e92bea09ed8d39688b6fdf504e84521746
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 18:45:41 2018 +0100
Rewrite Packet Downlink Assignment
Use bitvec_set_*() directly without external write pointer tracking to
simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
§10.5.2.16) which is the last part of the message so it should not
interfere with the rest of encoding functions.
The tests are adjusted accordingly.
Change-Id: I52ec9b07413daabba8cd5f1fba5c7b3af6a33389
Related: OS#1526
http://cgit.osmocom.org/osmo-pcu/commit/?id=529ce885450946d85d1920fb3d1a994…
commit 529ce885450946d85d1920fb3d1a994c3efe5849
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 13:15:05 2018 +0100
Rewrite EGPRS Packet Uplink Assignment
Use bitvec_set_*() directly without external write pointer tracking to
simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
§10.5.2.16) which is the last part of the message so it should not
interfere with the rest of encoding functions.
Reusable fragments are split into static helpers.
Change-Id: I2139fb347b3290621bbc3f6a031f7f213d372e65
Related: OS#1526
-----------------------------------------------------------------------
Summary of changes:
src/encoding.cpp | 385 +++++++++++++++++++++++++++++++-------------------
tests/tbf/TbfTest.err | 102 ++++++-------
2 files changed, 289 insertions(+), 198 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT