pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41636?usp=email )
Change subject: cosmetic: tcap: Fix wrong msgb ownership documentation ...................................................................... cosmetic: tcap: Fix wrong msgb ownership documentation Caller of the function, ipa_rx_msg(), already specifies the ownesrship is kept 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(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/36/41636/1 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 https://gerrit.osmocom.org/c/libosmo-sigtran/+/41636?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: libosmo-sigtran Gerrit-Branch: master Gerrit-Change-Id: Idfda2c2eda8a8490d8306a364eccf96ebc15b7a4 Gerrit-Change-Number: 41636 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]>
