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 9982b95069c58a3cb9b97bb6bc75932db81886ad (commit)
from bf9298eb0f087b3b16fd08e04310d8d2e156dc8d (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=9982b95069c58a3cb9b97bb6bc75932…
commit 9982b95069c58a3cb9b97bb6bc75932db81886ad
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 24 18:42:30 2017 +0200
Fix Downlink AMR FSM name to avoid illegal space character
Since libosmocore Change-Id I9ef59432f43a3cdb94e4cbb0c44ac3f9b2aac0f2
we enforce that FSM names do not contain illegal characteers such as
spaces. Let's change the DL TX FSM for AMR to comply to this. Also,
actually do check the result of the FSM registration.
Change-Id: Ieccd1dc32c0faf5e544d17daca4a417d1d168c21
-----------------------------------------------------------------------
Summary of changes:
src/common/bts.c | 4 +++-
src/common/dtx_dl_amr_fsm.c | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)