Yate
|
Abstract SS7 SCCP GTT interface. More...
#include <yatesig.h>
Public Member Functions | |
GTT (const NamedList &config) | |
virtual | ~GTT () |
virtual NamedList * | routeGT (const NamedList >, const String &prefix) |
virtual bool | initialize (const NamedList *config) |
virtual void | attach (SCCP *sccp) |
virtual void | updateTables (const NamedList ¶ms) |
Protected Member Functions | |
virtual void | destroyed () |
virtual ~GTT | ( | ) | [virtual] |
Destructor
virtual void destroyed | ( | ) | [protected, virtual] |
This method is called to clean up and destroy the object after the reference counter becomes zero
Reimplemented from SignallingComponent.
virtual bool initialize | ( | const NamedList * | config | ) | [virtual] |
Initialize this GTT
Reimplemented from SignallingComponent.
virtual void updateTables | ( | const NamedList & | params | ) | [inline, virtual] |
Request to update Translations tables. Called when a remote pointcode or ssn has become reachable / unreachable
params | List of parameters that fired this request |