Change in osmo-hlr[master]: enlarge the GSUP message headroom

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Mon Nov 25 04:46:05 UTC 2019


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hlr/+/16208 )


Change subject: enlarge the GSUP message headroom
......................................................................

enlarge the GSUP message headroom

Make room for (more) arbitrary IPA headers, like longer IPA names as configured
by the user.

Change-Id: I7d86f2dadcae29fe1550ea2c9773394ab31a837b
---
M src/gsup_server.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/08/16208/1

diff --git a/src/gsup_server.c b/src/gsup_server.c
index fb162c0..83329a0 100644
--- a/src/gsup_server.c
+++ b/src/gsup_server.c
@@ -37,7 +37,7 @@
 
 struct msgb *osmo_gsup_msgb_alloc(const char *label)
 {
-	struct msgb *msg = msgb_alloc_headroom(1024+16, 16, label);
+	struct msgb *msg = msgb_alloc_headroom(1024+512, 512, label);
 	OSMO_ASSERT(msg);
 	return msg;
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/16208
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I7d86f2dadcae29fe1550ea2c9773394ab31a837b
Gerrit-Change-Number: 16208
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191125/ae6fe033/attachment.htm>


More information about the gerrit-log mailing list