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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/src/gsup_server.c b/src/gsup_server.c
index e9418d4..61b9257 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: 31
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200501/4f901828/attachment.htm>