From 5cace9c15cdf49c8f977b7dee848f0f71df27b5b Mon Sep 17 00:00:00 2001 From: madrigal Date: Thu, 16 Oct 2025 18:38:26 -0400 Subject: [PATCH] Cleaned up cell_cfg within config files --- scripts/gnb2.yaml | 5 +++-- scripts/gnbx.yaml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/gnb2.yaml b/scripts/gnb2.yaml index c645a4a..cec6527 100644 --- a/scripts/gnb2.yaml +++ b/scripts/gnb2.yaml @@ -21,9 +21,10 @@ cu_cp: 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. - 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. plmn: "00101" # PLMN broadcasted by the gNB. tac: 7 # Tracking area code (needs to match the core configuration). diff --git a/scripts/gnbx.yaml b/scripts/gnbx.yaml index c8098cb..ebf048d 100644 --- a/scripts/gnbx.yaml +++ b/scripts/gnbx.yaml @@ -21,7 +21,8 @@ cu_cp: 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. channel_bandwidth_MHz: 10 # Bandwith in MHz. Number of PRBs will be automatically derived. common_scs: 30 # Subcarrier spacing in kHz used for data.