Attention is currently required from: pespin. osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27923 )
Change subject: osmobts: list all features of latest osmobts ......................................................................
Patch Set 2:
(1 comment)
File src/osmo-bsc/bts_osmobts.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/27923/comment/75426a0e_324d9a09 PS1, Line 213: osmo_bts_set_feature(&model_osmobts.features, BTS_FEAT_ABIS_OSMO_PCU);
So in here you are actually putting up to date the expected set of features an up-to-date osmo-bts s […]
Yes. The idea was that we put here everything that OsmoBTS may support the most, and then can use this to verify the VTY commands before the OsmoBTS reported the available features. See channel hopping for example (now in this patch).