Skip to content

Commit

Permalink
Update example config file for PHICH logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanyi7362 committed Jan 26, 2024
1 parent e7f8145 commit bbce98a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ngscope/config/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rf_config0 = {
disable_plot = true;
log_dl = true;
log_ul = true;
log_phich = false;
}

rf_config1 = {
Expand All @@ -23,6 +24,7 @@ rf_config1 = {
disable_plot = true;
log_dl = true;
log_ul = true;
log_phich = false;
}

rf_config2 = {
Expand All @@ -33,10 +35,11 @@ rf_config2 = {
disable_plot = true;
log_dl = true;
log_ul = true;
log_phich = false;
}

dci_log_config = {
log_dl = true;
log_ul = false;
log_interval = 5; // in seconds
log_ul = true;
log_interval = 5; // in seconds
}

0 comments on commit bbce98a

Please sign in to comment.