smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

lu: Send a LU Reject when the procedure times out.

This commit is contained in:
Holger Hans Peter Freyther 2012-12-04 11:28:36 +01:00 committed by Holger Hans Peter Freyther
parent 8d016159b6
commit cde5fb69e7
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ GSMTransaction subclass: GSMLURequest [
timeOut [
self logError: 'GSMLURequest(srcref:%1) timeout.' % {con srcRef} area: #bsc.
self nextPutSapi: OsmoGSM.GSM48LUReject new.
con removeTransaction: self.
]
]