aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/rs232.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/rs232.c')
-rw-r--r--openbsc/src/rs232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/rs232.c b/openbsc/src/rs232.c
index bb940fee2..75505710f 100644
--- a/openbsc/src/rs232.c
+++ b/openbsc/src/rs232.c
@@ -54,7 +54,7 @@ static struct serial_handle _ser_handle, *ser_handle = &_ser_handle;
static int handle_ser_write(struct bsc_fd *bfd);
/* callback from abis_nm */
-int _abis_nm_sendmsg(struct msgb *msg)
+int _abis_nm_sendmsg(struct msgb *msg, int to_trx_oml)
{
struct serial_handle *sh = ser_handle;
u_int8_t *lapd;