timer_L method
void
timer_L()
Implementation
void timer_L() {
logger.debug('Timer L expired for transaction $id');
if (state == TransactionState.ACCEPTED) {
stateChanged(TransactionState.TERMINATED);
ua!.destroyTransaction(this);
}
}