Attention is currently required from: fixeria.
1 comment:
File src/common/rsl.c:
Patch Set #1, Line 2772: csd_fmt_d = *csd_fmt & 0xf;
Are you sure this is correct? In the previous patch I see: […]
In OsmoBSC I construct it like this, and it shows up correctly in wireshark:
```
ret = RSL_IPAC_RTP_CSD_TRAU_BTS;
ret |= RSL_IPAC_RTP_CSD_IR_8k << 5;
```
So it needs to be switched around in the doc, and >> 4 needs to be used as you point out above. I've updated both patches.
To view, visit change 31795. To unsubscribe, or for help writing mail filters, visit settings.