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

bssmap: Add the paging command to the message type

This commit is contained in:
Holger Hans Peter Freyther 2013-01-08 12:19:26 +01:00
parent e86cfabb08
commit f80e61f596
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Object subclass: GSM0808Helper [
GSM0808Helper class >> msgClear [ <category: 'spec'> ^ 16r20 ]
GSM0808Helper class >> msgClearComp [ <category: 'spec'> ^ 16r21 ]
GSM0808Helper class >> msgClearReq [ <category: 'spec'> ^ 16r22 ]
GSM0808Helper class >> msgPaging [ <category: 'spec'> ^ 2r01010010 ]
GSM0808Helper class >> msgCipherModeCmd [ <category: 'spec'> ^ 16r53 ]
GSM0808Helper class >> msgCipherModeCmpl [ <category: 'spec'> ^ 16r55 ]
GSM0808Helper class >> msgAssRequest [ <category: 'spec'> ^ 16r1 ]