osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27918 )
Change subject: Cosmetic: bts_model_osmobts_init: update comment ......................................................................
Cosmetic: bts_model_osmobts_init: update comment
Mention bts_init too.
Related: SYS#5922, OS#5538 Change-Id: I885c7e294051627064a763fca6dae08daca4b650 --- M src/osmo-bsc/bts_osmobts.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/src/osmo-bsc/bts_osmobts.c b/src/osmo-bsc/bts_osmobts.c index f909c61..ca5ddb2 100644 --- a/src/osmo-bsc/bts_osmobts.c +++ b/src/osmo-bsc/bts_osmobts.c @@ -205,8 +205,8 @@ sizeof(model_osmobts._features_data); memset(model_osmobts.features.data, 0, model_osmobts.features.data_len);
- /* Order alphabetically and remember to adjust bts_model_init in - * OsmoBTS to report new features. */ + /* Order alphabetically and remember to adjust bts_init/bts_model_init + * in OsmoBTS to report new features. */ osmo_bts_set_feature(&model_osmobts.features, BTS_FEAT_CCN); osmo_bts_set_feature(&model_osmobts.features, BTS_FEAT_EGPRS); osmo_bts_set_feature(&model_osmobts.features, BTS_FEAT_GPRS);