RSPRO.asn: Clarify use of optional ClientSlot in ConnectClientReq

Change-Id: Icca78725d64627b40d589bdeacc33390e5522ae2
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 @@
 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 {