From 63467e8f28203172f094da4668efaa1e324aafa8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 14 Jan 2011 23:21:13 +0100 Subject: Make sure not to feed BSSGP messages into RSL --- openbsc/src/libabis/input/hsl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/src/libabis') diff --git a/openbsc/src/libabis/input/hsl.c b/openbsc/src/libabis/input/hsl.c index 360be32fc..1afe82b49 100644 --- a/openbsc/src/libabis/input/hsl.c +++ b/openbsc/src/libabis/input/hsl.c @@ -190,7 +190,8 @@ static int process_hsl_rsl(struct msgb *msg, struct e1inp_line *line) case 0x82: /* FIXME: do something with BSSGP, i.e. forward it over * NSIP to OsmoSGSN */ - return 0; + msgb_free(msg); + return 1; } return 0; } -- cgit v1.2.3