aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/abis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index b074cbd8..fbd5398e 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -368,7 +368,7 @@ static int abis_sock_cb(struct osmo_fd *bfd, unsigned int what)
if ((what & BSC_FD_READ)) {
if (!link->rx_msg) {
- link->rx_msg = msgb_alloc(ABIS_ALLOC_SIZE, "Abis/IP");
+ link->rx_msg = abis_msgb_alloc(128);
if (!link->rx_msg)
return -ENOMEM;
}