//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project / SCCP protocol
//
//File: sccpstate.cpp
//
//Version: $Revision: 1.4 $
//
//State: $State: Exp $
//
//Date: $Date: 1998/02/04 19:06:26 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications Software and Multimedia
//
//Author:
//      Timo Pärnänen
//
//Description:
//      See corresponding header file.
//
//Copyright:
//
//
//Licence:
//
//
//History: 

#include "sccpstate.h"

// pdus

void sccpState :: sccpUDTpduAct(sccpUDTpdu *,
                                pfProtocol *)
{
    return;
}
        
// primitives from upper layer

void sccpState :: sccpN_UNITDATAreqAct(sccpN_UNITDATAreq *,
                                       pfProtocol *)
{
    return;
}

// primitives from lower layer

void sccpState :: mtpTRANSFERindAct(mtpTRANSFERind *,
                                    pfProtocol *)
{
    return;
}

void sccpState :: mtpPAUSEindAct(mtpPAUSEind *,
                                 pfProtocol *)
{
    return;
}

void sccpState :: mtpRESUMEindAct(mtpRESUMEind *,
                                  pfProtocol *)
{
    return;
}

void sccpState :: mtpSTATUSindAct(mtpSTATUSind *,
                                  pfProtocol *)
{
    return;
}
