cosmetic: gtp: Improve documentation of gtp_delete_context_req2()

Change-Id: I1f85c7cc7684e146fca4f17914927d45410dbb84
This commit is contained in:
Pau Espin 2019-08-29 13:54:28 +02:00
parent 494d873fe3
commit 4e605b32d4
1 changed files with 3 additions and 2 deletions

View File

@ -2427,8 +2427,9 @@ int gtp_delete_context_req(struct gsn_t *gsn, struct pdp_t *pdp, void *cbp,
}
/* 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)
{