From 3ff9c6bbb5d760618da719c85f04a8295600f256 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 28 Apr 2019 00:00:02 +0900 Subject: [PATCH] add gitsubmodule --- .gitmodules | 3 +++ lib/ogslib | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/ogslib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..b8c29f21bd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/ogslib"] + path = lib/ogslib + url = https://github.com/open5gs/ogslib diff --git a/lib/ogslib b/lib/ogslib new file mode 160000 index 0000000000..0dbf936032 --- /dev/null +++ b/lib/ogslib @@ -0,0 +1 @@ +Subproject commit 0dbf93603234b5f2a7a9df1cc8dc7d54d7f889d7