//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project / SCCP protocol 
//
//File: sccpdefs.h
//
//Version: $Revision: 1.3 $
//
//State: $State: Exp $
//
//Date: $Date: 1998/02/04 19:06:25 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications Software and Multimedia
//
//Author:
//      Timo Pärnänen
//
//Description:
//      This file contains SCCP-specific constant and type definitions.
//
//Copyright:
//
//
//Licence:
//
//
//History:

#ifndef __SCCPDEFS_H__
#define __SCCPDEFS_H__

#include "pf/bytes.h"

const unsigned long PROTOCOL_CLASS = 0;

//
// Pdus
//

typedef unsigned int sccpPduType;
const sccpPduType sccpUDT_PDU = B0000_1001;

#endif // __SCCPDEFS_H__
