org.mobicents.protocols.ss7.sccp
public interface SccpStack
| Modifier and Type | Field and Description |
|---|---|
static int |
UDT_ONLY |
static int |
XUDT_ONLY |
| Modifier and Type | Method and Description |
|---|---|
int |
getLocalSpc()
Get the local signaling point set for this SCCP instance
|
int |
getNi()
Get the Network Indicator value.
|
boolean |
getRemoveSpc()
Get the remove siganling point code flag
|
SccpProvider |
getSccpProvider()
Exposes SCCP provider object to SCCP user.
|
void |
setLocalSpc(int localSpc)
Set the local signaling point for this SCCP instance.
|
void |
setNi(int ni)
Set the Network Indicator value.
|
void |
setRemoveSpc(boolean removeSpc)
If set, the signaling point code from SCCP called/calling address will be
removed if corresponding routing is based on GT
|
void |
start()
Starts SCCP stack.
|
void |
stop()
Terminates SCCP stack.
|
static final int UDT_ONLY
static final int XUDT_ONLY
void start()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionvoid stop()
java.lang.IllegalStateExceptionorg.mobicents.protocols.StartFailedExceptionSccpProvider getSccpProvider()
void setLocalSpc(int localSpc)
Set the local signaling point for this SCCP instance. The local signaling point will be added as OPC for outgoing MTP3 MSU.
For incoming MSU, after translation the point code of the Called Party Address (SCCP Address) will compared with localSpc, if it matches MSU will be consumed
localSpc - int getLocalSpc()
void setNi(int ni)
ni - int getNi()
void setRemoveSpc(boolean removeSpc)
removeSpc - boolean getRemoveSpc()
Copyright © 2012. All Rights Reserved.