From: Adam Dickmeiss Date: Thu, 4 Sep 2003 17:44:49 +0000 (+0000) Subject: Fixes for OCLC UI ASN.1 so that it works with SilverPlatter targets too X-Git-Tag: YAZ.2.0.4~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f06ca89e9eb0d0205a5ed97154d81e0064942d02 Fixes for OCLC UI ASN.1 so that it works with SilverPlatter targets too --- diff --git a/CHANGELOG b/CHANGELOG index 9983e6f..0d7f54a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Possible compatibility problems with earlier versions marked with '*'. --- (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. diff --git a/z39.50/oclcui.asn b/z39.50/oclcui.asn index 2c7aee7..0cd6d54 100644 --- a/z39.50/oclcui.asn +++ b/z39.50/oclcui.asn @@ -2,7 +2,7 @@ UserInfoFormat-oclcUserInformation {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 @@ -20,9 +20,9 @@ BEGIN -- could remove the OPTIONAL on dblist). OCLC-UserInformation ::= SEQUENCE { - motd [1] IMPLICIT VisibleString, + motd [1] IMPLICIT VisibleString 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 }