summaryrefslogtreecommitdiffstats
path: root/src/gsm
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm')
-rw-r--r--src/gsm/ipa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index bc848504..fef73c3d 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -582,7 +582,7 @@ struct msgb *ipa_msg_alloc(int headroom)
headroom += sizeof(struct ipaccess_head);
- nmsg = msgb_alloc_headroom(1200 + headroom, headroom, "Abis/IP");
+ nmsg = msgb_alloc_headroom(1200 + headroom, headroom, "IPA Multiplex");
if (!nmsg)
return NULL;
return nmsg;