RSPRO.asn: Clarify use of optional ClientSlot in ConnectClientReq

Change-Id: Icca78725d64627b40d589bdeacc33390e5522ae2
This commit is contained in:
Harald Welte 2018-10-11 12:56:00 +02:00
parent 43ab79f8c2
commit f1d7016397
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ ConnectBankRes ::= SEQUENCE {
ConnectClientReq ::= SEQUENCE {
-- identity of the client that is connecting to the server/bankd
identity ComponentIdentity,
clientSlot ClientSlot OPTIONAL, -- old identity, if any
clientSlot ClientSlot OPTIONAL, -- mandatory for CL->BANKD; CL->SERVER: old identity, if any
...
}
ConnectClientRes ::= SEQUENCE {