|
| enum | ReturnCauses {
NoTranslationAddressNature = 0x00
, NoTranslationSpecificAddress = 0x01
, SubsystemCongestion = 0x02
, SubsystemFailure = 0x03
,
UnequippedUser = 0x04
, MtpFailure = 0x05
, NetworkCongestion = 0x06
, Unqualified = 0x07
,
ErrorInMessageTransport = 0x08
, ErrorInLocalProcessing = 0x09
, DestinationCanNotPerformReassembly = 0x0a
, SccpFailure = 0x0b
,
HopCounterViolation = 0x0c
, SegmentationNotSupported = 0x0d
, SegmentationFailure = 0x0e
, MessageChangeFailure = 0xf7
,
InvalidINSRoutingRequest = 0xf8
, InvalidISNIRoutingRequest = 0xf9
, UnauthorizedMessage = 0xfa
, MessageIncompatibility = 0xfb
,
NotSupportedISNIRouting = 0xfc
, RedundantISNIConstrainedRouting = 0xfd
, ISNIIdentificationFailed = 0xfe
} |
| |
| enum | Control {
Status = 0x01
, FullStatus = 0x02
, EnableExtendedMonitoring = 0x03
, DisableExtendedMonitoring = 0x04
,
EnablePrintMsg = 0x05
, DisablePrintMsg = 0x06
} |
| |
| enum | Type {
CoordinateRequest = 0
, CoordinateConfirm = 1
, CoordinateIndication = 2
, CoordinateResponse = 3
,
StatusIndication = 4
, StatusRequest = 5
, PointCodeStatusIndication = 6
, TraficIndication = 7
,
SubsystemStatus = 8
} |
| |
|
| | SS7SCCP (const NamedList &config) |
| |
| | ~SS7SCCP () |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| virtual void | attach (SS7Layer3 *network) |
| |
| int | transmitMessage (SS7MsgSCCP *msg, bool local=false) |
| |
| virtual bool | managementStatus (Type type, NamedList ¶ms) |
| |
| virtual int | sendMessage (DataBlock &data, const NamedList ¶ms) |
| |
| virtual HandledMSU | receivedMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
| |
| virtual void | receivedUPU (SS7PointCode::Type type, const SS7PointCode node, SS7MSU::Services part, unsigned char cause, const SS7Label &label, int sls) |
| |
| virtual bool | control (NamedList ¶ms) |
| |
| int | segmentMessage (SS7MsgSCCP *origMsg, const SS7Label &label, bool local) |
| |
| const bool | ITU () const |
| |
| bool | ignoreUnknownAddrSignals () const |
| |
| virtual void | notify (SS7Layer3 *link, int sls) |
| |
| virtual void | routeStatusChanged (SS7PointCode::Type type, const SS7PointCode &node, SS7Route::State state) |
| |
| unsigned int | messagesSend () |
| |
| unsigned int | messagesReceived () |
| |
| unsigned int | errors () |
| |
| unsigned int | translations () |
| |
| const SS7PointCode * | getLocalPointCode () const |
| |
| SS7PointCode::Type | getLocalPointCodeType () |
| |
| int | getPackedPointCode () |
| |
| bool | isLayer3Up () |
| |
| SS7Layer3 * | network () const |
| |
| unsigned char | sio () const |
| |
| unsigned char | sif () const |
| |
| unsigned char | ssf () const |
| |
| unsigned char | prio () const |
| |
| unsigned char | ni () const |
| |
| unsigned char | getSIO (const NamedList ¶ms) const |
| |
| virtual | ~SignallingComponent () |
| |
| virtual const String & | toString () const |
| |
| 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 const String & | traceId () 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) |
| |
| | SCCP () |
| |
| virtual | ~SCCP () |
| |
| virtual void | attach (SCCPUser *user) |
| |
| virtual void | detach (SCCPUser *user) |
| |
| virtual void | attachGTT (GTT *gtt) |
| |
|
virtual void | updateTables (const NamedList ¶ms) |
| |
| | 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 | check (long maxwait=-1) |
| |
| virtual bool | unlockAll () |
| |
|
| virtual void | destroyed () |
| |
| bool | extendedMonitoring () |
| |
| virtual void | timerTick (const Time &when) |
| |
| SS7MsgSccpReassemble::Return | reassembleSegment (SS7MsgSCCP *segment, const SS7Label &label, SS7MsgSCCP *&msg) |
| |
| virtual bool | isEndpoint () |
| |
| int | routeLocal (SS7MsgSCCP *msg) |
| |
| | SS7Layer4 (unsigned char sio=SS7MSU::National, const NamedList *params=0) |
| |
| int | transmitMSU (const SS7MSU &msu, const SS7Label &label, int sls=-1) |
| |
| virtual bool | recoveredMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
| |
| | SignallingComponent (const char *name=0, const NamedList *params=0, const char *type="unknown") |
| |
| void | insert (SignallingComponent *component) |
| |
| virtual void | detach () |
| |
| void | setName (const char *name) |
| |
| void | setCompType (const char *type) |
| |
| unsigned long | tickSleep (unsigned long usec=1000000) const |
| |
| virtual void | zeroRefs () |
| |
| bool | resurrect () |
| |
| void | debugName (const char *name) |
| |
| NamedList * | translateGT (const NamedList ¶ms, const String &prefix, const String &nextPrefix) |
| |
| HandledMSU | pushMessage (DataBlock &data, NamedList ¶ms, int ssn) |
| |
| HandledMSU | notifyMessage (DataBlock &data, NamedList ¶ms, int ssn) |
| |
| bool | managementMessage (Type type, NamedList ¶ms) |
| |
| void | resolveGTParams (SS7MsgSCCP *msg, const NamedList *gtParams) |
| |
|
| static unsigned char | getSIO (const NamedList ¶ms, unsigned char sif, unsigned char prio, unsigned char ni) |
| |
| static unsigned char | getSIO (const NamedList ¶ms, unsigned char sif, unsigned char ssf) |
| |
| static unsigned char | getSIO (const NamedList ¶ms, unsigned char sio) |
| |
| static bool | resolveConfig (const String &cmpName, NamedList ¶ms, const NamedList *config) |
| |
| static bool | alive (const RefObject *obj) |
| |
| static bool | efficientIncDec () |
| |
| static void * | getObject (const String &name, const GenObject *obj) |
| |
| static bool | getObjCounting () |
| |
| static void | setObjCounting (bool enable) |
| |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| |
| static ObjList & | getObjCounters () |
| |
| static const TokenDict * | notifTypes () |
| |
| static int | count () |
| |
| static int | locks () |
| |
| static bool | efficientTimedLock () |
| |
| static void | wait (unsigned long maxwait) |
| |
| static unsigned long | wait () |
| |
| static void | startUsingNow () |
| |
| static void | enableSafety (bool safe=true) |
| |
| static bool | safety () |
| |
| static ObjList * | getNetRoutes (SS7Layer3 *network, SS7PointCode::Type type) |
| |
| static const ObjList * | getNetRoutes (const SS7Layer3 *network, SS7PointCode::Type type) |
| |
| unsigned char | m_sio |
| |
SS7 SCCP implementation.
Implementation of SS7 Signalling Connection Control Part