aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-06-29 16:08:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-06-29 16:09:15 +0200
commit1fe9a89308aa86470e8f4d0643b34c63824aa3d3 (patch)
tree8aa54e2f06ef136f2bee30b9d33954526fa762e9 /include/osmo-bts/gsm_data.h
parentb53a84ac75c88bbc8eb8c81fe8fcba08fd139f04 (diff)
gsm_data: Drop unused function gsm_pchan_parse()
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 808b48a0..20fe2b23 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -518,7 +518,6 @@ enum gprs_cs {
extern const struct value_string gsm_pchant_names[13];
extern const struct value_string gsm_pchant_descs[13];
const char *gsm_pchan_name(enum gsm_phys_chan_config c);
-enum gsm_phys_chan_config gsm_pchan_parse(const char *name);
const char *gsm_lchant_name(enum gsm_chan_t c);
char *gsm_ts_name(const struct gsm_bts_trx_ts *ts);
char *gsm_ts_and_pchan_name(const struct gsm_bts_trx_ts *ts);