libosmogsm
0.11.0-dirty
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 string representation of a BTS feature | |
Variables | |
struct value_string | osmo_bts_features_descs [] |
osmo-bts features.
const char* osmo_bts_feature_name | ( | enum osmo_bts_features | feature | ) |
return string representation of a BTS feature
References get_value_string().
struct value_string osmo_bts_features_descs[] |
{ { BTS_FEAT_HSCSD, "HSCSD" }, { BTS_FEAT_GPRS, "GPRS" }, { BTS_FEAT_EGPRS, "EGPRS" }, { BTS_FEAT_ECSD, "ECSD" }, { BTS_FEAT_HOPPING, "Frequency Hopping" }, { BTS_FEAT_MULTI_TSC, "Multi-TSC" }, { BTS_FEAT_OML_ALERTS, "OML Alerts" }, { BTS_FEAT_AGCH_PCH_PROP, "AGCH/PCH proportional allocation" }, { BTS_FEAT_CBCH, "CBCH" }, { BTS_FEAT_SPEECH_F_V1, "Fullrate speech V1" }, { BTS_FEAT_SPEECH_H_V1, "Halfrate speech V1" }, { BTS_FEAT_SPEECH_F_EFR, "Fullrate speech EFR" }, { BTS_FEAT_SPEECH_F_AMR, "Fullrate speech AMR" }, { BTS_FEAT_SPEECH_H_AMR, "Halfrate speech AMR" }, { 0, NULL } }