aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/libabis/input/hsl.c3
1 files changed, 2 insertions, 1 deletions
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;
}