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 deploy open5gs-compose #547 #548

Merged
merged 2 commits into from
May 7, 2024
Merged

fix deploy open5gs-compose #547 #548

merged 2 commits into from
May 7, 2024

Conversation

PapaySail
Copy link
Collaborator

Corrections in the manual and in docker-compose.ue2.yaml

  • removed iptables flush and config
  • added sudo apt install iperf3
  • added command to turn off tx offload @ new bridge interface
  • fixed env IPERF_HOST: 172.20.0.1
  • fixed env GNB_HOSTNAME: open5gs-compose-gnb-1

@PapaySail PapaySail requested a review from pirog-spb May 4, 2024 16:42
@PapaySail PapaySail self-assigned this May 4, 2024
@PapaySail PapaySail linked an issue May 4, 2024 that may be closed by this pull request
11 tasks
@PapaySail PapaySail merged commit ec283f5 into main May 7, 2024
6 checks passed
@linouxis9
Copy link

To be noted, I also had to disable tx offloading when using eUPF's eBPF inside PacketRusher for TCP to work (else packets were rejected with invalid checkums).
Though it's weird to me for it to be necessary as the eBPF does seem to fix the checkum of the packet (eg.

ip->check = ipv4_csum(ip, sizeof(*ip));
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check all deployment configurations for relevance
3 participants