aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-07-27 23:04:23 +0200
committerHarald Welte <laforge@gnumonks.org>2016-10-16 21:46:00 +0000
commit112904059412dfa5cb2368ed09e7d1dcb9f38397 (patch)
tree10e87c01e38e337bd3db0bf6cee03e45ebc74485 /include/osmocom
parent017752fedc9ceaf45b4c2008392294b5d5c4b566 (diff)
remove non-existant e1inp_update_ts() from e1_input.h
This function didn't exist ever since the inception of libomso-abis. Change-Id: Ib471f03a93a73efe18fbd69d6eb1cb35bdb4e9a3
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/abis/e1_input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 4f73749..7cfb3a2 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -241,9 +241,6 @@ int e1inp_ts_config_trau(struct e1inp_ts *ts, struct e1inp_line *line,
int (*trau_rcv_cb)(struct subch_demux *dmx, int ch,
uint8_t *data, int len, void *_priv));
-/* Call from the Stack: configuration of this TS has changed */
-int e1inp_update_ts(struct e1inp_ts *ts);
-
/* Receive a packet from the E1 driver */
int e1inp_rx_ts(struct e1inp_ts *ts, struct msgb *msg,
uint8_t tei, uint8_t sapi);