osmith has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/18/27918/1
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);
To view, visit change 27918. To unsubscribe, or for help writing mail filters, visit settings.