Alexander's patch: 3b05a4929c

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4913 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl
2013-02-15 07:12:05 +00:00
parent db0753a41c
commit fe0dec2481

View File

@@ -140,7 +140,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".