pespin has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/55/33755/1
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,

To view, visit change 33755. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I5c8699bb5357a74805c25e8d02e982b25b47555d
Gerrit-Change-Number: 33755
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange