libosmogsm
1.6.0
Osmocom GSM library
|
osmo-bts features. More...
#include <osmocom/gsm/bts_features.h>
Functions | |
const char * | osmo_bts_feature_name (enum osmo_bts_features feature) |
return description string of a BTS feature (osmo_bts_features_descs). More... | |
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.
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().