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
parent f24efee4bf
commit 558652cd6d
1 changed files with 1 additions and 0 deletions

View File

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