aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-03-17 23:26:11 +0100
committerHarald Welte <laforge@gnumonks.org>2017-03-17 23:28:55 +0100
commite17988ac7b857c6f5c250bf0ffa7bd530256a213 (patch)
tree9058d4329bb6efc0a94ca76e4425e9c85138ef75
parent345d6870387cefcaf5057634c06ec804e6b69eec (diff)
add README.md file
-rw-r--r--README.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..23c1d25
--- /dev/null
+++ b/README.md
@@ -0,0 +1,51 @@
+# libgtpnl - netlink library for Linux kernel GTP
+
+In order to control the kernel-side GTP-U plane, a netlink based control
+interface between GTP-C in userspace and GTP-U in kernelspace was
+invented.
+
+The encoding and decoding of these control messages is implemented in
+the libgtpnl (library for GTP netlink).
+
+libgtpnl is part of the [Osmocom](https://osmocom.org/) Open Source
+Mobile Communications project.
+
+## Homepage
+
+The official homepage of the project is
+<https://osmocom.org/projects/libgtpnl/wiki/>
+
+GIT Repository
+--------------
+
+You can clone from the official libgtpnl.git repository using
+
+ git clone git://git.osmocom.org/libgtpnl.git
+
+There is a cgit interface at <http://git.osmocom.org/libgtpnl/>
+
+Mailing List
+------------
+
+Discussions related to libgtpnl are happening on the
+osmocom-net-gprs@lists.osmocom.org mailing list, please see
+<https://lists.osmocom.org/mailman/listinfo/osmocom-net-gprs> for
+subscription options and the list archive.
+
+Please observe the [Osmocom Mailing List
+Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules)
+when posting.
+
+Contributing
+------------
+
+Our coding standards are described at
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
+
+We use a gerrit based patch submission/review process for managing
+contributions. Please see
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for
+more details
+
+The current patch queue for libgtpnl can be seen at
+<https://gerrit.osmocom.org/#/q/project:libgtpnl+status:open>