mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-10-23 07:42:01 +00:00
A patch from David Burgess to fix crashes when somebody touches a removed transaction.
This is a forgotten part of the commit 0c1a306e
whichsohuld have been commited long ago.
This commit is contained in:
@@ -141,6 +141,9 @@ void Control::DCCHDispatcher(LogicalChannel *DCCH)
|
||||
|
||||
// Catch the various error cases.
|
||||
|
||||
catch (RemovedTransaction except) {
|
||||
LOG(ERR) << "attempt to use removed transaciton " << except.transactionID();
|
||||
}
|
||||
catch (ChannelReadTimeout except) {
|
||||
LOG(NOTICE) << "ChannelReadTimeout";
|
||||
// Cause 0x03 means "abnormal release, timer expired".
|
||||
|
Reference in New Issue
Block a user