|
| | ISDNQ921 (const NamedList ¶ms, const char *name=0, ISDNQ921Management *mgmt=0, u_int8_t tei=0) |
| |
| virtual | ~ISDNQ921 () |
| |
| virtual bool | initialize (const NamedList *config) |
| |
| u_int64_t | dataTimeout () const |
| |
| virtual bool | multipleFrame (u_int8_t tei, bool establish, bool force) |
| |
| virtual bool | sendData (const DataBlock &data, u_int8_t tei, bool ack) |
| |
| bool | sendSabme () |
| |
| virtual void | cleanup () |
| |
| void | setDebug (bool printFrames, bool extendedDebug) |
| |
| virtual | ~ISDNLayer2 () |
| |
| ISDNLayer3 * | layer3 () const |
| |
| State | state () const |
| |
| bool | network () const |
| |
| bool | detectType () const |
| |
| u_int8_t | localSapi () const |
| |
| u_int8_t | localTei () const |
| |
| u_int32_t | maxUserData () const |
| |
| bool | teiAssigned () const |
| |
| bool | autoRestart () const |
| |
| unsigned int | upTime () const |
| |
| virtual bool | multipleFrame (u_int8_t tei, bool establish, bool force) |
| |
| virtual bool | sendData (const DataBlock &data, u_int8_t tei, bool ack) |
| |
| virtual void | cleanup ()=0 |
| |
| virtual void | attach (ISDNLayer3 *layer3) |
| |
| 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) |
| |
| | SignallingReceiver (const char *name=0) |
| |
| virtual | ~SignallingReceiver () |
| |
| virtual SignallingInterface * | attach (SignallingInterface *iface) |
| |
| SignallingInterface * | iface () const |
| |
| bool | control (SignallingInterface::Operation oper, NamedList *params=0) |
| |
| | ~SignallingDumpable () |
| |
|
| virtual void | destroyed () |
| |
| virtual void | timerTick (const Time &when) |
| |
| virtual bool | receivedPacket (const DataBlock &packet) |
| |
| bool | receivedFrame (ISDNFrame *frame) |
| |
| virtual bool | notify (SignallingInterface::Notification event) |
| |
| void | reset () |
| |
| | ISDNLayer2 (const NamedList ¶ms, const char *name=0, u_int8_t tei=0) |
| |
| Mutex & | l2Mutex () |
| |
| void | multipleFrameEstablished (u_int8_t tei, bool confirm, bool timeout) |
| |
| void | multipleFrameReleased (u_int8_t tei, bool confirm, bool timeout) |
| |
| void | dataLinkState (u_int8_t tei, bool cmd, bool value) |
| |
| void | idleTimeout () |
| |
| void | receiveData (const DataBlock &data, u_int8_t tei) |
| |
| void | teiAssigned (bool status) |
| |
| void | changeState (State newState, const char *reason=0) |
| |
| bool | changeType () |
| |
| void | autoRestart (bool restart) |
| |
| void | setRi (u_int16_t ri) |
| |
| ISDNFrame * | parsePacket (const DataBlock &packet) |
| |
| | 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) |
| |
| bool | transmitPacket (const DataBlock &packet, bool repeat, SignallingInterface::PacketType type=SignallingInterface::Unknown) |
| |
| virtual bool | receivedPacket (const DataBlock &packet)=0 |
| |
| virtual bool | notify (SignallingInterface::Notification event) |
| |
| | 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) |
| |
ISDN Q.921 implementation on top of a hardware interface.
Q.921 ISDN Layer 2 implementation on top of a hardware HDLC interface