SS7 MTN implementation. More...
#include <yatesig.h>
Public Member Functions | |
| SS7Maintenance (const NamedList ¶ms) | |
Protected Member Functions | |
| virtual bool | receivedMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
| virtual void | notify (SS7Layer3 *link, int sls) |
SS7 MTN implementation.
Implementation of SS7 MTN User Part (Maintenance) - Q.707
| SS7Maintenance | ( | const NamedList & | params | ) | [inline] |
Constructor
| virtual void notify | ( | SS7Layer3 * | link, | |
| int | sls | |||
| ) | [protected, virtual] |
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 bool receivedMSU | ( | const SS7MSU & | msu, | |
| const SS7Label & | label, | |||
| SS7Layer3 * | network, | |||
| int | sls | |||
| ) | [protected, virtual] |
Process a MSU received from a Layer 3 component
| msu | Message data, starting with Service Indicator Octet | |
| label | Routing label of the received MSU | |
| network | Network layer that delivered the MSU | |
| sls | Signalling Link the MSU was received from |
Implements SS7L3User.
1.6.3