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 43c763f5af1dc2e21f0b092019d1e1a0f3851075 (commit)
via 440930be441bfaf154ffa0cf868fa843194f9f62 (commit)
via 05ba5c2a1039172b47860db85427cca6e78646bb (commit)
from 3f97e4b1fcdc788345ab7740bd4fb8a3d73f5526 (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=43c763f5af1dc2e21f0b092019d1e1a…
commit 43c763f5af1dc2e21f0b092019d1e1a0f3851075
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 11:15:17 2017 +0200
osmo-bts-trx: Remove duplicate parsing of NM_ATT_CONN_FAIL_CRIT
For some reason, osmo-bts-trx did another take at parsing
NM_ATT_CONN_FAIL_CRIT and storing the second octet in
btsb->radio_link_timeout, just like the generic code already does in
oml_rx_set_bts_attr(), but without proper checking and any error
message. Let's remove it.
Change-Id: Idb0179e1443c0b5a97e59919dba684a001e90192
http://cgit.osmocom.org/osmo-bts/commit/?id=440930be441bfaf154ffa0cf868fa84…
commit 440930be441bfaf154ffa0cf868fa843194f9f62
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 11:11:19 2017 +0200
l1sap.c: Add spec reference to link timeout implementation
Change-Id: Ia95635a4350624b30f2b352e30ee39f856945670
http://cgit.osmocom.org/osmo-bts/commit/?id=05ba5c2a1039172b47860db85427cca…
commit 05ba5c2a1039172b47860db85427cca6e78646bb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 11:09:06 2017 +0200
Consistently check for minimum attribute/TLV length in RSL and OML
Make more use of TLVP_PRES_LEN() instead of plain TLVP_PRESENT() and
implicitly assuming a certain length of the information element.
What this obviously doesn't introduce is some kind of error
generation/reporting in case the minimum length is not fulfilled. An IE
that's too small is silently ignored by TLVP_PRES_LEN() and treated as
if the IE wouldn't exist in the first place.
Change-Id: If5c4eee65711c49bc8ba4675221b1d5fd16198e9
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 4 +++-
src/common/oml.c | 42 +++++++++++++++++++++---------------------
src/common/rsl.c | 16 ++++++++--------
src/osmo-bts-litecell15/oml.c | 3 +--
src/osmo-bts-sysmo/oml.c | 3 +--
src/osmo-bts-trx/l1_if.c | 5 -----
6 files changed, 34 insertions(+), 39 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)