openbsc.git branch master updated. 0.15.0-230-g59a1bf3

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
Sat Apr 16 11:48:06 UTC 2016


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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  59a1bf3dae0d0a9e914d3c615c6aa7fc8955d7b5 (commit)
       via  5fa7e36bbc100c5cec4542280ca717ae4800b316 (commit)
       via  f3f3505f493f63e9e79c72e407907783913b9c9c (commit)
      from  c9ac20ea43e0107c293b5d3f5c90076963e95059 (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/openbsc/commit/?id=59a1bf3dae0d0a9e914d3c615c6aa7fc8955d7b5

commit 59a1bf3dae0d0a9e914d3c615c6aa7fc8955d7b5
Author: Max <msuraev at sysmocom.de>
Date:   Fri Apr 15 16:04:46 2016 +0200

    Add basic SI2quater support
    
    * support for sending arbitrary static SI2quater.
    * vty interface for neightbor EARFCNs specific to SI2quater.
    * dynamic generation of SI2quater messages.
    * unit test for SI2quater messages.
    
    Fixes: OS#1630

http://cgit.osmocom.org/openbsc/commit/?id=5fa7e36bbc100c5cec4542280ca717ae4800b316

commit 5fa7e36bbc100c5cec4542280ca717ae4800b316
Author: Max <msuraev at sysmocom.de>
Date:   Fri Apr 15 16:04:45 2016 +0200

    Refactor SI-related code
    
    Move define to header file.
    Use inline functions where appropriate.
    Change int variables which are used as boolean into actual bool to make
    code easier to follow.

http://cgit.osmocom.org/openbsc/commit/?id=f3f3505f493f63e9e79c72e407907783913b9c9c

commit f3f3505f493f63e9e79c72e407907783913b9c9c
Author: Max <msuraev at sysmocom.de>
Date:   Fri Apr 15 16:04:44 2016 +0200

    Add SI2quater support to SI3
    
    Advertise SI2 quater presence and location (if available) using SI3
    according to 3GPP TS 44.018 § 10.5.2.34

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

Summary of changes:
 openbsc/include/openbsc/abis_rsl.h        |   1 +
 openbsc/include/openbsc/gsm_data_shared.h |   5 +
 openbsc/include/openbsc/rest_octets.h     |   8 +-
 openbsc/src/libbsc/abis_rsl.c             |   2 -
 openbsc/src/libbsc/bsc_init.c             |   7 +-
 openbsc/src/libbsc/bsc_vty.c              |  71 ++++++++++
 openbsc/src/libbsc/rest_octets.c          | 209 ++++++++++++++++++++++++++++++
 openbsc/src/libbsc/system_information.c   |  68 +++++++---
 openbsc/src/libcommon/gsm_data.c          |   5 +
 openbsc/tests/gsm0408/Makefile.am         |   3 +-
 openbsc/tests/gsm0408/gsm0408_test.c      |  69 ++++++++++
 openbsc/tests/gsm0408/gsm0408_test.ok     |   8 ++
 12 files changed, 430 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list