Attention is currently required from: pespin.
1 comment:
File src/libosmo-mgcp/mgcp_protocol.c:
Patch Set #1, Line 898: rate_ctr_inc(rate_ctr_group_get_ctr(rate_ctrs, MGCP_CRCX_FAIL_NO_OSMUX));
unexpected for me that the counter gets increased here, with this description:
```
[MGCP_CRCX_FAIL_NO_OSMUX] = { "crcx:no_osmux", "no osmux offered by peer." }
```
I would have assumed that is for the other case, osmux is required by config but peer (the client talking to the mgw?) doesn't do osmux.
From the diff it also seems it was used like that before this patch.
To view, visit change 39714. To unsubscribe, or for help writing mail filters, visit settings.