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

lu: Add some logging to the LURequest stub

This commit is contained in:
Holger Hans Peter Freyther 2012-12-02 00:22:46 +01:00 committed by Holger Hans Peter Freyther
parent 26c5d2dd02
commit 8d016159b6
1 changed files with 4 additions and 3 deletions

View File

@ -47,9 +47,10 @@ GSMTransaction subclass: GSMLURequest [
start: aCCMessage [
<category: 'start'>
aCCMessage inspect.
timeout := Osmo.TimerScheduler instance
scheduleInSeconds: 5 block: [self timeOut].
self logNotice: 'GSMLURequest(srcref:%1) starting LU'
% {con srcRef} area: #bsc.
timeout := Osmo.TimerScheduler instance
scheduleInSeconds: 5 block: [con takeLocks: [self timeOut]].
]
timeOut [