aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/RSPRO.asn
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/RSPRO.asn')
-rw-r--r--asn1/RSPRO.asn4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/RSPRO.asn b/asn1/RSPRO.asn
index 75a36c7..8772ee7 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,
- clientId ClientId OPTIONAL, -- old identity, if any
+ clientSlot ClientSlot OPTIONAL, -- old identity, if any
...
}
ConnectClientRes ::= SEQUENCE {
@@ -186,7 +186,7 @@ RemoveMappingRes ::= SEQUENCE {
-- SERVER->CLIENT: set configuration (client ID and BANK IP/Port)
ConfigClientReq ::= SEQUENCE {
-- server-allocated assignment of a client ID
- clientId ClientId,
+ clientSlot ClientSlot,
-- bank to which the client shall connect
bankd IpPort,
...