aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-02-18 15:21:29 +0100
committerOliver Smith <osmith@sysmocom.de>2020-02-18 15:21:29 +0100
commitd79601db55195d2279537f48f24e0a7c11bae0e7 (patch)
tree608a2fea9fe8d2057c1a04cb0dab344dc8fa665c
parentb9fc075b32b33b36397626858cccbe996779760a (diff)
docs/specification: mention simapplet counting LUs
-rw-r--r--docs/specification.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/specification.md b/docs/specification.md
index a73326c..7d4c9bc 100644
--- a/docs/specification.md
+++ b/docs/specification.md
@@ -29,6 +29,11 @@ Optional additions we need to make, and where to make them:
* When allocating and deallocating pseudo IMSIs, the HLR flushes information in
the VLR related to them, so an old TMSI does not point to the wrong pseudo
IMSI.
+* The SIM applet registers EVENT_DOWNLOAD_LOCATION_STATUS, uses it to count the
+ location updates that were done with the same pseudo IMSI, and warns the user
+ if the pseudo IMSI did not change over several location updates. This means,
+ that for some reason, the SMS from the HLR are not arriving (e.g. because an
+ attacker is blocking them).
TODO:
* extend the list above with the exact sections of the spec, where the new
@@ -36,3 +41,4 @@ TODO:
* Is there a spec for SIM applets, or do we put the SIM applet behaviour in the
regular spec for SIM cards, or mention its behavior in the location update
related change?
+* describe everything in detail, fill in the full contents for the SMS etc.