|
Yate
|
SS7 MTP Test Traffic implementation. More...
#include <yatesig.h>
Public Member Functions | |
| SS7Testing (const NamedList ¶ms, unsigned char sio=SS7MSU::MTP_T|SS7MSU::National) | |
| virtual bool | initialize (const NamedList *config) |
| virtual bool | control (NamedList ¶ms) |
Protected Member Functions | |
| virtual HandledMSU | receivedMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
| virtual void | notify (SS7Layer3 *link, int sls) |
| virtual void | timerTick (const Time &when) |
SS7 MTP Test Traffic implementation.
Implementation of SS7 MTP Test User Part - Q.782 2.3
| SS7Testing | ( | const NamedList & | params, |
| unsigned char | sio = SS7MSU::MTP_T|SS7MSU::National |
||
| ) | [inline] |
Constructor
Query or modify the test part settings or operational parameters
| params | The list of parameters to query or change |
Reimplemented from SignallingComponent.
| virtual bool initialize | ( | const NamedList * | config | ) | [virtual] |
Configure and initialize the user part
| config | Configuration parameters |
Reimplemented from SS7Layer4.
Process a notification generated by the attached network layer
| link | Network or linkset that generated the notification |
| sls | Signallink Link that generated the notification, negative if none |
Reimplemented from SS7L3User.
| virtual HandledMSU receivedMSU | ( | const SS7MSU & | msu, |
| const SS7Label & | label, | ||
| SS7Layer3 * | network, | ||
| int | sls | ||
| ) | [protected, virtual] |
Method called periodically by the engine to emit new messages
| when | Time to use as computing base for timers |
Reimplemented from SignallingComponent.
1.7.6.1