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, neels/pending-patches has been updated via 45c4a706cc6443da1209630d6d466c0e3a979d01 (commit) via 47533774a6d03a3d11e98823963de6a01f2e8e3b (commit) from c04abfa3b358308f6d923a2aeee145bf49075246 (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=45c4a706cc6443da1209630d6d466...
commit 45c4a706cc6443da1209630d6d466c0e3a979d01 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Tue Mar 15 13:26:42 2016 +0100
gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS
For 3G, I need a BCD composer/parser similar to gsm48_generate_lai()/ gsm48_decode_lai(). Those functions also handle a trivial extra member (lac) which I don't need in this way for 3G.
So create new functions to take on the MCC+MNC BCD handling and call those from gsm48_generate_lai() and gsm48_decode_lai(). In this way, the 3G code in openbsc can use only the BCD functionality without code duplication.
http://cgit.osmocom.org/libosmocore/commit/?id=47533774a6d03a3d11e98823963de...
commit 47533774a6d03a3d11e98823963de6a01f2e8e3b Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Mar 14 23:50:33 2016 +0100
gsm0480.c: squelch compiler warning due to const (caused recently)
The introduction of gsm48_hdr_pdisc() caused a new compiler warning. In gsm0480_decode_*(), the gsm48_hdr is const, which we can safely cast away to avoid the warning.
-----------------------------------------------------------------------
Summary of changes: include/osmocom/gsm/gsm48.h | 3 +++ src/gsm/gsm0480.c | 4 ++-- src/gsm/gsm48.c | 55 ++++++++++++++++++++++++++++----------------- src/gsm/libosmogsm.map | 2 ++ 4 files changed, 41 insertions(+), 23 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org