Attention is currently required from: neels, fixeria.
2 comments:
File src/osmo-bsc/codec_pref.c:
Patch Set #1, Line 197: switch (pchan) {
Not sure if using `switch` here is a big improvement. […]
I prefer the new version :)
Patch Set #1, Line 225: return (bool)bts_codec->efr;
You probably want to (bool)(!!bts_codec->efr); to make sure values are 1 or 0?
To view, visit change 31612. To unsubscribe, or for help writing mail filters, visit settings.