Attention is currently required from: fixeria, pespin, lynxis lazus.
1 comment:
File src/osmo-bsc/abis_rsl.c:
Patch Set #1, Line 1915: LOG_BTS(bts, DRSL, LOGL_INFO, "CHAN RQD: reason: %s (ra=0x%02x, t1=%d, t3=%d, t2=%d, neci=0x%02x, chreq_reason=0x%02x)\n",
Actually, from the end user perspective, it probably makes sense to convert T1/T2/T3 into TDMA Fn va […]
The order T1, T2, T3 is intentional. That is the order in which the numbers are stored and also the order in which wireshark will display the values. When debuging it is easier when one does not have to convert between different display variants.
The fn is displayed at later log lines as well, no need to display it here once more. (it is important to see T1, T2, T3 since wireshark won't always do the conversion.)
To view, visit change 29703. To unsubscribe, or for help writing mail filters, visit settings.