Attention is currently required from: lynxis lazus, pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35993?usp=email )
Change subject: Use new 'pre-create tundev' feature from gtp_u_kmod ......................................................................
Patch Set 3:
(2 comments)
File Makefile:
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35993/comment/e08caa03_0db1d... PS3, Line 32: run-test: how about moving all commands to a separate shell script, and running that with sudo?
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35993/comment/a4024a46_35778... PS3, Line 39: sudo killall $(GTP_LINK) || true kill only the specific GTP_LINK instance that was started, by using the pid? (if you move everything into a shell script, it runs inside the same shell and you could use the MYPID variable)