aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-06-29 15:09:41 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-06-29 15:10:30 +0200
commit38a839e12050bec13599548257c0229e778a331b (patch)
tree296a11dd01266b9a87a77a387640f867958581be
parentb7646e25b1976bfce2ab65e602138596d4d96212 (diff)
gsm_data.h: remove declaration of non-existing ts_pchan()
-rw-r--r--include/osmocom/bsc/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index c5d2b8612..569e2885c 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -1065,7 +1065,6 @@ int gsm48_lchan2chan_desc_as_configured(struct gsm48_chan_desc *cd, const struct
uint8_t gsm_ts_tsc(const struct gsm_bts_trx_ts *ts);
-enum gsm_phys_chan_config ts_pchan(struct gsm_bts_trx_ts *ts);
uint8_t pchan_subslots(enum gsm_phys_chan_config pchan);
uint8_t pchan_subslots_vamos(enum gsm_phys_chan_config pchan);
bool ts_is_tch(struct gsm_bts_trx_ts *ts);