Project

General

Profile

Actions

Bug #6361

open

open5gs-upfd: Fix open5gs package assigning 1st IP address of the UE pool to the ogstun

Added by pespin 3 months ago. Updated 16 days ago.

Status:
Feedback
Priority:
Normal
Assignee:
Target version:
-
Start date:
02/15/2024
Due date:
% Done:

90%


Description

From https://osmocom.org/issues/6235?issue_count=13&issue_position=5&next_issue_id=6229&prev_issue_id=6289#note-26:

Also, I had to tweak broken open5gs setup where open5gs-upfd ogtsun gets assigned IP address "10.45.0.1/16", but that IP address is actually also assigned to the first MS (my SWu emulator), and that creates problems in the network stack when the inner packet is decapsulated from GTP. In order to fix it:

> root@epc:~# ip addr del 10.45.0.1/16 dev ogstun
> root@epc:~# ip route add 10.45.0.0/24 dev ogstun
> 

According to lynxis this is a problem coming from open5gs package (file /etc/systemd/network/99-open5gs.network). The IP address is set in order to get the routing entry for free. Instead, it should only add the routing entry.

We should look into fixing the open5gs package to avoid having to apply those changes every time open5gs-upf is restarted.


Related issues

Related to osmo-ePDG - VoWifi Evolved Packet Data Gateway - Feature #6235: osmo-epdg: gtp tunnel managementResolvedpespin10/25/2023

Actions
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)