aboutsummaryrefslogtreecommitdiffstats
path: root/src/sgsn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-26 12:07:05 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-06-26 12:07:12 +0200
commit36ecddb705300c1dedd10a05e1f6c0f1a52e4caa (patch)
tree244e3a9d0f3878033d253c7c8b83e2899c208413 /src/sgsn
parent90dedcb2e7f308f4bd8d702b1d47b96ca60d1a4d (diff)
gprs_gmm_fsm.c: Add missing license header
The file was created by myself on September 2019, 31c4657c971e40407163034526aafeb9b5a83460. Change-Id: I94299b9ccf760ad13429e149067f06ed60d37de3
Diffstat (limited to 'src/sgsn')
-rw-r--r--src/sgsn/gprs_gmm_fsm.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/sgsn/gprs_gmm_fsm.c b/src/sgsn/gprs_gmm_fsm.c
index 11b4e4ec5..886726c68 100644
--- a/src/sgsn/gprs_gmm_fsm.c
+++ b/src/sgsn/gprs_gmm_fsm.c
@@ -1,3 +1,25 @@
+/* GMM mobility management states on the network side, 3GPP TS 24.008 ยง 4.1.3.3 */
+/*
+ * (C) 2019 by sysmocom - s.m.f.c. GmbH <info@sysmocom.de>
+ * All Rights Reserved
+ *
+ * SPDX-License-Identifier: AGPL-3.0+
+ *
+ * Author: Pau Espin Pedrol <pespin@sysmocom.de>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <osmocom/core/tdef.h>
#include <osmocom/sgsn/gprs_gmm_fsm.h>