gsm48: gsm48_decode_freq_list: Improve documentation of paramter f

Change-Id: Id8e3afff737211ded3c5689f2c83b1a544b42f9d
This commit is contained in:
Pau Espin 2018-11-15 18:26:01 +01:00 committed by Harald Welte
parent 961db7c270
commit d8d0c3e2d1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */