home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / ibm / 871 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  2.8 KB

  1. Path: sparky!uunet!noc.near.net!transfer.stratus.com!sw.stratus.com!tespy
  2. From: tespy@sw.stratus.com (Tony Espy)
  3. Newsgroups: comp.protocols.ibm
  4. Subject: Re: Manual Help Needed
  5. Date: 6 Jan 1993 18:48:49 GMT
  6. Organization: Stratus Computer, Inc.
  7. Lines: 56
  8. Distribution: world
  9. Message-ID: <1if9ihINNjov@transfer.stratus.com>
  10. References: <H7yVwB2w164w@campbell.Gwinnett.COM>
  11. NNTP-Posting-Host: orion.ts.stratus.com
  12.  
  13. In article <H7yVwB2w164w@campbell.Gwinnett.COM>, bc@campbell.Gwinnett.COM (campbell) writes:
  14. >   Can someone tell me which - if any - document(s) (IBM or otherwise)
  15. >   explain the innards of DLC protocol?  SNA frames in general?
  16.      Try these two for starters:
  17.  
  18.     IBM SNA Formats GA27-3136-12 ( SNA message formats )
  19.  
  20.     IBM SNA Format & Protocol Reference Manual ( Architecture Logic ) 
  21.     (FAPL for short)
  22.  
  23.         SC30-3112-?  ( I have -2, I'd check to see what the latest rev is )
  24.  
  25.  
  26. >   There is an awful lot in both these documents but I have come
  27. >   across some things in writing, modifying, and testing 3174 controller
  28. >   code that I can't seem to find the answers to.  Some of these are:
  29. >   What do I screw up if I accidentally send the host two consecutive
  30. >   NOTIFYs?  In this case, is the reception of a sense message good
  31. >   enough to continue or am I hosed up from then on?  (I. e, pending
  32. >   my fixing that particular problem, is the rest of what I see okay?)
  33. >   What do I do if the reserved bit of byte0 of the RH is set sometimes
  34. >   and not others?  What exactly is the meaning of the DR1 bit?
  35. >   There are more.
  36.  
  37.     1) probably not a lot whole lot, NOTIFY is a status message.
  38.  
  39.     2) Most SNA implementations don't care about the reserve bits...  it 
  40.        doesn't hurt to explicitly clear them all though.  
  41.  
  42.     3) DR1 = Definate Response 1 Indicator - used in combination with
  43.              DR2 and ERI to indicate what form of response is requested.
  44.              Generally the response type should be the same type as the
  45.              request ( If a response is sent, the DR bits should match 
  46.              those set in the request). More on the exact working of 
  47.              these bits can be found in the Formats manual and/or the
  48.              FAPLs ( note there is a seperate FAPL for LU6.2 )
  49.  
  50. >   For that matter, does anyone know where I can find a state
  51. >   machine/graph/chart/whatever of what is to be returned to
  52. >   the host depending what is received in whatever mode?  (For
  53. >   example, an ACTLU in NRM).
  54.     If you're not in NRM, then you can't receive an ACTLU.  The state
  55.     information for ACTLUs is in the FAPL.
  56.     You may also want to reference an SDLC manual ( if that's what you're
  57.     working with ) - IBM SDLC - G27-3093.
  58.  
  59.                                 - Good Luck - 
  60.  
  61.                      .
  62.                   /tony . . .
  63.                     .
  64.  
  65.     "Jazz isn't dead, it just smells funny." - FZ
  66.