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 */ -- To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/38932?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I5aed6a7a2ae4138567944988bc81cebdbf129276 Gerrit-Change-Number: 38932 Gerrit-PatchSet: 1 Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
