gtpie: fix comment

Change-Id: I5aed6a7a2ae4138567944988bc81cebdbf129276
This commit is contained in:
Alexander Couzens
2024-11-25 16:19:21 +01:00
parent 95746b9588
commit 65e133b42c

View File

@@ -770,7 +770,7 @@ int gtpie_encaps(union gtpie_member *ie[], void *pack, unsigned *len)
/*! Encode GTP packet payload from Array of Information Elements.
* \param[out] ie Input Array of GTPIE
* \param[in] size Size of ?
* \param[in] size Size of ie
* \param[out] pack Pointer to caller-allocated buffer for raw GTP packet (GTPIE_MAX length)
* \param[out] len Encoded length of \a pack in bytes
* \returns 0 on sucess; 2 for out-of-space */