aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-ggsn-test/ogs/upfd.sh
blob: 9089701a604c3e1e4d1d8f77c93217d4d51d2d23 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
set -x
/data/upfd-setup.sh
upfd_bin="$(command -v open5gs-upfd)"
# so_bindtodevice cfg requires CAP_NET_RAW:
setcap cap_net_raw+ep "$upfd_bin"
su - osmocom -c "$upfd_bin $*"