aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-08 16:47:51 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-08 16:47:51 +0100
commitba5a8bc54e56beff4181ca33b98d80859da08cd5 (patch)
tree1518f71d84e33350ef254aa9067356c4447679b3
parentb538ae24c85a3061bcc4bde63c7fe4fef518d474 (diff)
bssmap: Document that this class is not complete
-rw-r--r--BSSMAP.st1
1 files changed, 1 insertions, 0 deletions
diff --git a/BSSMAP.st b/BSSMAP.st
index 2b8b134..0e9a8b3 100644
--- a/BSSMAP.st
+++ b/BSSMAP.st
@@ -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.
].