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.orgNeels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/10752
Change subject: doc: fix mgcp_verify_ci() return val doc
......................................................................
doc: fix mgcp_verify_ci() return val doc
Match the '\returns' doc to the actual implementation.
Change-Id: I6f89abd56ffcda8ba0276db1bc3381fa372e35a4
---
M src/libosmo-mgcp/mgcp_msg.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/52/10752/1
diff --git a/src/libosmo-mgcp/mgcp_msg.c b/src/libosmo-mgcp/mgcp_msg.c
index 49d0380..c4e66ff 100644
--- a/src/libosmo-mgcp/mgcp_msg.c
+++ b/src/libosmo-mgcp/mgcp_msg.c
@@ -430,7 +430,8 @@
/*! Check if the specified connection id seems plausible.
* \param[in] endp pointer to endpoint
* \param{in] connection id to verify
- * \returns 1 when connection id seems plausible, 0 on error */
+ * \returns 0 when connection id is valid and exists, nozero on error.
+ */
int mgcp_verify_ci(struct mgcp_endpoint *endp, const char *conn_id)
{
/* Check for null identifiers */
--
To view, visit https://gerrit.osmocom.org/10752
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f89abd56ffcda8ba0276db1bc3381fa372e35a4
Gerrit-Change-Number: 10752
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180903/55ad9307/attachment.htm>