|
| | SS7MTP3 (const NamedList ¶ms) |
| |
| virtual | ~SS7MTP3 () |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| virtual int | transmitMSU (const SS7MSU &msu, const SS7Label &label, int sls=-1) |
| |
| virtual bool | operational (int sls=-1) const |
| |
| virtual int | inhibited (int sls) const |
| |
| virtual bool | inhibit (int sls, int setFlags, int clrFlags=0) |
| |
| virtual unsigned int | congestion (int sls) |
| |
| virtual int | getSequence (int sls) const |
| |
| virtual void | recoverMSU (int sls, int sequence) |
| |
| virtual bool | control (Operation oper, NamedList *params=0) |
| |
| virtual void | attach (SS7Layer2 *link) |
| |
| virtual void | detach (SS7Layer2 *link) |
| |
| virtual bool | control (NamedList ¶ms) |
| |
| virtual bool | allowedTo (SS7PointCode::Type type, unsigned int packedPC) const |
| |
| unsigned int | linksTotal () const |
| |
| unsigned int | linksChecked () const |
| |
| unsigned int | linksActive () const |
| |
| const ObjList * | links () const |
| |
| virtual | ~SS7Layer3 () |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| virtual int | transmitMSU (const SS7MSU &msu, const SS7Label &label, int sls=-1)=0 |
| |
| virtual bool | operational (int sls=-1) const =0 |
| |
| virtual int | inhibited (int sls) const |
| |
| bool | inhibited (int sls, int flags) const |
| |
| virtual bool | inhibit (int sls, int setFlags, int clrFlags=0) |
| |
| bool | inService (int sls, int ignore=0) |
| |
| virtual unsigned int | congestion (int sls) |
| |
| virtual int | getSequence (int sls) const |
| |
| virtual void | recoverMSU (int sls, int sequence) |
| |
| virtual bool | restart () |
| |
| void | attach (SS7L3User *l3user) |
| |
| SS7L3User * | user () const |
| |
| SS7PointCode::Type | type (unsigned char netType) const |
| |
| void | setType (SS7PointCode::Type type, unsigned char netType) |
| |
| void | setType (SS7PointCode::Type type) |
| |
| bool | hasType (SS7PointCode::Type pcType) const |
| |
| virtual unsigned char | getNI (SS7PointCode::Type pcType, unsigned char defNI) const |
| |
| unsigned char | getNI (SS7PointCode::Type pcType) const |
| |
| unsigned char | getNI () const |
| |
| void | setNI (unsigned char defNI) |
| |
| bool | buildRoutes (const NamedList ¶ms) |
| |
| unsigned int | getRouteMaxLength (SS7PointCode::Type type, unsigned int packedPC) |
| |
| unsigned int | getRoutePriority (SS7PointCode::Type type, unsigned int packedPC) |
| |
| unsigned int | getRoutePriority (SS7PointCode::Type type, const SS7PointCode &dest) |
| |
| SS7Route::State | getRouteState (SS7PointCode::Type type, unsigned int packedPC, bool checkAdjacent=false) |
| |
| SS7Route::State | getRouteState (SS7PointCode::Type type, const SS7PointCode &dest, bool checkAdjacent=false) |
| |
| virtual bool | allowedTo (SS7PointCode::Type type, unsigned int packedPC) const |
| |
| void | printRoutes () |
| |
| unsigned int | getLocal (SS7PointCode::Type type) const |
| |
| virtual unsigned int | getDefaultLocal (SS7PointCode::Type type) const |
| |
| virtual | ~SignallingComponent () |
| |
| virtual const String & | toString () const |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| virtual bool | control (NamedList ¶ms) |
| |
| virtual NamedList * | controlCreate (const char *oper=0) |
| |
| virtual bool | controlExecute (NamedList *params) |
| |
| virtual void | engine (SignallingEngine *eng) |
| |
| SignallingEngine * | engine () const |
| |
| int | debugLevel (int level) |
| |
| const String & | componentType () const |
| |
| | RefObject () |
| |
| virtual | ~RefObject () |
| |
| virtual void * | getObject (const String &name) const |
| |
| virtual bool | alive () const |
| |
| bool | ref () |
| |
| bool | deref () |
| |
| int | refcount () const |
| |
| virtual void | destruct () |
| |
| | GenObject () |
| |
| virtual | ~GenObject () |
| |
| virtual bool | alive () const |
| |
| virtual void | destruct () |
| |
| virtual const String & | toString () const |
| |
| virtual const String & | traceId () const |
| |
| virtual void * | getObject (const String &name) const |
| |
| NamedCounter * | getObjCounter () const |
| |
| NamedCounter * | setObjCounter (NamedCounter *counter) |
| |
| | DebugEnabler (int level=TelEngine::debugLevel(), bool enabled=true) |
| |
| int | debugLevel () const |
| |
| int | debugLevel (int level) |
| |
| bool | debugEnabled () const |
| |
| void | debugEnabled (bool enable) |
| |
| const char * | debugName () const |
| |
| bool | debugAt (int level) const |
| |
| bool | debugChained () const |
| |
| void | debugChain (const DebugEnabler *chain=0) |
| |
| void | debugCopy (const DebugEnabler *original=0) |
| |
| virtual void | attach (SS7Layer2 *link)=0 |
| |
| virtual void | detach (SS7Layer2 *link)=0 |
| |
| | ~SignallingDumpable () |
| |
| | Mutex (bool recursive=false, const char *name=0) |
| |
| | Mutex (const Mutex &original) |
| |
| | ~Mutex () |
| |
| Mutex & | operator= (const Mutex &original) |
| |
| virtual bool | lock (long maxwait=-1) |
| |
| virtual bool | unlock () |
| |
| virtual bool | locked () const |
| |
| const char * | owner () const |
| |
| bool | recursive () const |
| |
| virtual | ~Lockable () |
| |
| virtual bool | lock (long maxwait=-1)=0 |
| |
| virtual bool | unlock ()=0 |
| |
| virtual bool | locked () const =0 |
| |
| virtual bool | check (long maxwait=-1) |
| |
| virtual bool | unlockAll () |
| |
|
| virtual void | destroyed () |
| |
| virtual void | timerTick (const Time &when) |
| |
| virtual void | linkChecked (int sls, bool remote) |
| |
| virtual bool | responder () const |
| |
| virtual bool | receivedMSU (const SS7MSU &msu, SS7Layer2 *link, int sls) |
| |
| virtual bool | recoveredMSU (const SS7MSU &msu, SS7Layer2 *link, int sls) |
| |
| virtual void | notify (SS7Layer2 *link) |
| |
| unsigned int | countLinks () |
| |
| | SS7Layer3 (SS7PointCode::Type type=SS7PointCode::Other) |
| |
| HandledMSU | receivedMSU (const SS7MSU &msu, const SS7Label &label, int sls) |
| |
| bool | recoveredMSU (const SS7MSU &msu, const SS7Label &label, int sls) |
| |
| void | notify (int sls=-1) |
| |
| virtual void | linkChecked (int sls, bool remote) |
| |
| virtual bool | maintenance (const SS7MSU &msu, const SS7Label &label, int sls) |
| |
| virtual bool | management (const SS7MSU &msu, const SS7Label &label, int sls) |
| |
| virtual bool | unavailable (const SS7MSU &msu, const SS7Label &label, int sls, unsigned char cause=0) |
| |
| virtual bool | prohibited (unsigned char ssf, const SS7Label &label, int sls) |
| |
| virtual bool | responder () const |
| |
| SS7Route * | findRoute (SS7PointCode::Type type, unsigned int packed) |
| |
| ObjList * | getRoutes (SS7PointCode::Type type) |
| |
| const ObjList * | getRoutes (SS7PointCode::Type type) const |
| |
| | SignallingComponent (const char *name=0, const NamedList *params=0, const char *type="unknown") |
| |
| virtual void | destroyed () |
| |
| void | insert (SignallingComponent *component) |
| |
| virtual void | detach () |
| |
| virtual void | timerTick (const Time &when) |
| |
| void | setName (const char *name) |
| |
| void | setCompType (const char *type) |
| |
| unsigned long | tickSleep (unsigned long usec=1000000) const |
| |
| virtual void | zeroRefs () |
| |
| bool | resurrect () |
| |
| virtual void | destroyed () |
| |
| void | debugName (const char *name) |
| |
| virtual bool | receivedMSU (const SS7MSU &msu, SS7Layer2 *link, int sls)=0 |
| |
| virtual bool | recoveredMSU (const SS7MSU &msu, SS7Layer2 *link, int sls)=0 |
| |
| virtual void | notify (SS7Layer2 *link)=0 |
| |
| | SignallingDumpable (SignallingDumper::Type type, bool network=false) |
| |
| bool | dump (void *buf, unsigned int len, bool sent=false, int link=0) |
| |
| bool | dump (const DataBlock &data, bool sent=false, int link=0) |
| |
| void | setDumpNetwork (bool network) |
| |
| void | setDumper (SignallingDumper *dumper=0) |
| |
| bool | setDumper (const String &name, bool create=true, bool append=false) |
| |
| bool | control (NamedList ¶ms, SignallingComponent *owner=0) |
| |
SS7 Layer 3 implementation on top of Layer 2.
Q.704 SS7 Layer 3 (Network) implementation on top of SS7 Layer 2