From patchwork Mon Apr 11 14:10:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schultz X-Patchwork-Id: 608811 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by ozlabs.org (Postfix) with ESMTP id 3qkBxX0Qzxz9t3g for ; Tue, 12 Apr 2016 00:18:23 +1000 (AEST) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 6C8D61CC1B; Mon, 11 Apr 2016 14:18:16 +0000 (UTC) X-Original-To: openbsc@lists.osmocom.org Delivered-To: openbsc@lists.osmocom.org Received: from mail.tpip.net (mail.tpip.net [92.43.49.48]) by lists.osmocom.org (Postfix) with ESMTP id B11171CB18 for ; Mon, 11 Apr 2016 14:18:09 +0000 (UTC) Received: from office.tpip.net (office.tpip.net [92.43.51.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tpip.net (Postfix) with ESMTPS id 1FFF74F40D; Mon, 11 Apr 2016 14:10:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by office.tpip.net (Postfix) with ESMTP id E5273A2CA5; Mon, 11 Apr 2016 16:10:29 +0200 (CEST) Received: from office.tpip.net ([127.0.0.1]) by localhost (office.tpip.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id pJOEPqLu7Xll; Mon, 11 Apr 2016 16:10:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by office.tpip.net (Postfix) with ESMTP id BE57FA309F; Mon, 11 Apr 2016 16:10:25 +0200 (CEST) X-Virus-Scanned: amavisd-new at tpip.net Received: from office.tpip.net ([127.0.0.1]) by localhost (office.tpip.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5bHeWRv6eC_M; Mon, 11 Apr 2016 16:10:25 +0200 (CEST) Received: from alice.tpip.net (unknown [192.168.13.53]) by office.tpip.net (Postfix) with ESMTPSA id 8167BA309A; Mon, 11 Apr 2016 16:10:24 +0200 (CEST) From: Andreas Schultz To: openbsc@lists.osmocom.org Subject: [PATCH 11/12] list Andreas Schultz as author Date: Mon, 11 Apr 2016 16:10:05 +0200 Message-Id: <1460383806-17772-12-git-send-email-aschultz@tpip.net> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1460383806-17772-1-git-send-email-aschultz@tpip.net> References: <1460383806-17772-1-git-send-email-aschultz@tpip.net> X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Development of OpenBSC, OsmoBSC, OsmoNITB, OsmoCSCN" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pablo Neira Ayuso Errors-To: openbsc-bounces@lists.osmocom.org Sender: "OpenBSC" Signed-off-by: Andreas Schultz --- gtp.c | 1 + libgtnl/AUTHORS | 1 + 2 files changed, 2 insertions(+) diff --git a/gtp.c b/gtp.c index 48e98d8..f569d62 100644 --- a/gtp.c +++ b/gtp.c @@ -3,6 +3,7 @@ /* (C) 2012-2014 by sysmocom - s.f.m.c. GmbH * Author: Harald Welte * Pablo Neira Ayuso + * Andreas Schultz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/libgtnl/AUTHORS b/libgtnl/AUTHORS index 7deed5b..649d40b 100644 --- a/libgtnl/AUTHORS +++ b/libgtnl/AUTHORS @@ -1 +1,2 @@ Pablo Neira Ayuso +Andreas Schultz