libosmocore.git branch master updated. 0.10.2-87-gf1ad60e4

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Jan 8 13:02:25 UTC 2018


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  f1ad60e4d861d5ff462a8d7ab481ad082360f346 (commit)
      from  e1a511b0319bc2d8fc271aaee52d3a8ce2acf1e1 (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=f1ad60e4d861d5ff462a8d7ab481ad082360f346

commit f1ad60e4d861d5ff462a8d7ab481ad082360f346
Author: Max <msuraev at sysmocom.de>
Date:   Fri Jan 5 14:19:33 2018 +0100

    Add function to properly encode RAI
    
    Add gsm48_encode_ra() which takes appropriate struct as [out] parameter
    instead of generic buffer. Using uint8_t buffer instead of proper struct
    type prooved to be error-prone - see Coverity CID57877, CID57876.
    
    Old gsm48_construct_ra() is made into tiny wrapper around new
    function. The test output is adjusted because of the change in function
    return value which was constant and hence ignored anyway.
    
    Related: OS#1640
    Change-Id: I31f9605277f4945f207c2c44ff82e62399f8db74

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/gprs/gprs_bssgp_bss.h |  1 +
 include/osmocom/gsm/gsm48.h           |  1 +
 src/gb/gprs_bssgp.c                   | 29 ++++++++++---------------
 src/gb/gprs_bssgp_bss.c               | 18 ++++++++-------
 src/gb/libosmogb.map                  |  1 +
 src/gsm/gsm48.c                       | 41 ++++++++++++++++++-----------------
 src/gsm/libosmogsm.map                |  1 +
 tests/gsm0408/gsm0408_test.c          |  9 ++++----
 tests/gsm0408/gsm0408_test.ok         |  4 ++--
 9 files changed, 52 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list