|
Yate
|
Client side of SIGTRAN SS7 MTP2 UA. More...
#include <yatesig.h>
Public Member Functions | |
| SS7M2UAClient (const NamedList ¶ms) | |
| virtual bool | processMSG (unsigned char msgVersion, unsigned char msgClass, unsigned char msgType, const DataBlock &msg, int streamId) |
Client side of SIGTRAN SS7 MTP2 UA.
The common client side of SIGTRAN SS7 MTP2 User Adaptation (RFC3331)
| SS7M2UAClient | ( | const NamedList & | params | ) | [inline] |
Contructor of an empty IUA client
| virtual bool processMSG | ( | unsigned char | msgVersion, |
| unsigned char | msgClass, | ||
| unsigned char | msgType, | ||
| const DataBlock & | msg, | ||
| int | streamId | ||
| ) | [virtual] |
Process a complete message
| msgVersion | Version of the protocol |
| msgClass | Class of the message |
| msgType | Type of the message, depends on the class |
| msg | Message data, may be empty |
| streamId | Identifier of the stream the message was received on |
Implements SIGTRAN.
1.7.6.1