From f1d70163973a3157f195da1a37400bf0edd40535 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 11 Oct 2018 12:56:00 +0200 Subject: [PATCH] RSPRO.asn: Clarify use of optional ClientSlot in ConnectClientReq Change-Id: Icca78725d64627b40d589bdeacc33390e5522ae2 --- asn1/RSPRO.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asn1/RSPRO.asn b/asn1/RSPRO.asn index 45ef70c..0fe3587 100644 --- a/asn1/RSPRO.asn +++ b/asn1/RSPRO.asn @@ -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 {