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

bssmap: Document that this class is not complete

This commit is contained in:
Holger Hans Peter Freyther 2013-01-08 16:47:51 +01:00
parent b538ae24c8
commit ba5a8bc54e
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ GSM0808IE subclass: GSM0808CellIdentifierList [
aMsg putByte: 1 + (cells size * 2).
aMsg putByte: ident.
"TODO: assumes that cells are only lacs.."
cells do: [:lac |
aMsg putLen16: lac.
].