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

gsm: Use the right cause type for the handover complete

This commit is contained in:
Holger Hans Peter Freyther 2012-12-26 02:27:39 +01:00
parent 97e0ffa6a8
commit 812b8d6a61
1 changed files with 1 additions and 1 deletions

View File

@ -2818,7 +2818,7 @@ GSM48RRMessage subclass: GSM48RRHandoverComplete [
GSM48RRHandoverComplete class >> tlvDescription [
<category: 'parsing'>
^ OrderedCollection new
add: GSM48Cause asTLVDescription;
add: GSMRRCause asTLVDescription;
add: (GSM48TimingDifference asTLVDescription beOptional; yourself);
yourself
]