Yate
|
Server side SIGTRAN User Adaptation component. More...
#include <yatesig.h>
Protected Member Functions | |
SIGAdaptServer (const char *name=0, const NamedList *params=0, u_int32_t payload=0, u_int16_t port=0) | |
virtual bool | processMgmtMSG (unsigned char msgType, const DataBlock &msg, int streamId) |
virtual bool | processAspsmMSG (unsigned char msgType, const DataBlock &msg, int streamId) |
virtual bool | processAsptmMSG (unsigned char msgType, const DataBlock &msg, int streamId) |
Server side SIGTRAN User Adaptation component.
Generic server side (SG) Signalling Transport User Adaptation component
SIGAdaptServer | ( | const char * | name = 0 , |
const NamedList * | params = 0 , |
||
u_int32_t | payload = 0 , |
||
u_int16_t | port = 0 |
||
) | [inline, explicit, protected] |
Constructs an uninitialized User Adaptation server component
name | Name of this component |
params | Optional pointer to creation parameters |
payload | SCTP payload code, ignored for other transports |
port | SCTP/TCP/UDP default port used for transport |
virtual bool processAspsmMSG | ( | unsigned char | msgType, |
const DataBlock & | msg, | ||
int | streamId | ||
) | [protected, virtual] |
Process ASP State Maintenance messages as SG
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 SIGAdaptation.
virtual bool processAsptmMSG | ( | unsigned char | msgType, |
const DataBlock & | msg, | ||
int | streamId | ||
) | [protected, virtual] |
Process ASP Traffic Maintenance messages as SG
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 SIGAdaptation.
virtual bool processMgmtMSG | ( | unsigned char | msgType, |
const DataBlock & | msg, | ||
int | streamId | ||
) | [protected, virtual] |
Process Management messages as SG
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 SIGAdaptation.