Attention is currently required from: laforge, pespin.
1 comment:
Commit Message:
Patch Set #1, Line 10: is not active the PCU even sends the version number in regular
I'm also confused. […]
In osmo-pcu there is the following mechanism: A BTS becomes active (bts->active == true) when pcu_rx_info_ind has run once. This means that osmo-bts has to send a valid info indication once and the BTS will be active. Then the text indications with the version in it cease.
On the osmo-bts side we can see in pcu_rx_txt_ind what happens when PCU_VERSION is received. In particular the following is done:
regenerate_si3_restoctets(bts);
regenerate_si4_restoctets(bts);
pcu_tx_si_all(bts);
My first idea was to cease the PCU_VERSION txt indications when pcu_rx_info_ind is received the first time, regardless whether the BTS becomes active or not. However, I was afraid to do that since I am not sure if this would break something. If you think this initial idea is safe to do, then I can give it a try (and test it of course)
To view, visit change 36018. To unsubscribe, or for help writing mail filters, visit settings.