Attention is currently required from: jolly, fixeria, dexter.
5 comments:
File src/common/rsl.c:
Patch Set #6, Line 816: * the call is active. Most MSs in dedicated mode may not be able to receive the NCH instead.
s/instead/otherwise/
Patch Set #6, Line 820: uint8_t chan_desc_len, int count)
unsigned count
Patch Set #6, Line 826: int tn, ln, n;
all these can be unsigned
Patch Set #6, Line 837: if (lchan->type != GSM_LCHAN_SDCCH
isn't there an lchan_is_dedicated() or alike?
Patch Set #6, Line 845: msgb_tl16v_put(msg, RSL_IE_L3_INFO, sizeof(notif), (uint8_t *) ¬if);
can you explain a bit more all this loop with the extra call after it?
To view, visit change 33448. To unsubscribe, or for help writing mail filters, visit settings.