X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=z39.50%2Foclcui.asn;fp=z39.50%2Foclcui.asn;h=0000000000000000000000000000000000000000;hb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;hp=0cd6d54c45655358ff40171de6e5ddfbae373901;hpb=c71d717ada2a9ef730d527f161eb5ba9aa641a9f;p=yaz-moved-to-github.git diff --git a/z39.50/oclcui.asn b/z39.50/oclcui.asn deleted file mode 100644 index 0cd6d54..0000000 --- a/z39.50/oclcui.asn +++ /dev/null @@ -1,33 +0,0 @@ -UserInfoFormat-oclcUserInformation -{Z39-50-userInfoFormat OCLCUserInformation (7)} DEFINITIONS ::= -BEGIN - --- $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 --- I found the definition at --- http://www.oclc.org/firstsearch/documentation/z3950/config_guide.htm --- --- I have added OPTIONAL modifiers to the `dblist' and and `code' --- elements because they appear to be admitted from the APDU returned --- as an Init diagnostic from fsz3950test.oclc.org:210. Adam further --- removed the SEQUENCE structure, changed failReason to a BOOLEAN and --- deleted diagnosticSetId altogether, to make the ASN.1 conform to --- what's actually returned on the wire. Finally, I removed the --- OPTIONAL on failReason on the advice of OCLC's Keith Neibarger --- (although he'd also advised me, wrongly, that I --- could remove the OPTIONAL on dblist). - -OCLC-UserInformation ::= SEQUENCE { - motd [1] IMPLICIT VisibleString OPTIONAL, - dblist SEQUENCE OF DBName OPTIONAL, - failReason [3] IMPLICIT BOOLEAN OPTIONAL, - code [1] IMPLICIT INTEGER OPTIONAL, - text [2] IMPLICIT VisibleString OPTIONAL -} - -DBName ::= [2] IMPLICIT VisibleString - -END -