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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/15323 )
Change subject: cosmetic: gtp: Improve documentation of gtp_delete_context_req2()
......................................................................
cosmetic: gtp: Improve documentation of gtp_delete_context_req2()
Change-Id: I1f85c7cc7684e146fca4f17914927d45410dbb84
---
M gtp/gtp.c
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/gtp/gtp.c b/gtp/gtp.c
index ba248c6..88248d1 100644
--- a/gtp/gtp.c
+++ b/gtp/gtp.c
@@ -2427,8 +2427,9 @@
}
/* API: Send Delete PDP Context Request. PDP CTX shall be free'd by user at any
- point in time later than this function through a call to pdp_freepdp(pdp), but
- it must be freed no later than during cb_conf(GTP_DELETE_PDP_REQ, pdp) */
+ point in time later than this function through a call to pdp_freepdp(pdp) (or
+ through gtp_freepdp() if willing to receive cb_delete_context() callback),
+ but it must be freed no later than during cb_conf(GTP_DELETE_PDP_REQ, pdp) */
int gtp_delete_context_req2(struct gsn_t *gsn, struct pdp_t *pdp, void *cbp,
int teardown)
{
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/15323
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I1f85c7cc7684e146fca4f17914927d45410dbb84
Gerrit-Change-Number: 15323
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190830/8e281a10/attachment.htm>