//Editor-Info: -*- C++ -*-
//
//Subject: TOVE-project / SS#7-specific definitions 
//
//File: ss7defs.h
//
//Version: $Revision: 1.9 $
//
//Date: $Date: 1998/11/19 14:25:20 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications and Multimedia
//
//Author:
//      Timo Pärnänen
//
//Description:
//      This file contains SS#7-specific definitions shared by several
//      protocols and interfaces.
//
//Copyright:
//      Copyright 1999 Helsinki University of Technology
//      ALL RIGHTS RESERVED BETWEEN JANUARY 1996 AND JUNE 1999.
//
//Licence:
//
//
//History:
//
//

#ifndef __COMMON_SS7DEFS_H__
#define __COMMON_SS7DEFS_H__

const int ROUTING_TABLE_SIZE = 200;

// User parts:

const unsigned long SCCP = 3; // 0011
const unsigned long BISUP = 9; // 1001

// Subsystems:

// INAP value is unstandardized.
// This value is defined as spare in Recommendation Q.713

const unsigned long INAP = 11; // 00001011

#endif // __COMMON_SS7DEFS_H__

