1
0
Fork 0

GSM: Fix the Setup message in the GSM foo bar.

This commit is contained in:
Holger Hans Peter Freyther 2010-12-11 08:05:18 +01:00
parent 71ab8bf8e6
commit bfca9dd8c3
1 changed files with 4 additions and 4 deletions

View File

@ -1091,10 +1091,10 @@ GSM48CCMessage subclass: GSM48CCSetup [
self addOptional: 'facility' with: GSMFacility.
self addOptional: 'progress' with: GSMProgress.
self addOptional: 'signal' with: GSMSignal.
self addOptional: 'calling' with: GSMCalledBCDNumber.
self addOptional: 'callingSub' with: GSMCalledSubBCDNumber.
self addOptional: 'called' with: GSMCallingBCDNumber.
self addOptional: 'calledSub' with: GSMCallingSubBCDNumber.
self addOptional: 'calling' with: GSMCallingBCDNumber.
self addOptional: 'callingSub' with: GSMCallingSubBCDNumber.
self addOptional: 'called' with: GSMCalledBCDNumber.
self addOptional: 'calledSub' with: GSMCalledSubBCDNumber.
self addOptional: 'redirect' with: GSMRedirectingBCDNumber.
self addOptional: 'redirectSub' with: GSMRedirectingSubBCDNumber.
self addOptional: 'LLCInd' with: GSMRepeatInd.