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

gsm: Add the GSM48CMServiceAccept message

This commit is contained in:
Holger Hans Peter Freyther 2012-12-23 10:06:22 +01:00
parent fa1f6edc23
commit 3b4d0bda27
1 changed files with 11 additions and 0 deletions

View File

@ -2129,6 +2129,16 @@ GSM48MMMessage subclass: GSM48IdentityResponse [
]
]
GSM48MMMessage subclass: GSM48CMServiceAccept [
<category: 'OsmoGSM'>
GSM48CMServiceAccept class >> messageType [ ^ self msgCMAccept ]
GSM48CMServiceAccept class >> tlvDescription [
<category: 'parsing'>
^ OrderedCollection new
]
]
GSM48MMMessage subclass: GSM48CMServiceReq [
<category: 'OsmoGSM'>
@ -2603,6 +2613,7 @@ Eval [
GSM48AuthResp initialize.
GSM48IdentityReq initialize.
GSM48IdentityResponse initialize.
GSM48CMServiceAccept initialize.
GSM48CMServiceReq initialize.
GSM48CMServiceReject initialize.
GSM48IMSIDetachInd initialize.