Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/34173 )
Change subject: msc_a_up_call_assignment_complete: check CSD codec ......................................................................
Patch Set 1:
(1 comment)
File src/libmsc/msc_a.c:
https://gerrit.osmocom.org/c/osmo-msc/+/34173/comment/e8bde856_2be35fb6 PS1, Line 1488: codec_if_known->type != GSM0808_SCT_CSD) {
indentation
what way would you recommend? I intentionally didn't put it on the same level as LOG_TRANS(), so it's clear that this is part of the if condition (not sure if our linter complains about that but IIRC flake8 for python does).