Attention is currently required from: falconia, fixeria.
neels has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmocore/+/36967?usp=email )
Change subject: gsm48_ie: add helper function for speech bearer cap on GSM MS side
......................................................................
Patch Set 1: Code-Review+1
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/libosmocore/+/36967/comment/dc9b1d48_d8463cb9
PS1, Line 9: The speech version list part of TS 24.008 section 10.5.4.5 bearer
I think it would be great if this explanation is in the api doc comment for the function,
because it helps to understand a great deal, and in a commit log it is far less visible
than in the api doc...
If it was me, I'd start it like
```
/*! Fill out full gsm_mncc_bearer_cap from speech version list and CTM flag.
*
* This function is meant to be called only [...].
*
* The speech version list part of TS 24.008 [...]
* [...] only v1 codecs are supported.
*/
int gsm48_ms_prepare_speech_bearer_cap(struct gsm_mncc_bearer_cap *bcap)
{
```
Patchset:
PS1:
I'm a bit unsure, would be great to know if @vyanitskiy@sysmocom.de is good with
this?
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/36967?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iaf41687da1d377e98f26e6a16d991ab7d95be0fc
Gerrit-Change-Number: 36967
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 17 Jun 2024 02:29:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment