[PATCH] libosmocore[master]: ipa: place comment "IPA Multiplex" on ipa allocated msgbs

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 Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Sep 7 18:43:29 UTC 2017


Review at  https://gerrit.osmocom.org/3890

ipa: place comment "IPA Multiplex" on ipa allocated msgbs

libosmocore offers the ipa API as general IPA Multiplex, which is e.g. used for
GSUP in osmo-msc. Looking at talloc reports, it is confusing to see "Abis/IP"
as msgb comment, because osmo-msc does not have an Abis interface.

Rename to "IPA Multiplex" as a more general description.

Change-Id: I3714dd21707bec0c4bcd0871e6ee8ff32d56b125
---
M src/gsm/ipa.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/90/3890/1

diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index bc84850..fef73c3 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -582,7 +582,7 @@
 
 	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;

-- 
To view, visit https://gerrit.osmocom.org/3890
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3714dd21707bec0c4bcd0871e6ee8ff32d56b125
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list