Attention is currently required from: iedemam.
1 comment:
File src/osmo-bsc/lchan_fsm.c:
Patch Set #13, Line 226: lchan->activate.timekeeper = (struct osmo_time_cc){
also you probably want to do this only once during lchan allocation, i.e. in lchan_fsm_alloc(), or in ts_setup_lchans() in timeslot_fsm.c. Either one is fine.
That's because you want to accumulate the active time across multiple lchan activations. The only thing remaining here in this function should be setting the flag to true.
To view, visit change 27081. To unsubscribe, or for help writing mail filters, visit settings.