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 bf1fea0928183f51e994c3f2b0e0f0ca831fd7b8 (commit)
from efa55a454174da12a44c750377b3605d9bfbf7ef (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=bf1fea0928183f51e994c3f2b0e0f0c…
commit bf1fea0928183f51e994c3f2b0e0f0ca831fd7b8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jan 25 18:59:42 2018 +0100
rsl: do not allow MODE MODIFY request with unsupp. codec/rate
When the BSC sends a MODE MODIFY request with an unsupported
codec, the BTS must respond with a negative acknowledge.
Currently the codec parameter is not checked at all, which may
lead into malfunction or crash of the BTS.
- Introduce a mechanism to check the codec/rate against a
table that is set up in the phy specific code.
- Add tables with supported codec/rate combinations for
octphy, sysmobts, and trx.
Change-Id: Id9b222b7ab19ece90591718bc562b3a8c5e02023
Related: SYS#3212
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/bts.h | 3 +++
include/osmo-bts/gsm_data.h | 8 ++++++++
src/common/bts.c | 30 ++++++++++++++++++++++++++++++
src/common/rsl.c | 6 ++++++
src/osmo-bts-octphy/l1_if.c | 9 +++++++++
src/osmo-bts-sysmo/main.c | 12 ++++++++++++
src/osmo-bts-trx/main.c | 12 ++++++++++++
tests/misc/misc_test.c | 26 ++++++++++++++++++++++++++
8 files changed, 106 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)