summaryrefslogtreecommitdiffstats
path: root/src/input/hsl.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-08-16 17:26:23 +0200
committerPablo Neira Ayuso2011-08-16 17:26:23 +0200
commitde668910d63be49661bea974c3bee61128b7f1a0 (patch)
tree2674859a45d87c930bc195d885ef886784871564 /src/input/hsl.c
parentDAHDI: Actually increment e1_input related rate counters (diff)
downloadlibosmo-abis-de668910d63be49661bea974c3bee61128b7f1a0.tar.gz
libosmo-abis-de668910d63be49661bea974c3bee61128b7f1a0.tar.xz
libosmo-abis-de668910d63be49661bea974c3bee61128b7f1a0.zip
src: replace S_INP_* signals by S_L_INP_* according to naming policy
Diffstat (limited to 'src/input/hsl.c')
-rw-r--r--src/input/hsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/hsl.c b/src/input/hsl.c
index 98fd40f..7579290 100644
--- a/src/input/hsl.c
+++ b/src/input/hsl.c
@@ -311,7 +311,7 @@ static void hsl_close(struct e1inp_sign_link *sign_link)
{
struct e1inp_ts *ts = sign_link->ts;
struct osmo_fd *bfd = &ts->driver.ipaccess.fd;
- e1inp_event(ts, S_INP_TEI_DN, sign_link->tei, sign_link->sapi);
+ e1inp_event(ts, S_L_INP_TEI_DN, sign_link->tei, sign_link->sapi);
/* the first e1inp_sign_link_destroy call closes the socket. */
if (bfd->fd != -1) {
osmo_fd_unregister(bfd);