Attention is currently required from: arehbein.
Patch set 1:Code-Review -1
1 comment:
File src/osmo-bsc/bts.c:
Patch Set #1, Line 1734: if (!(T3105 * ny1 > GSM_T3124_MAX + GSM_NY1_REQ_DELTA)) {
if Ny1 should always be higher than 0 (GSM_T3124_MAX + GSM_NY1_REQ_DELTA), then T3015 cannot be 0 here (at least it doesn't make sense it can be configured to 0).
Hence, rather than applyig this patch, I'd change the T_def row to have a min_val > 0, eg 1.
To view, visit change 31972. To unsubscribe, or for help writing mail filters, visit settings.