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 a8168271eb28fea9bab2bcee1e296cf715aad505 (commit)
via e9510424750b08471ae9a6f367ec0d8728251b5e (commit)
from 65efa691f8dc6e28239ccdc026f0bae9718fe3d6 (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=a8168271eb28fea9bab2bcee1e296cf…
commit a8168271eb28fea9bab2bcee1e296cf715aad505
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jun 16 03:35:37 2016 +0200
dyn PDCH: cosmetic: lchan_to_GsmL1_SubCh_t(): add case for TCH_F_PDCH
It is cosmetic since the 'default:' case already caught TCH_F_PDCH, but
it's
good to mention all expected pchans explicitly.
Change-Id: I5aef84209e46c9288f6adf0730178fe08f26764f
http://cgit.osmocom.org/osmo-bts/commit/?id=e9510424750b08471ae9a6f367ec0d8…
commit e9510424750b08471ae9a6f367ec0d8728251b5e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jun 6 17:57:54 2016 +0200
dyn PDCH: rsl rx dchan: also log ip.access message names
Before, only standard ABIS RSL message names were logged, add ip.access
specific ones.
The IPAC_PDCH_ACT and _DEACT msgs are received with an ABIS_RSL_MDISC_DED_CHAN
discriminator, and not with _MDISC_IPACCESS like the others. Thus rsl_rx_dchan()
should be able to log ip.access message types properly.
Change-Id: I9db6826b515bf565fc7ae24fc0760b60928cc89f
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 4 ++--
src/osmo-bts-sysmo/oml.c | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)