From: Heikki Levanto Date: Thu, 3 May 2007 08:34:52 +0000 (+0000) Subject: More asn1 for oclc X-Git-Tag: YAZ.3.0.2~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6af7e3e45c77ed01ad75c0c4840576374718168a More asn1 for oclc --- diff --git a/src/ill.tcl b/src/ill.tcl index f06421a..29964bc 100644 --- a/src/ill.tcl +++ b/src/ill.tcl @@ -1,5 +1,5 @@ # Config File for ILL -# $Id: ill.tcl,v 1.2 2007-04-18 07:34:35 adam Exp $ +# $Id: ill.tcl,v 1.3 2007-05-03 08:34:52 heikki Exp $ # ---------------------------------------------------------- # Prefix Specifications # @@ -49,7 +49,7 @@ set membermap($m,APDU,ILL-Request) {APDU_ILL_Request illRequest} set membermap($m,APDU,ILL-Answer) {APDU_ILL_Answer illAnswer} # ---------------------------------------------------------- -set m CLCILLRequestExtension +set m OCLCILLRequestExtension # Filename set filename($m) oclc-ill-req-ext diff --git a/src/oclc-ill-req-ext.asn b/src/oclc-ill-req-ext.asn deleted file mode 100644 index 6b44cbc..0000000 --- a/src/oclc-ill-req-ext.asn +++ /dev/null @@ -1,17 +0,0 @@ -CLCILLRequestExtension DEFINITIONS ::= ---The object identifier is 1.0.10161.13.2 -BEGIN -IMPORTS ILL-String FROM ISO-10161-ILL-1; - -OCLCILLRequestExtension ::=SEQUENCE { - clientDepartment [0] ILL-String OPTIONAL, - paymentMethod [1] ILL-String OPTIONAL, - uniformTitle [2] ILL-String OPTIONAL, - dissertation [3] ILL-String OPTIONAL, - issueNumber [4] ILL-String OPTIONAL, - volume [5] ILL-String OPTIONAL, - affiliations [6] ILL-String OPTIONAL, - source [7] ILL-String OPTIONAL -} -END -