libosmocore.git branch master updated. 0.10.2-195-g680acae7

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 Mar 3 09:01:28 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  680acae725b2b8dda2f239ff20073306fdfb3f6e (commit)
      from  5b8b8c62b4958276983e942702020ae6d42f5327 (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=680acae725b2b8dda2f239ff20073306fdfb3f6e

commit 680acae725b2b8dda2f239ff20073306fdfb3f6e
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Mar 1 19:13:05 2018 +0100

    features: move bts feature related functionality to libosmocore
    
    osmo-bsc and osmo-bts share enums and value strings to describe
    feature data that is exchanged via OML (manufacturer id) on startup.
    Also the functions to set and get the respecitive bits in the feature
    bitvectors are in osmo-bsc and osmo-bts. This is a code duplication
    and should be resolved.
    
    - add enum osmo_bts_features (replaces enum gsm_bts_features)
    - add osmo_bts_features_descs (replaces gsm_bts_features_descs)
    - add osmo_bts_set_feature (replaces gsm_btsmodel_set_feature)
    - add osmo_bts_has_feature (replaces gsm_btsmodel_has_feature)
    
    Change-Id: Id0c35aef11aa49aa40abe7deef1f9dbd12210776

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

Summary of changes:
 include/Makefile.am                |  1 +
 include/osmocom/gsm/bts_features.h | 43 ++++++++++++++++++++++++++++++++++
 src/gsm/Makefile.am                |  2 +-
 src/gsm/bts_features.c             | 48 ++++++++++++++++++++++++++++++++++++++
 src/gsm/libosmogsm.map             |  2 ++
 5 files changed, 95 insertions(+), 1 deletion(-)
 create mode 100644 include/osmocom/gsm/bts_features.h
 create mode 100644 src/gsm/bts_features.c


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



More information about the osmocom-commitlog mailing list