Attention is currently required from: osmith, pespin.
1 comment:
File include/osmocom/mgcp/mgcp_trunk.h:
Patch Set #5, Line 69: uint8_t ts_in_use[NUM_E1_TS-1];
I first thought this was holding a ts_nr on each array field. It's actually a counter. […]
I have renamed it now to "ts_usecount". I think that matches the reality best. The name "ts_in_use" is from the time where we didn't count the number of used. It was just a flag to know that this timeslot is already set up so we won't go through the initialization twice. This is now changed and we properly count the uses of the TS.
To view, visit change 31269. To unsubscribe, or for help writing mail filters, visit settings.