... | @@ -4,16 +4,10 @@ |
... | @@ -4,16 +4,10 @@ |
|
|
|
|
|
@startuml
|
|
@startuml
|
|
autonumber
|
|
autonumber
|
|
SystemTime <- LastValidTime : load Time
|
|
SystemTime <- LastValidPosition : load last valid time and timestamp not older then build date
|
|
Bob <- Alice : Authentication Response
|
|
SystemTime <- RTC : load RTC time if time valid flag and timestamp not older then build date
|
|
|
|
SystemTime <- GNSS : load GNSS time if time and date valid and timestamp not older then build date
|
|
|
|
|
|
autonumber 15
|
|
|
|
Bob -> Alice : Another authentication Request
|
|
|
|
Bob <- Alice : Another authentication Response
|
|
|
|
|
|
|
|
autonumber 40 10
|
|
|
|
Bob -> Alice : Yet another authentication Request
|
|
|
|
Bob <- Alice : Yet another authentication Response
|
|
|
|
|
|
|
|
@enduml
|
|
@enduml
|
|
```
|
|
```
|
... | | ... | |