You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup works successfully. However, if I change the dl_arfcn value, the UE does not connect even after I keep all other configs same. How do I resolve this? My actual target is too connect the SRS UE with SRS gNB for band 78 with dl_arfcn ~ 367960. In this case, what should be the modified value of dl_earfcn in SRS UE config file?
The UE does not connect to the gNB but I do not see any errors.
The text was updated successfully, but these errors were encountered:
Subangkar
changed the title
SRS gNB with SRS UE for different dl_arfcn and band
srsRAN gNB with SRS UE for different dl_arfcn values and bands
Nov 8, 2024
Thanks @pgawlowicz. Adding the configuration parameters to UE config worked out for band 3.
However, I tried similar for band 78. Unfortunately, UE isn't getting connected. I am sharing the changed parameters below.
changed configs in gNB
cell_cfg:
dl_arfcn: 641500 # ARFCN of the downlink carrier (center frequency).
band: 78 # The NR band.
channel_bandwidth_MHz: 20 # Bandwith in MHz. Number of PRBs will be automatically derived.
common_scs: 30 # Subcarrier spacing in kHz used for data.
..........
changed configs in UE. Added the scs parameter since for band 78, scs has to be 30kHz
Issue Description
Hi, I tried the tutorial at the following link to connect SRS gNB and SRS UE for band 3 as mentioned in the config file
https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html
The used configs
The setup works successfully. However, if I change the
dl_arfcn
value, the UE does not connect even after I keep all other configs same. How do I resolve this? My actual target is too connect the SRS UE with SRS gNB for band 78 withdl_arfcn
~ 367960. In this case, what should be the modified value ofdl_earfcn
in SRS UE config file?Setup Details
Expected Behavior
UE conects with the gNB.
Actual Behaviour
The UE does not connect to the gNB but I do not see any errors.
The text was updated successfully, but these errors were encountered: