//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project
//
//File: gsmpdefs.h
//
//State: $State: Exp $
//
//Version: $Revision: 1.3 $
//
//Date: $Date: 1998/06/18 05:21:57 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications Software and Multimedia
// 
//Author:
//      Harri Sunila
//
//Description:
//      Definitions to be used in GSMP
//      
//Copyright:    
//
//      
//Licence:
//     
//
//History:
//

#ifndef __GSMP_GSMPDEFS_H__
#define __GSMP_GSMPDEFS_H__

#include "pf/types.h"
#include "pf/bytes.h"

// Definition of the maximum transfer unit of a GSMP message.
const pfUlong GSMP_MTU = 1500;

#endif	// __GSMP_GSMPDEFS_H__









