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

gsm: Fix the default value for the RR Cause

This way a GSM48HandoverComplete new toMessage will create the
right binary message.
This commit is contained in:
Holger Hans Peter Freyther 2012-12-26 10:02:18 +01:00
parent 812b8d6a61
commit 0c196f0c55
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ GSM48SimpleData subclass: GSMRRCause [
GSMRRCause class >> defaultValue [
<category: 'default'>
^ 0
^ ByteArray with: 0
]
]