-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5G-SA: cell configuration for Band n78: ERROR: Coreset0 index=6 is not compatible with DL ARFCN 630000 in band 78 #975
Comments
Hi @chris5g, I tried also to configure Band n78 for the NR cell as my Samsung S20 worked with 5G NSA network. However, for 5G SA network, I faced the same issue as yours. I'm wondering whether you've figured out the solution? Or we really need to buy a new phone in the list of tested phones. Thanks. |
Hi, btw. I have a Samsung S21 and SA is not working for me currently. ( I guess firmware update is needed). however at least the 5G signal can be seen. hope that helps, |
Thanks @chris5g . How did you check this "at least the 5G signal can be seen"? |
I searched for network operators manually in the mobile network menu of the phone and I could saw the MCC,NDC from the 5GSA. |
Just to let know and not confuse u. The Samsung S21 was used with another radio not with srsRAN when I mentioned to see the 5g SA signal. |
@iman432: With this setting gnB is starting: |
@chris5g How did you know the correct value of |
Thank you, my version is 22.04 and i think its solved in 22.04.1 as below : Change Log for Releases22.04.1
|
@iman4332: Yes I using v22.04.01. @strongcourage: there a several sites available. e.g. https://www.sqimway.com/nr_band.php/ |
Currently for 5G-SA, TDD bands with 30kHz SCS (e.g. n78, n77) are not supported. |
Hello i have the same issue using 5G NSA can someone help me please |
nr_cell_list =
} |
Issue Description
I am not able to configure Band n78 with srsRAN v220401 in rr.conf for 5G SA.
Other bands (e.g. n3, n71) are ok (at least srsenb is starting).
I can't figure out what coreset0 index is working.....for Band n78.
When starting srsenb I get the following ERROR:
ERROR: Coreset0 index=6 is not compatible with DL ARFCN 630000 in band 78
ERROR: Deriving SSB parameters
Setup Details
nr_cell_list =
(
// no NR cells
{
rf_port = 0;
cell_id = 1;
root_seq_idx = 1;
tac = 7;
pci = 500;
/*
// FDD:
dl_arfcn = 368500;
coreset0_idx = 6
band = 3;
*/
}
);
Any help would be appriciated.
The text was updated successfully, but these errors were encountered: