aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-31 13:46:33 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-31 13:46:37 +0100
commitb37e9632487706e284dc406fc26c88ddcf08bdab (patch)
treec98e4c4ea8ad7826ebea98f38afe5845c73ec61d /include
parent60d6d530ac6883db4f5c0394541ad654ddfd526c (diff)
Remove unused API classmark_is_r99()
Furthermore, similar API already exist in libosmocore: osmo_gsm48_classmark_is_r99() Change-Id: I6763d8c894f0a0555a9801bddbc0a12c2b945599
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index f6d6d5e92..c9595fa3f 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -1744,8 +1744,6 @@ int bts_depend_is_depedency(struct gsm_bts *base, struct gsm_bts *other);
int gsm_bts_get_radio_link_timeout(const struct gsm_bts *bts);
void gsm_bts_set_radio_link_timeout(struct gsm_bts *bts, int value);
-bool classmark_is_r99(struct gsm_classmark *cm);
-
bool trx_is_usable(const struct gsm_bts_trx *trx);
bool ts_is_usable(const struct gsm_bts_trx_ts *ts);