|
|
inline SS7AnsiSccpManagement (const NamedList& params)
| SS7AnsiSccpManagement |
Constructor
~SS7AnsiSccpManagement ()
| ~SS7AnsiSccpManagement |
[virtual]
bool processMessage (SS7MsgSCCP* message)
| processMessage |
[virtual]
Process a management message received from sccp
Parameters:
message | The message to process |
Returns: True if the message was processed successfully
Reimplemented from SCCPManagement.
bool sendMessage (SCCPManagement::MsgType msgType, const NamedList& params)
| sendMessage |
[virtual]
Encode a sccp management message and send it to remote address
Parameters:
msgType | The SCCP management message type |
params | List of message parameters |
Returns: True if the message was successfully send
Reimplemented from SCCPManagement.
void manageSccpRemoteStatus (SccpRemote* rsccp, SS7Route::State newState)
| manageSccpRemoteStatus |
[virtual]
Handle notifications received from remote concerned sccp's
Parameters:
rsccp | Remote SCCP pointcode |
newState | The new state of the remote SCCP |
Reimplemented from SCCPManagement.
void handleSubsystemStatus (SccpSubsystem* subsystem, bool allowed, SccpRemote* remote, int smi)
| handleSubsystemStatus |
[virtual]
Process the status of subsystems
Parameters:
subsystem | The subsystem who's status has changed |
allowed | True if the subsystem status is Allowed false for Prohibited |
remote | The remote sccp pointcode where the subsystem is located |
smi | Subsystem Multiplicity Indicator |
Reimplemented from SCCPManagement.
bool handleMessage (int msgType, NamedList& params)
| handleMessage |
Handle a SCCP Management message
Parameters:
msgType | The message type |
params | List of message parameters |
Returns: True if the message was handled
Reimplemented from SCCPManagement.
Generated by: paulc on bussard on Sun Oct 20 21:06:06 2013, using kdoc 2.0a54. |