pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-abis/+/41860?usp=email )
Change subject: ipaccess: Remove unused function
......................................................................
ipaccess: Remove unused function
Change-Id: I6c35112cef9894074ebb9ef2a171d9eae929e0ef
---
M src/input/ipaccess.c
1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/60/41860/1
diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index 6eddba0..7329d37 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -69,14 +69,6 @@
struct osmo_stream_cli *ipa_cli[NUM_E1_TS]; /* 0=OML, 1+N=TRX_N */
};
-static inline struct e1inp_ts *ipaccess_line_ts(struct osmo_fd *bfd, struct
e1inp_line *line)
-{
- if (bfd->priv_nr == E1INP_SIGN_OML)
- return e1inp_line_ipa_oml_ts(line);
- else
- return e1inp_line_ipa_rsl_ts(line, bfd->priv_nr -
E1INP_SIGN_RSL);
-}
-
static inline void ipaccess_keepalive_fsm_cleanup(struct e1inp_ts *e1i_ts)
{
struct osmo_ipa_ka_fsm_inst *ka_fsm;
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/41860?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I6c35112cef9894074ebb9ef2a171d9eae929e0ef
Gerrit-Change-Number: 41860
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>