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.orgThis 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 908085ccbc6383e95f2c80134bcaf2e9816b7187 (commit)
from 0d86c21f6af7452291f4148c166e145fb65dc0b9 (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=908085ccbc6383e95f2c80134bcaf2e9816b7187
commit 908085ccbc6383e95f2c80134bcaf2e9816b7187
Author: Harald Welte <laforge at gnumonks.org>
Date: Wed Oct 1 16:18:11 2014 +0800
Add APN utility function to libosmogsm
The current functions are used to 'qualify' an APN from the
user-supplied APN name (name identifier) towards the fully-qualified
APN name which is used in the .grps DNS zone.
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/gsm/apn.h | 13 +++++++++++++
src/gsm/Makefile.am | 2 +-
src/gsm/apn.c | 38 ++++++++++++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 3 +++
5 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 include/osmocom/gsm/apn.h
create mode 100644 src/gsm/apn.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications