pespin has submitted this change. ( 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 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(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve pespin: Looks good to me, approved
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)