Code Monkey home page Code Monkey logo

When 5G is used as gnb and 4G is used as ue, the two cannot be connected. Is an external clock necessary? If no external clock is needed, how to modify the configuration file? Look forward to your reply. Thank you about srsran_project HOT 6 CLOSED

lcl-7 avatar lcl-7 commented on May 29, 2024
When 5G is used as gnb and 4G is used as ue, the two cannot be connected. Is an external clock necessary? If no external clock is needed, how to modify the configuration file? Look forward to your reply. Thank you

from srsran_project.

Comments (6)

robertfalkenberg avatar robertfalkenberg commented on May 29, 2024

The gNB in srsRAN_Project is 5G-SA only, which means that only UE with 5G-SA capabilities can attach to that gNB. A 4G-only UE will not.

from srsran_project.

lcl-7 avatar lcl-7 commented on May 29, 2024

According to https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html's Over - the - air Setup part of the image, It's true that srsUE uses 4G, so why can't it connect?Is an external clock necessary?

from srsran_project.

robertfalkenberg avatar robertfalkenberg commented on May 29, 2024

srsUE from the srsRAN_4G project is capable of both, 4G and 5G. To attach to gNB from srsRAN_Project, it uses its 5G capabilities.

from srsran_project.

robertfalkenberg avatar robertfalkenberg commented on May 29, 2024

See https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html#introduction

srsRAN Project is a 5G CU/DU solution and does not include a UE application. However, srsRAN 4G does include a prototype 5G UE (srsUE) which can be used for testing. This application note shows how to create an end-to-end fully open-source 5G network with srsUE, the srsRAN Project gNodeB and Open5GS 5G core network.

from srsran_project.

lcl-7 avatar lcl-7 commented on May 29, 2024

So do we need an external clock or not? If not, how should the configuration file be modified?

from srsran_project.

robertfalkenberg avatar robertfalkenberg commented on May 29, 2024

It is not strictly required.
To test without external clock, just replace/omit the lines that state to use external clock, e.g.:

gnb.yaml

...
  clock:                                                        # Specify the clock source used by the RF.
  sync:                                                         # Specify the sync source used by the RF.
...

ue.conf

...
device_name = uhd
time_adv_nsamples = 300
...

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.