HewlettPackard / PacketRusher

High performance 5G UE/gNB Simulator and CP/UP load tester.
Apache License 2.0
117 stars 26 forks source link

Fix #134 - PacketRusher is not setting QFI field #135

Closed linouxis9 closed 1 day ago

linouxis9 commented 4 months ago

Types of changes

To test this bugfix:

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

Notable mention to @checkmypi for his implementation of that feature in his fork :-)