pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve pespin: Looks good to me, approved
cosmetic: tcap: Fix wrong msgb ownership documentation

Caller of the function, ipa_rx_msg(), already specifies the ownesrship
is kept by its callers, ss7_asp_ipa_srv_conn_rx_cb() and ipa_cli_read_cb().

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

diff --git a/src/tcap_as_loadshare.c b/src/tcap_as_loadshare.c
index c5016cc..28d8175 100644
--- a/src/tcap_as_loadshare.c
+++ b/src/tcap_as_loadshare.c
@@ -701,7 +701,7 @@
/** Entrypoint for IPA TCAP Routing messages, parses and handles those
*
* @param asp
- * @param msg the message buffer. Callee takes ownership!
+ * @param msg the message buffer. It is kept owned by the caller.
* @return 0 on success
*/
int ipa_rx_msg_osmo_ext_tcap_routing(struct osmo_ss7_asp *asp, struct msgb *msg)

To view, visit change 41636. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Idfda2c2eda8a8490d8306a364eccf96ebc15b7a4
Gerrit-Change-Number: 41636
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>