This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Rafael Diniz gerrit-no-reply at lists.osmocom.orgRafael Diniz has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/17807 )
Change subject: osmo-bts-litecell15: Increase max_cell_size as manufacturer recommendation.
......................................................................
osmo-bts-litecell15: Increase max_cell_size as manufacturer recommendation.
Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
---
M src/osmo-bts-litecell15/l1_if.c
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/07/17807/1
diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c
index abf48bc..7582682 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-litecell15/l1_if.c
@@ -1299,8 +1299,9 @@
sysp->u.activateRfReq.u8UnusedTsMode = 0;
sysp->u.activateRfReq.u8McCorrMode = 0;
- /* maximum cell size in quarter-bits, 90 == 12.456 km */
- sysp->u.activateRfReq.u8MaxCellSize = 90;
+ /* maximum cell size in quarter-bits, eg. 90 == 12.456 km */
+ /* This is the default value in osmo-bts's manufacturer branch */
+ sysp->u.activateRfReq.u8MaxCellSize = 166;
} else {
sysp->id = Litecell15_PrimId_DeactivateRfReq;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/17807
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I05b9021580f619dfddb9418f6f78164e99e5f6af
Gerrit-Change-Number: 17807
Gerrit-PatchSet: 1
Gerrit-Owner: Rafael Diniz <rafael at rhizomatica.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200413/41aeec04/attachment.htm>