dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/31490 )
Change subject: bts_features: update comment ......................................................................
bts_features: update comment
The name of the coresponding .c file has changes. Als there are now two arrays to update.
Change-Id: Ia59a0eff4e3a164d1d57e5ed5878f9e71a8603e1 --- M include/osmocom/gsm/bts_features.h 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/90/31490/1
diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h index 1fb5b22..8a877a7 100644 --- a/include/osmocom/gsm/bts_features.h +++ b/include/osmocom/gsm/bts_features.h @@ -7,7 +7,7 @@
/* N. B: always add new features to the end of the list (right before _NUM_BTS_FEAT) to avoid breaking compatibility with BTS compiled against earlier version of this header. Also make sure that the description strings - osmo_bts_features_descs[] in gsm_data.c are also updated accordingly! */ + osmo_bts_features_descs/names[] in bts_features.c are also updated accordingly! */ enum osmo_bts_features { BTS_FEAT_HSCSD, BTS_FEAT_GPRS,