summaryrefslogtreecommitdiffstats
path: root/src/input/hsl.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-21 19:50:04 +0200
committerPablo Neira Ayuso2011-06-21 19:50:04 +0200
commitc07a8e7cf73e6218f12a0612fd05e529e6a4f9b4 (patch)
treebb63f2d73893609b05dff3e86679bd0cb64b4fdf /src/input/hsl.c
parentipaccess: initial works to get BTS mode working (diff)
downloadlibosmo-abis-c07a8e7cf73e6218f12a0612fd05e529e6a4f9b4.tar.gz
libosmo-abis-c07a8e7cf73e6218f12a0612fd05e529e6a4f9b4.tar.xz
libosmo-abis-c07a8e7cf73e6218f12a0612fd05e529e6a4f9b4.zip
ipa: rename `struct ipa_link' by `struct ipa_client_link'
And IPA_LINK_STATE_* by IPA_CLIENT_LINK_STATE_* to prepare the addition of the ipa_server_link abstraction.
Diffstat (limited to 'src/input/hsl.c')
-rw-r--r--src/input/hsl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/hsl.c b/src/input/hsl.c
index f8c009e..bc8fdb0 100644
--- a/src/input/hsl.c
+++ b/src/input/hsl.c
@@ -302,7 +302,7 @@ static int listen_fd_cb(struct osmo_fd *listen_bfd, unsigned int what)
return ret;
}
-static int hsl_bts_process(struct ipa_link *link, struct msgb *msg)
+static int hsl_bts_process(struct ipa_client_link *link, struct msgb *msg)
{
/* XXX: not implemented yet. */
return 0;
@@ -333,7 +333,7 @@ static int hsl_line_update(struct e1inp_line *line,
}
break;
case E1INP_LINE_R_BTS: {
- struct ipa_link *link;
+ struct ipa_client_link *link;
LOGP(DINP, LOGL_NOTICE, "enabling hsl BTS mode\n");