laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/38932?usp=email )
Change subject: gtpie: fix comment ......................................................................
gtpie: fix comment
Change-Id: I5aed6a7a2ae4138567944988bc81cebdbf129276 --- M gtp/gtpie.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/gtp/gtpie.c b/gtp/gtpie.c index 3212a8a..b3f2ff7 100644 --- a/gtp/gtpie.c +++ b/gtp/gtpie.c @@ -770,7 +770,7 @@
/*! 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 */