libosmocore.git branch master updated. 0.9.0-49-g8114294

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 Jan 15 13:48:33 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  8114294bf29ac6e44822c0ae43d4b0819f11b022 (commit)
      from  51660a6adefd59081f7f2883d76a875e8b2e89c9 (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=8114294bf29ac6e44822c0ae43d4b0819f11b022

commit 8114294bf29ac6e44822c0ae43d4b0819f11b022
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 17 08:42:05 2015 +0100

    gsm: Add APN conversion functions
    
    These functions are currently part of openbsc but also needed by
    other projects.
    
    The function have been renamed as follows:
    
      gprs_apn_to_str -> osmo_apn_to_str
      gprs_str_to_apn -> osmo_apn_from_str
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 include/osmocom/gsm/apn.h |   3 ++
 src/gsm/apn.c             |  75 ++++++++++++++++++++++++++++
 src/gsm/libosmogsm.map    |   2 +
 tests/Makefile.am         |  10 ++--
 tests/gprs/gprs_test.c    | 122 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/gprs/gprs_test.ok   |   1 +
 tests/testsuite.at        |   6 +++
 7 files changed, 216 insertions(+), 3 deletions(-)
 create mode 100644 tests/gprs/gprs_test.c
 create mode 100644 tests/gprs/gprs_test.ok


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



More information about the osmocom-commitlog mailing list