diff options
author | Max <msuraev@sysmocom.de> | 2018-11-21 22:10:26 +0100 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2018-11-22 12:54:52 +0000 |
commit | 49c06680e762cdf751ae592449985e2c65687248 (patch) | |
tree | 6cca63fa7a435417d921eb71965486c510480d77 | |
parent | c8772517d9dc32da7c5e8741155e4ab638c2d01e (diff) |
Update gsm0808_create_ass() doxygen
* add spec reference
* remove LCLS note: CI parameter is optional but have nothing to do with
LCLS
It's pretty hard to decipher from the spec what CI is useful for and we
have not used it anyway so let's just keep it as "Optional" for now.
Change-Id: I5552732afcec48047d993ae6ffb73a3e5d7c9202
-rw-r--r-- | src/gsm/gsm0808.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsm/gsm0808.c b/src/gsm/gsm0808.c index a84e717d..fe7bc2ca 100644 --- a/src/gsm/gsm0808.c +++ b/src/gsm/gsm0808.c @@ -424,12 +424,12 @@ struct msgb *gsm0808_create_sapi_reject(uint8_t link_id) return msg; } -/*! Create BSSMAP Assignment Request message +/*! Create BSSMAP Assignment Request message, 3GPP TS 48.008 §3.2.1.1 * \param[in] ct Channel Type * \param[in] cic Circuit Identity Code (Classic A only) * \param[in] ss Socket Address of MSC-side RTP socket (AoIP only) * \param[in] scl Speech Codec List (AoIP only) - * \param[in] ci Call Identifier (Optional, LCLS) + * \param[in] ci Call Identifier (Optional), §3.2.2.105 * \returns callee-allocated msgb with BSSMAP Assignment Request message */ struct msgb *gsm0808_create_ass(const struct gsm0808_channel_type *ct, const uint16_t *cic, |