Code Monkey home page Code Monkey logo

Comments (5)

wito2403 avatar wito2403 commented on May 18, 2024

I encountered the same problem as @phunghaduong99.
I have observed that second item in ifList (defined in upfb-configmap) is ignored on upfb startup.

upfb-configmap.yaml:

  gtpu:
    forwarder: gtp5g
    # The IP list of the N3/N9 interfaces on this UPF
    # If there are multiple connection, set addr to 0.0.0.0 or list all the addresses
    ifList:
      - addr: 10.100.50.233
        type: N3
      - addr: 10.100.50.225
        type: N9

With above configuration UDP port was opened only on N3 interface:
image

This log shows that the ifList has been loaded during startup (anyway the forwarder started only on N3):
image

In another test I have changed the order of interfaces in ifList. In this case port 2152 has been opened only on N9.

Temporary solution: In the search for a solution I've checked older versions of this project. For me, the last commit in this repo with working ULCL was cb03316 from Jun 23, 2022:

image

from towards5gs-helm.

raoufkh avatar raoufkh commented on May 18, 2024

Hello @wito2403

Thanks for this testing and explanation. So, do you think the problem is comming from free5GC? Can you check if the UPF-b configuration (configmap) is well created with both N3 and N9 information?

Another possible solution is trying to use the same network interface and IP address for N3 and N9 interfaces. I will try it when I have time.

Many thanks,
Raouf

from towards5gs-helm.

wito2403 avatar wito2403 commented on May 18, 2024

Hello @raoufkh

Config map looks ok, it contains both N3 and N9 addresses in gtpu section.

I'm not sure if in the older version of Free5GC the address list for the gtpu forwarder, was used at all. In the screenshot I posted earlier you can see that port 2152 was opened on 0.0.0.0:2152. In the newer version, we can see that the port is only opened on a specific address (the first item in the config).

Witold

from towards5gs-helm.

github-actions avatar github-actions commented on May 18, 2024

This issue is stale because it has been open for 30 days with no activity.

from towards5gs-helm.

github-actions avatar github-actions commented on May 18, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

from towards5gs-helm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.