libosmocore.git branch master updated. 0.9.6-193-gf74cfd3

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
Fri Apr 28 08:45:29 UTC 2017


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  f74cfd35acadbebe7ccd9fc02d05920958f43ad3 (commit)
      from  8a4895c0e5de4f04b5de85ed6bbae60edca3df9c (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=f74cfd35acadbebe7ccd9fc02d05920958f43ad3

commit f74cfd35acadbebe7ccd9fc02d05920958f43ad3
Author: Max <msuraev at sysmocom.de>
Date:   Fri Mar 24 20:16:33 2017 +0100

    Add SW Description (de)marshalling
    
    * data structure representing 3GPP TS 52.021 §9.4.62 SW Description
    * function to serialize it into msgb
    * function to deserialize it from buffer
    * functions to extract/estimate buffer size for SW Description
    * test harness (partially taken from OpenBSC)
    
    There are several similar functions to deal with SW Description in
    OpenBSC, there's also need to use similar functionality in
    OsmoBTS. Hence it's better to put the code into common library with
    proper tests and documentation.
    
    Change-Id: Ib63b6b5e83b8914864fc7edd789f8958cdc993cd
    Related: OS#1614

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

Summary of changes:
 .gitignore                               |   1 +
 include/osmocom/gsm/protocol/gsm_12_21.h |  16 +++
 src/gsm/abis_nm.c                        | 155 +++++++++++++++++++++++
 src/gsm/libosmogsm.map                   |   5 +
 tests/Makefile.am                        |   7 +-
 tests/abis/abis_test.c                   | 208 +++++++++++++++++++++++++++++++
 tests/abis/abis_test.ok                  |  41 ++++++
 tests/testsuite.at                       |   6 +
 8 files changed, 437 insertions(+), 2 deletions(-)
 create mode 100644 tests/abis/abis_test.c
 create mode 100644 tests/abis/abis_test.ok


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



More information about the osmocom-commitlog mailing list