Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

linouxis9
Copy link
Member

@linouxis9 linouxis9 commented Jul 24, 2024

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
  • I have read the CONTRIBUTING document.
  • Each of my commits messages include Signed-off-by: Author Name <[email protected]> to accept the DCO.

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

@linouxis9 linouxis9 force-pushed the fix/134 branch 3 times, most recently from 1729470 to e86cc07 Compare July 24, 2024 19:08
lib/go-gtp5gnl/cmd/gogtp5g-tunnel/cmd_far.go Dismissed Show dismissed Hide dismissed
lib/go-gtp5gnl/oid.go Dismissed Show dismissed Hide dismissed
lib/go-gtp5gnl/oid.go Dismissed Show dismissed Hide dismissed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] QFI header not added to gtp packet
1 participant