================================================================================

  @(#) $Id: README,v 0.7 2000/11/05 03:18:24 brian Test $

+------------------------------------------------------------------------------+
|                                                                              |
|    Copyright (C) 1997-2000  Brian Bidulock.  All Rights Reserved.            |
|                                                                              |
|                                                                              |
|                                 PUBLIC LICENSE                               |
|                                                                              |
|    This license is provided without fee, provided that the above copy-       |
|    right notice and this public license must be retained on all copies,      |
|    extracts, compilations and derivative works.  Use or distribution of      |
|    this work in a manner that restricts its use except as provided here      |
|    will render this license void.                                            |
|                                                                              |
|    The author(s) hereby waive any and all other restrictions in respect      |
|    of their copyright in this software and its associated documentation.     |
|    The authors(s) of this software place in the public domain any novel      |
|    methods or processes which are embodied in this software.                 |
|                                                                              |
|    The author(s) undertook to write it for the sake of the advancement       |
|    of the Arts and Sciences, but it is provided as is, and the author(s)     |
|    will not take any responsibility in it.                                   |
|                                                                              |
+------------------------------------------------------------------------------+

  Last Modified $Date: 2000/11/05 03:18:24 $ by $Author: brian $

  $Log: README,v $
  Revision 0.7  2000/11/05 03:18:24  brian
  Added readme for this directory.

================================================================================

This directory contains the following files:

        README          - this readme file
        sli.h           - Signalling Link Interface definitions
        sli.c           - STREAMS definitions and service routines
        sli_ioctl.h     - Signalling Link common IOCTLs
        sli_ioctl.c     - Signalling Link common IOCTL service routines
        sli_sm.h        - SS7 Level 2 state machine definitions
        sli_sm.c        - SS7 Level 2 (Link Level) state machines
        sli_skeleton.c  - skeleton of sli.c for driver development

The header file <ss7/sli.h> is required for developing user level programs (or
configuration daemons) which use the SLI interface to a signalling link
driver.

The header file <ss7/sli_ioctl.h> is required for developing user level
programs (or configuration daemons) which wish to control the signalling link
driver withing a ss7 STREAMS protocol stack.  These are I_STR ioctl.

