pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35959?usp=email )
Change subject: WIP: tun
......................................................................
WIP: tun
Change-Id: I216c17426960318a9807058c81529331a8fe2503
---
M Makefile
M rebar.config
2 files changed, 18 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/59/35959/1
diff --git a/Makefile b/Makefile
index 0470458..270e1b2 100644
--- a/Makefile
+++ b/Makefile
@@ -23,3 +23,11 @@
else
rm -f src/diameter_*.erl
endif
+
+NETDEV=gtp0
+
+pespin-test:
+ echo -n 'module gtp +p' | sudo tee /sys/kernel/debug/dynamic_debug/control
+ sudo ip link del $(NETDEV) || true
+ sudo rebar3 shell --config ./config/sys.config || true
+ echo -n 'module gtp -p' | sudo tee /sys/kernel/debug/dynamic_debug/control
diff --git a/rebar.config b/rebar.config
index 8541410..a208964 100644
--- a/rebar.config
+++ b/rebar.config
@@ -5,7 +5,7 @@
{deps, [
{lager, {git, "https://github.com/erlang-lager/lager", {tag,
"3.9.2"}}},
{gtplib, "3.2.0"},
- {gtp_u_kmod, {git, "https://github.com/osmocom/gtp_u_kmod", {branch,
"osmocom/master"}}},
+ {gtp_u_kmod, {git, "https://github.com/osmocom/gtp_u_kmod", {branch,
"pespin/master"}}},
{osmo_ss7, {git, "https://gitea.osmocom.org/erlang/osmo_ss7", {ref,
"9f294d3612f998860004820d1d85b4264721577b"}}},
{osmo_gsup, {git, "https://gerrit.osmocom.org/erlang/osmo_gsup", {branch,
"osmocom/epdg"}}}
]}.
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35959?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: I216c17426960318a9807058c81529331a8fe2503
Gerrit-Change-Number: 35959
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange