org.mobicents.media.server.spi.resource.ss7
Interface SS7Layer4


public interface SS7Layer4


Method Summary
 void linkDown()
          Callback method from MTP3 layer, informs upper layers that link is not operable.
 void linkUp()
          Callback method from lower layers MTP3-.
 void receive(byte sls, byte linksetId, int service, int subservice, byte[] msgBuff)
           
 

Method Detail

linkUp

void linkUp()
Callback method from lower layers MTP3-. This is called once MTP3 determines that link is stable and is able to send/receive messages properly. This method should be called only once. Every linkup event.


linkDown

void linkDown()
Callback method from MTP3 layer, informs upper layers that link is not operable.


receive

void receive(byte sls,
             byte linksetId,
             int service,
             int subservice,
             byte[] msgBuff)
Parameters:
service - - type, this is generaly content of service part - contains constant defined for ISUP, SCCP or any other
subservice - - as above, it contains other 4 buts of SIO byte.
msgBuff -


Copyright © 2010. All Rights Reserved.