spec: minor fixes

This commit is contained in:
Oliver Smith 2020-04-07 08:44:56 +02:00
parent bf33c75af4
commit 8c81b5561b
1 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ msc {
BSC <= MSC [label="Physical Channel Reconfiguration"]; BSC <= MSC [label="Physical Channel Reconfiguration"];
BTS <= BSC [label="Ciphering Mode Command"]; BTS <= BSC [label="Ciphering Mode Command"];
ME <= BTS [label="Ciphering Mode Command"]; ME <= BTS [label="Ciphering Mode Command"];
ME => BTS [label="Ciphering Mode Complete"]; ME => BTS [label="Ciphering Mode Complete"];
BTS => BSC [label="Ciphering Mode Complete"]; BTS => BSC [label="Ciphering Mode Complete"];
BSC => MSC [label="Ciphering Mode Complete"]; BSC => MSC [label="Ciphering Mode Complete"];
@ -153,9 +153,9 @@ as pseudonymous IMSI yet, but may be the real IMSI of a subscriber.
==== imsi_pseudo_i ==== imsi_pseudo_i
The counter imsi_pseudo_i indicates how often a subscriber's pseudonymous IMSI The counter imsi_pseudo_i indicates how often a subscriber's pseudonymous IMSI
was changed. The value is one for the first allocated pseudonymous IMSI of was changed. The value is 1 for the first allocated pseudonymous IMSI of a
a subscriber. When allocating a new pseudonymous IMSI for the same subscriber, subscriber. When allocating a new pseudonymous IMSI for the same subscriber,
the new imsi_pseudo_i value is increased by one. The counter is used by the SIM the new imsi_pseudo_i value is increased by 1. The counter is used by the SIM
applet to detect and ignore outdated requests related to changing the applet to detect and ignore outdated requests related to changing the
pseudonymous IMSI. pseudonymous IMSI.