From d8d0c3e2d14588f8ae863b36f496f20775777619 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 15 Nov 2018 18:26:01 +0100 Subject: gsm48: gsm48_decode_freq_list: Improve documentation of paramter f Change-Id: Id8e3afff737211ded3c5689f2c83b1a544b42f9d --- src/gsm/gsm48_ie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsm/gsm48_ie.c b/src/gsm/gsm48_ie.c index 1baf2879..ffe3ebae 100644 --- a/src/gsm/gsm48_ie.c +++ b/src/gsm/gsm48_ie.c @@ -807,7 +807,7 @@ static int32_t smod(int32_t n, int32_t m) } /*! Decode TS 04.08 Cell Channel Description IE (10.5.2.1b) and other frequency lists - * \param[out] f Caller-provided output memory + * \param[out] f Caller-provided output memory, an array of 1024 elements * \param[in] cd Cell Channel Description IE * \param[in] len Length of \a cd in bytes * \returns 0 on success; negative on error */ -- cgit v1.2.3