Fixes for OCLC UI ASN.1 so that it works with SilverPlatter targets too
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 4 Sep 2003 17:44:49 +0000 (17:44 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 4 Sep 2003 17:44:49 +0000 (17:44 +0000)
CHANGELOG
z39.50/oclcui.asn

index 9983e6f..0d7f54a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@ Possible compatibility problems with earlier versions marked with '*'.
 
 --- (IN PROGRESS)
 
 
 --- (IN PROGRESS)
 
+Fixes for OCLC UI ASN.1 to make it work with SilverPlatter targets
+that features the same UI.
+
 Implemented command update0 in YAZ client which is equivalent to
 update but uses old of Ext Update ASN.1.
 
 Implemented command update0 in YAZ client which is equivalent to
 update but uses old of Ext Update ASN.1.
 
index 2c7aee7..0cd6d54 100644 (file)
@@ -2,7 +2,7 @@ UserInfoFormat-oclcUserInformation
 {Z39-50-userInfoFormat OCLCUserInformation (7)} DEFINITIONS ::=
 BEGIN
 
 {Z39-50-userInfoFormat OCLCUserInformation (7)} DEFINITIONS ::=
 BEGIN
 
--- $Id: oclcui.asn,v 1.3 2003-08-25 19:53:33 mike Exp $
+-- $Id: oclcui.asn,v 1.4 2003-09-04 17:44:49 adam Exp $
 --
 -- This format is returned from the server at
 --     fsz3950test.oclc.org:210
 --
 -- This format is returned from the server at
 --     fsz3950test.oclc.org:210
@@ -20,9 +20,9 @@ BEGIN
 -- could remove the OPTIONAL on dblist).
 
 OCLC-UserInformation ::= SEQUENCE {
 -- could remove the OPTIONAL on dblist).
 
 OCLC-UserInformation ::= SEQUENCE {
-    motd        [1] IMPLICIT VisibleString,
+    motd        [1] IMPLICIT VisibleString OPTIONAL,
     dblist      SEQUENCE OF DBName OPTIONAL,
     dblist      SEQUENCE OF DBName OPTIONAL,
-    failReason  [3] IMPLICIT BOOLEAN,
+    failReason  [3] IMPLICIT BOOLEAN OPTIONAL,
     code        [1] IMPLICIT INTEGER OPTIONAL,
     text        [2] IMPLICIT VisibleString OPTIONAL
 }
     code        [1] IMPLICIT INTEGER OPTIONAL,
     text        [2] IMPLICIT VisibleString OPTIONAL
 }