git clone https://github.com/HewlettPackard/PacketRusher.git
cd PacketRusher
export PACKETRUSHER=$PWD
git checkout fix/134
cd $PACKETRUSHER/lib/gtp5g
# If you already had PacketRusher or gtp5g (via free5gc's UPF installed): sudo make uninstall
make clean && make -j && sudo make install
cd $PACKETRUSHER
go mod download
go build cmd/packetrusher.go
sudo ./packetrusher ue # QFI is now supported
[X] I have read the CONTRIBUTING document.
[X] Each of my commits messages include Signed-off-by: Author Name <authoremail@example.com> to accept the DCO.
Notable mention to @checkmypi for his implementation of that feature in his fork :-)
Types of changes
To test this bugfix:
Signed-off-by: Author Name <authoremail@example.com>
to accept the DCO.Notable mention to @checkmypi for his implementation of that feature in his fork :-)