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

bssmap: Document where the IEs come from

This commit is contained in:
Holger Hans Peter Freyther 2013-01-08 14:13:24 +01:00
parent f80e61f596
commit f3b27888de
1 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,7 @@ GSM0808IE subclass: GSM0808IMSI [
| imsi |
<category: 'OsmoGSM'>
<comment: 'I represent 3.2.2.6 of GSM 08.08'>
GSM0808IMSI class >> elementId [ ^ 8 ]
GSM0808IMSI class >> initWith: anImsi [
@ -348,6 +349,7 @@ GSM0808IE subclass: GSM0808CellIdentifierList [
| ident cells |
<category: 'OsmoGSM'>
<comment: 'I represent a 3.2.2.27 of GSM 08.08'>
GSM0808CellIdentifierList class >> elementId [ ^ 26 ]
GSM0808CellIdentifierList class >> parseFrom: aStream [