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 5cef0623ef64bc641d2d29edb1ebaaafcc7c0df6 (commit)
from 40c05f07f49721e3ec89f6cd4a21a187a41336ef (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=5cef0623ef64bc641d2d29edb1ebaaa…
commit 5cef0623ef64bc641d2d29edb1ebaaafcc7c0df6
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Feb 1 18:54:50 2018 +0100
gsm_pchan2chan_nr: move warning to pragma message and track issue
Take the chance to move the default option to the end as it's the
usually expected syntax.
Change-Id: I21298fcd0d1c1aafdd3dc1e8c8dae37b271b1d3d
-----------------------------------------------------------------------
Summary of changes:
src/common/gsm_data_shared.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 18c014de6771a3032308123af9969c966e20b7c8 (commit)
from f1076ed75a0047858336c42e8f10fc0a91d86ad4 (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=18c014de6771a3032308123af996…
commit 18c014de6771a3032308123af9969c966e20b7c8
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 30 14:33:01 2018 +0100
utils: add helper wrapper for osmo_strlcpy()
Add wrapper for osmo_strlcpy() which uses sizeof() to automatically
determine buffer's size and use it for GSMTAP logging. This is pretty
common use case for osmo_strlcpy() so it's a good idea to save some
typing by using generic define.
Related: OS#2864
Change-Id: I03d0d3d32a8d572ad573d03c603e14cdc27a3f7b
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/utils.h | 3 +++
src/logging_gsmtap.c | 7 +++----
2 files changed, 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via f1076ed75a0047858336c42e8f10fc0a91d86ad4 (commit)
via 143aed7fa61adac6db7c7b628351cacd7a7f0cf6 (commit)
from cd82710be7276c4276d85a109248f94d5720def4 (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=f1076ed75a0047858336c42e8f10…
commit f1076ed75a0047858336c42e8f10fc0a91d86ad4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Feb 3 21:16:45 2018 +0100
gsm48_hdr_msg_type(): SS is in the same group as MM/CC
Change-Id: I1ddadeacced9650885f454b81f3f0df531ea1e5d
http://cgit.osmocom.org/libosmocore/commit/?id=143aed7fa61adac6db7c7b628351…
commit 143aed7fa61adac6db7c7b628351cacd7a7f0cf6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Feb 3 21:14:47 2018 +0100
gsm48_hdr_msg_type[_r99]: Fix bit-masks
TS 24.007 is quite clear: The upper two bits of the message type
octet are *not* part of the message type in any of the L3 protocols
which implement sequence numbers. it doesn't matter if it's R98 or
R99, or whether the sequence number is 1bit or 2bits wide.
Related: OS#2908
Change-Id: Iec875a77f5458322dfbef174f5abfc0e8c09d464
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 6 +++---
1 file changed, 3 insertions(+), 3 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 c9ce6f916e92bb2901f39581072db7fe9ccf9ef8 (commit)
via 5441e1f2f0cbaf69a6b2aa031db9088bdd9d9199 (commit)
via 5d7f757e4918da9d26189f6c6a5f96938234d309 (commit)
via 0fdaa9d383eb22f276fa0404315be3a5bb8718c6 (commit)
from 7e4921d8e2d442fcc047bbbcfb2b26d48e2cc5d4 (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=c9ce6f916e92bb2901f39581072db7f…
commit c9ce6f916e92bb2901f39581072db7fe9ccf9ef8
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 30 17:53:02 2018 +0100
vty: drop unused function
Change-Id: I01f3773ca6a9b6d4e28ca2f59c944c6d48918dd1
http://cgit.osmocom.org/osmo-pcu/commit/?id=5441e1f2f0cbaf69a6b2aa031db9088…
commit 5441e1f2f0cbaf69a6b2aa031db9088bdd9d9199
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 30 17:49:53 2018 +0100
TBF: show assignment kind in vty
Change-Id: Ic4e40d9c141ab7ee3f7c4dceec007dbe16359f93
Related: OS#1759
http://cgit.osmocom.org/osmo-pcu/commit/?id=5d7f757e4918da9d26189f6c6a5f969…
commit 5d7f757e4918da9d26189f6c6a5f96938234d309
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 30 16:56:43 2018 +0100
TBF: add helpers for assignment type handling
* add function to set/unset given assignment type
* log assignment type flag changes
* update tests output with additional logs
This enables us to carefully track the TBF assignment type transitions.
Change-Id: I3fe9d52472be8b7f257e8326b2f84e8e7d7bd1f4
Related: OS#1759
http://cgit.osmocom.org/osmo-pcu/commit/?id=0fdaa9d383eb22f276fa0404315be3a…
commit 0fdaa9d383eb22f276fa0404315be3a5bb8718c6
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 30 16:03:10 2018 +0100
TBF: decrease logging verbosity for traffic
Change-Id: If43aa9895abf58602556c986a633ff93a6f00b06
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 4 ++--
src/pcu_vty.c | 2 +-
src/pcu_vty_functions.cpp | 13 +++++-------
src/pcu_vty_functions.h | 1 -
src/tbf.h | 51 ++++++++++++++++++++++++++++++++++++++++++++++-
src/tbf_dl.cpp | 12 ++++-------
src/tbf_ul.cpp | 2 +-
tests/tbf/TbfTest.err | 33 +++++++++++++++++++++++++++++-
8 files changed, 95 insertions(+), 23 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT