Giter Site home page Giter Site logo

Comments (23)

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024 1

I can do the intra handover without any issue.

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

you need to put your configs to /root/.config/srsran/ or start with sudo srsenb ./enb.conf

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

Screenshot from 2024-04-17 11-45-37

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

Is the config file on this directory?

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

Thank you, that's my bad. It worked.
Screenshot from 2024-04-17 12-03-48

Now I had issue with ue,

Screenshot from 2024-04-17 12-07-47

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

sudo srsue ./ue.conf --rat......

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

Screenshot from 2024-04-17 12-12-50

Do I need to change anything in the ue config file ??
Screenshot from 2024-04-17 12-15-52

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

I make the line 27 as comment. I think it worked. Let me know if I am doing it in the right way.

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

There was a change in the config structure.

For the ZMQ-based setup, it does not matter, you can comment out this parameter.

But if you want to run over usrp, you need to set it with rat.eutra.dl_earfcn (check here : https://github.com/srsran/srsRAN_4G/blob/master/srsue/src/main.cc#L130), so that the TX/RX freq are set correctly.

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

I want to use usrp in future.
I checked that config files of rnb, rr, enb and they are same as the documentation. I am still getting the error. How can I solve it.
image

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

Did you comment out the dl_earfcn line in the config file?

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

It worked when I comment out the dl_earfcn line.

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

We will update the configs in the tutorial

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

Sure

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

Hi, I'm trying s1 handover now and I'm facing issues. Let me tell you the step by step process what i did so that you can correct me where i went wrong.

  1. Changed the tac value to 7 in mme.yaml file of open 5gc.
    Screenshot from 2024-04-24 16-42-28

  2. Added subscriber to the network
    Screenshot from 2024-04-24 16-44-14

  3. added usim credentials to the ue config file
    Screenshot from 2024-04-24 16-48-04
    Screenshot from 2024-04-24 16-47-44

  4. changed mme address in enb config file.
    Screenshot from 2024-04-24 16-52-54

  5. changed rr1 and rr2 config files according to the documentation.

  6. Attached the bash scripts to the config files of enb1, enb2 and UE

  7. Initiated eNB. But got errors
    Screenshot from 2024-04-24 16-58-59

Attaching the config files here
enb.txt
enb1.txt
enb2.txt
rr1.txt
rr2.txt

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

you should remove (or comment out) this part in your configs:

LOG_ARGS="--log.all_level=debug"

PORT_ARGS="tx_port=tcp://*:2101,rx_port=tcp://localhost:2100"
ZMQ_ARGS="--rf.device_name=zmq --rf.device_args=\"${PORT_ARGS},id=enb,base_srate=23.04e6\""

OTHER_ARGS="--enb_files.rr_config=rr1.conf"

sudo srsenb enb.conf ${LOG_ARGS} ${ZMQ_ARGS} ${OTHER_ARGS} $@

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

I couldn't able to open two eNB's in the same time. I tried changng the port numbers in the eNB config files but it showing this error.
Screenshot from 2024-04-25 16-03-42

but the eNB1 is started.
Screenshot from 2024-04-25 16-00-33

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

here I'm attaching the config files
enb1.txt
enb2.txt

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

you cannot use the same zmq ports in the two enb, and there is no sib anr rr configs in your working directory.

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

I figured it out that we need to run the bash file first. Now, UE is not connecting to rrc.
Screenshot from 2024-04-25 19-18-12
Screenshot from 2024-04-25 19-19-36
Screenshot from 2024-04-25 19-20-43

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

could you share open5gs config and logs?

from srsran_project.

Mohammed24699 avatar Mohammed24699 commented on June 3, 2024

config.tar.gz
log.tar.gz

please have a look

from srsran_project.

pgawlowicz avatar pgawlowicz commented on June 3, 2024

in MME logs you have:

04/23 14:51:15.334: [mme] INFO: [Added] Number of eNBs is now 1 (../src/mme/mme-context.c:2829)
04/23 14:51:15.334: [mme] INFO: eNB-S1[127.0.1.1] max_num_of_ostreams : 30 (../src/mme/mme-sm.c:150)
04/23 14:51:15.335: [mme] WARNING: S1-Setup failure: (../src/mme/s1ap-handler.c:234)
04/23 14:51:15.335: [mme] WARNING:     Cannot find Served TAI. Check 'mme.tai' configuration (../src/mme/s1ap-handler.c:235)
04/23 14:51:15.336: [mme] INFO: eNB-S1[127.0.1.1] connection refused!!! (../src/mme/mme-sm.c:166)
04/23 14:51:15.336: [mme] INFO: [Removed] Number of eNBs is now 0 (../src/mme/mme-context.c:2863)

So there is TAI mismatch between enb and open5gs configs.

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.