laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/33755 )
Change subject: cosmetic: Document DRX_TIMER_MAX upper limit on BCCH smaller than possible range ......................................................................
cosmetic: Document DRX_TIMER_MAX upper limit on BCCH smaller than possible range
Related: OS#6097 Change-Id: I5c8699bb5357a74805c25e8d02e982b25b47555d --- M src/osmo-bsc/system_information.c 1 file changed, 12 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/src/osmo-bsc/system_information.c b/src/osmo-bsc/system_information.c index 9ed77f9..461f86a 100644 --- a/src/osmo-bsc/system_information.c +++ b/src/osmo-bsc/system_information.c @@ -1244,6 +1244,8 @@ .nmo = GPRS_NMO_II, .t3168 = 2000, .t3192 = 1500, + /* 3GPP TS 45.002 6.5.6: + * "On BCCH, the operator should limit DRX_TIMER_MAX [...] to 4 seconds" */ .drx_timer_max = 4, .bs_cv_max = 15, .ctrl_ack_type_use_block = bts->gprs.ctrl_ack_type_use_block,