Skip to content

Commit 34022aa

Browse files
frankistcodebot
authored andcommitted
gnb: make SR period of 40msec the default period
1 parent d47883e commit 34022aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/gnb/gnb_appconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ struct pucch_appconfig {
210210
/// \brief \c SR period in milliseconds.
211211
/// Among all values given in \c periodicityAndOffset, part of \c \SchedulingRequestResourceConfig, TS 38.331,
212212
/// these are the only ones supported. Values: {1, 2, 4, 8, 10, 16, 20, 40, 80, 160, 320}.
213-
unsigned sr_period_msec = 20;
213+
unsigned sr_period_msec = 40;
214214

215215
/// PUCCH F1 resource parameters.
216216
/// Number of symbols for PUCCH Format 1. Values {4, 14}.

0 commit comments

Comments
 (0)