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 16312669937281a7785bf069bbf428bfdbadcd60 (commit) via 3c144069daf898105b54d99703f398f52c777a10 (commit) from 69d297ce755c8ed58ea26606fcdd933ad399188f (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=16312669937281a7785bf069bbf428bf...
commit 16312669937281a7785bf069bbf428bfdbadcd60 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Wed Feb 8 19:04:44 2017 +0100
SACCH: fix sending of SI with an enum value > 7
In copy_sacch_si_to_lchan(), the variable to hold the bit mask for SI-is-valid was chosen as uint8_t, and as a result none of the SIs with an enum value >= 8 would ever be sent. Use int for enum value and uint32_t for the bit mask.
Fixes: #1945 Change-Id: I85fa9a50691601bcd103845c6811caa061a39824
http://cgit.osmocom.org/osmo-bts/commit/?id=3c144069daf898105b54d99703f398f5...
commit 3c144069daf898105b54d99703f398f52c777a10 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Wed Feb 8 18:00:52 2017 +0100
fix missing ~ in bit logic for lchan->si.valid in rsl_rx_sacch_inf_mod()
Upon rx of a SACCH INFO Modify for an lchan that has no L3 INFO IE, clear only the si.valid bit in question, instead of clearing all but the one in question.
BTW, It first looked like it could be, but is *not* the cause for OS#1945 (SI5ter never sent to MS).
Change-Id: I0df20b6643b0bfd219ce1df594075838d8406719
-----------------------------------------------------------------------
Summary of changes: src/common/rsl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org