Attention is currently required from: fixeria.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-bsc/+/38052?usp=email )
Change subject: Initial support for >256 BTS ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-bsc/+/38052/comment/365ddebe_b7e52d41?usp=... : PS1, Line 14: The ipaccess OML bts_nr is still kept as uint8_t so nothing changes over : the wire. That's because in ipaccess OML, in general each BTS is : bt
Is my understanding correct that >256 BTS will only work with ip. […]
Which other BTSs are we speaking about which are not ip.access connecting to osmo-bsc? Ericsson om2k? nokia foobar? I don't know tbh, One would needs to check if those have some sort of limitation regarding uint8_t like we have for ip.accesss/pcu_if. In fact, as mentioned the uint8_t id limitation for ip.access was not really a limitation, since in general the BTS there each use bts_nr=0 on its own OML link (except eg. when stacking up several nanoBTS, which in any case won't go over 256 stacked ones...).
I think in here we are basically removing our own osmocom self-imposed limitation.