Attention is currently required from: pespin.
1 comment:
File src/common/csd_v110.c:
Patch Set #2, Line 204: return -EINVAL;
sounds like we may want to log this, or/and have a rate_ctr fr this event?
We do have a rate_ctr: when `csd_v110_rtp_decode()` returns negative, the code in `l1sap_rtp_rx_cb()` does this:
```
rate_ctr_inc2(bts->ctrs, BTS_CTR_RTP_RX_DROP_V110_DEC);
```
To view, visit change 38555. To unsubscribe, or for help writing mail filters, visit settings.