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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated via 9385d1e01bd05c7099e3e441248ce0b10a6d02e2 (commit) from 455d34f4767df3bcd0eccdd4ac42a755c016e0ed (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/libosmocore/commit/?id=9385d1e01bd05c7099e3e441248ce...
commit 9385d1e01bd05c7099e3e441248ce0b10a6d02e2 Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Wed May 6 09:29:32 2015 +0200
bssgp: Fix bssgp_tx_fc_bvc parameter type
Currently large values for Bmax default MS get sliced since a uint16_t is used as the type of the corresponding parameter of bssgp_tx_fc_bvc. GSM 48.018, 11.3.2 which in turn refers to 11.3.5 specifies a maximum of 6MB (0xffff * 100).
This commit changes the type to uint32_t to cover the full value range.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes: TODO-RELEASE | 1 + include/osmocom/gprs/gprs_bssgp_bss.h | 2 +- src/gb/gprs_bssgp_bss.c | 2 +- tests/gb/gprs_bssgp_test.c | 75 +++++++++++++++++++++++++++++++++++ tests/gb/gprs_bssgp_test.ok | 4 ++ 5 files changed, 82 insertions(+), 2 deletions(-)
hooks/post-receive