LCLC: fix doc to match type signature

Change-Id: I8f7b3dca080ef0e632d47a907154f8404b0ec523
This commit is contained in:
Max 2018-12-19 17:48:56 +01:00
parent e035572ea8
commit 036012b508
1 changed files with 1 additions and 2 deletions

View File

@ -526,8 +526,7 @@ uint8_t gsm0808_enc_gcr(struct msgb *msg, const struct osmo_gcr_parsed *g)
/*! Decode BSSMAP Global Call Reference, 3GPP TS 29.205 Table B 2.1.9.1.
* \param[out] gcr Caller-provided memory to store Global Call Reference
* \param[in] elem IE value to be decoded
* \param[in] len Length of \a elem in bytes
* \param[in] tp IE values to be decoded
* \returns number of bytes parsed; negative on error */
int gsm0808_dec_gcr(struct osmo_gcr_parsed *gcr, const struct tlv_parsed *tp)
{