Max has uploaded this change for review. ( https://gerrit.osmocom.org/12555
Change subject: Fix trans_has_conn() doxygen description
......................................................................
Fix trans_has_conn() doxygen description
Change-Id: Ica5e498e03d0a157a661e428dfd68739f572d073
---
M src/libmsc/transaction.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/55/12555/1
diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index f62d6b4..df770ed 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -216,7 +216,7 @@
/*! Check if we have any transaction for given connection
* \param[in] conn Connection to check
- * \returns 1 in case there is a transaction, 0 otherwise
+ * \returns transaction pointer if found, NULL otherwise
*/
struct gsm_trans *trans_has_conn(const struct ran_conn *conn)
{
--
To view, visit https://gerrit.osmocom.org/12555
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica5e498e03d0a157a661e428dfd68739f572d073
Gerrit-Change-Number: 12555
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>