Skip to content

Commit

Permalink
Add script to quickly force killing all NFs and default gtp virtual i…
Browse files Browse the repository at this point in the history
…nterface
  • Loading branch information
edingroot committed Aug 17, 2020
1 parent 407484c commit 1028161
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions force_kill.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

NF_LIST="nrf amf smf udr pcf udm nssf ausf n3iwf free5gc-upfd"

for NF in ${NF_LIST}; do
sudo killall -9 ${NF}
done

sudo ip link del upfgtp0

0 comments on commit 1028161

Please sign in to comment.