mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-02 04:43:16 +00:00
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:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user