Cleaned up cell_cfg within config files

This commit is contained in:
M madrigal 2025-10-16 18:38:26 -04:00
parent ba0ef22559
commit 5cace9c15c
2 changed files with 5 additions and 3 deletions

View File

@ -21,9 +21,10 @@ cu_cp:
cell_cfg: cell_cfg:
dl_arfcn: 627334 # 627000 # 3405 # 629668 # 651668 # 500400 # 628334 # 3425 # ARFCN of the downlink carrier (center frequency). # 627000 - 3405, 627334 - 10, 628334 - 3425, 629668 - 3445, 651668 - 3775
dl_arfcn: 627334 # ARFCN of the downlink carrier (center frequency).
band: 78 # The NR band. band: 78 # The NR band.
channel_bandwidth_MHz: 20 # 20 # Bandwith in MHz. Number of PRBs will be automatically derived. channel_bandwidth_MHz: 20 # Bandwith in MHz. Number of PRBs will be automatically derived.
common_scs: 30 # Subcarrier spacing in kHz used for data. common_scs: 30 # Subcarrier spacing in kHz used for data.
plmn: "00101" # PLMN broadcasted by the gNB. plmn: "00101" # PLMN broadcasted by the gNB.
tac: 7 # Tracking area code (needs to match the core configuration). tac: 7 # Tracking area code (needs to match the core configuration).

View File

@ -21,7 +21,8 @@ cu_cp:
cell_cfg: cell_cfg:
dl_arfcn: 627000 # 3405 # 629668 # 651668 # 500400 # 628334 # 3425 # ARFCN of the downlink carrier (center frequency). # 627000 - 3405, 627334 - 10, 628334 - 3425, 629668 - 3445, 651668 - 3775
dl_arfcn: 627000 # ARFCN of the downlink carrier (center frequency).
band: 78 # The NR band. band: 78 # The NR band.
channel_bandwidth_MHz: 10 # Bandwith in MHz. Number of PRBs will be automatically derived. channel_bandwidth_MHz: 10 # Bandwith in MHz. Number of PRBs will be automatically derived.
common_scs: 30 # Subcarrier spacing in kHz used for data. common_scs: 30 # Subcarrier spacing in kHz used for data.