|
|
An interface to a Layer 4 (application) SS7 protocol
void attach (SS7Layer3* network)
| attach |
[virtual]
Attach a SS7 network or router to this service. Detach itself from the old one if valid
Parameters:
network | Pointer to network or router to attach |
Reimplemented from SS7L3User.
inline SS7Layer3* network ()
| network |
[const]
Retrive the SS7 network or router to which this service is attached
Returns: Pointer to the network or router this service is attached to
SS7Layer4 ()
| SS7Layer4 |
[protected]
Constructor
inline int transmitMSU (const SS7MSU& msu, const SS7Label& label, int sls = -1)
| transmitMSU |
[protected]
Ask the Layer 3 to push a Message Signal Unit down the protocol stack
Parameters:
msu | Message data, starting with Service Indicator Octet |
label | Routing label of the MSU to use in routing |
sls | Signalling Link Selection, negative to choose best |
Returns: Link the message was successfully queued to, negative for error
Generated by: paulc on bussard on Mon Mar 8 12:18:15 2010, using kdoc 2.0a54. |