|
libosmogsm 1.11.0.52-28973f
Osmocom GSM library
|
osmo-bts features. More...
Functions | |
| osmo_static_assert (ARRAY_SIZE(osmo_bts_features_descs)==_NUM_BTS_FEAT+1, _bts_features_descs) | |
| const char * | osmo_bts_feature_name (enum osmo_bts_features feature) |
| return description string of a BTS feature (osmo_bts_features_descs). More... | |
| osmo_static_assert (ARRAY_SIZE(osmo_bts_features_names)==_NUM_BTS_FEAT+1, _bts_features_names) | |
Variables | |
| const struct value_string | osmo_bts_features_descs [] |
| const struct value_string | osmo_bts_features_names [] |
osmo-bts features.
| const char * osmo_bts_feature_name | ( | enum osmo_bts_features | feature | ) |
return description string of a BTS feature (osmo_bts_features_descs).
To get the plain feature name, use osmo_bts_features_name() instead.
References get_value_string(), and osmo_bts_features_descs.
| osmo_static_assert | ( | ARRAY_SIZE(osmo_bts_features_descs) | = =_NUM_BTS_FEAT+1, |
| _bts_features_descs | |||
| ) |
References ARRAY_SIZE.
| osmo_static_assert | ( | ARRAY_SIZE(osmo_bts_features_names) | = =_NUM_BTS_FEAT+1, |
| _bts_features_names | |||
| ) |
References ARRAY_SIZE.
| const struct value_string osmo_bts_features_descs[] |
Referenced by osmo_bts_feature_name(), and osmo_bts_features_desc().
| const struct value_string osmo_bts_features_names[] |
Referenced by osmo_bts_features_name().