Attention is currently required from: osmith, laforge, fixeria.
1 comment:
File src/host/layer23/src/modem/grr.c:
Patch Set #3, Line 278: if ((dm_or_tbf & (1 << 1)) == 0) {
You can use "bool is_ul_ass = (dm_or_tbf & (1 << 1))", or rather in line 277 simply write "Check UL or DL TBF Assignment" and inside the if: /* DL TBF Assignment */
To view, visit change 33414. To unsubscribe, or for help writing mail filters, visit settings.