|
|
Implementation of SS7 SNM User Part (Management) - Q.704
inline SS7Management (const NamedList& params)
| SS7Management |
Constructor
bool receivedMSU (const SS7MSU& msu, const SS7Label& label, SS7Layer3* network, int sls)
| receivedMSU |
[protected virtual]
Process a MSU received from a Layer 3 component
Parameters:
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 |
Returns: True if the MSU was processed
Reimplemented from SS7L3User.
void notify (SS7Layer3* link, int sls)
| notify |
[protected virtual]
Process a notification generated by the attached network layer
Parameters:
link | Network or linkset that generated the notification |
sls | Signallink Link that generated the notification, negative if none |
Returns: True if notification was processed
Reimplemented from SS7L3User.
Generated by: paulc on bussard on Mon Mar 8 12:18:15 2010, using kdoc 2.0a54. |