srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.42k stars 1.13k forks source link

srsue is stopping at RRC release state #1066

Open pksahoo2022 opened 1 year ago

pksahoo2022 commented 1 year ago

Issue Description

[Describe the issue in detail] gnb is disconnecting after UE runs. UE is stopping at RRC released state.

Setup Details

[Specify details of the test setup. This would help us reproduce the problem reliably] e.g. Network configuration, Operation System, Hardware, RF front-end, library and driver versions 5g core hosted on ubuntu 20.04 srsRAN on ubuntu 18.04

Expected Behavior

[What you expect to happen]

Actual Behaviour

[What happens instead e.g. error message]

Steps to reproduce the problem

[Tell us how to reproduce this issue e.g. RF setup, application config files]

Additional Information

[Any additional information, configuration or data that might be necessary to reproduce the issue] imei_even

image image
Emmanuel2248 commented 1 year ago

i have the same problem as well. Did you get the solution to this problem

ridzafauzi commented 1 year ago

there is an inactivity timer in srsgnb which is "inactivity_timeout_ms". you may increase it so that gnb wont release the ue quickly.

srsRAN/srsgnb/hdr/stack/rrc/rrc_nr_config.h:71: uint32_t inactivity_timeout_ms = 100000;