Giter VIP home page Giter VIP logo

Comments (4)

gustavobsch avatar gustavobsch commented on August 27, 2024 1

Check the bind IP address you have configured in gnb.yml.
You need to use an IP that:

  1. It's available on the host you are running gnb from
  2. It's reachable from the AMF
amf:
  addr: a.b.c.d                 # The address or hostname of the AMF. 
  bind_addr:  a.b.c.d        # A local IP that the gNB binds to for traffic from the AMF.  <<<<<<< here

from srsran_project.

gustavobsch avatar gustavobsch commented on August 27, 2024 1

Are you sure you are binding to an IP available on your system? Generally one has to modify the IP in the default config files.

You should use the IP address associated to your default route

$ ip route
default via a.b.c.d dev enx70b5e804da99 <<<<
$ ip add show dev enx70b5e804da99
4: enx70b5e804da99: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether MAC ff:ff:ff:ff:ff:ff
    inet a.b.c.d scope global dynamic noprefixroute enx70b5e804da99 <<<<<<<<<<<

from srsran_project.

catalin-nechifor avatar catalin-nechifor commented on August 27, 2024 1

I just had this issue today and I managed to bypass it by setting a route so that the sctp messages were sent through a specific device.

Before setting the route, the sctp messages were sent through a network that had no connectivity with the AMF IP.

Something like "ip route add a.b.c.d/24 via ensx" and make sure that a.b.c.d is set on interface ensx.

from srsran_project.

NobleK3N8 avatar NobleK3N8 commented on August 27, 2024

Hallo again...

Y tested several addresses, and I realized that the GNB app only can bind the socket if its local IP address is in the 127.b.c.d segment.

I don't know what else to do, because when the UE obtains an IP is in the 10.45.0.x segment and I'm unable to test de uplink.

from srsran_project.

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.