Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10962 )
Change subject: codec_pref: fix typo in comment ...................................................................... codec_pref: fix typo in comment Change-Id: Ie4ea8179395cd331dad4b62227debb026b5b008c --- M src/osmo-bsc/codec_pref.c 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified Harald Welte: Looks good to me, approved diff --git a/src/osmo-bsc/codec_pref.c b/src/osmo-bsc/codec_pref.c index 2a9be6e..96c2c38 100644 --- a/src/osmo-bsc/codec_pref.c +++ b/src/osmo-bsc/codec_pref.c @@ -167,7 +167,7 @@ /*! Match the codec preferences from local config with a received codec preferences IEs received from the * MSC and the BTS' codec configuration. * \param[out] chan_mode GSM 04.08 channel mode. - * \param[out] full_rate true iff full-rate. + * \param[out] full_rate true if full-rate. * \param[in] ct GSM 08.08 channel type received from MSC. * \param[in] scl GSM 08.08 speech codec list received from MSC (optional). * \param[in] audio_support List of allowed codecs as from local config. -- To view, visit https://gerrit.osmocom.org/10962 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie4ea8179395cd331dad4b62227debb026b5b008c Gerrit-Change-Number: 10962 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder (1000002)
