|
|
Implementation of SS7 Bearer Independent Call Control User Part
SS7BICC (const NamedList& params)
| SS7BICC |
Constructor
Parameters:
params | Call controller's parameters |
~SS7BICC ()
| ~SS7BICC |
[virtual]
Destructor Terminate all calls
SS7MSU* createMSU (SS7MsgISUP::Type type, unsigned char ssf,
const SS7Label& label, unsigned int cic, const NamedList* params = 0)
| createMSU |
[const virtual]
Create a new MSU populated with type, routing label and space for fixed part
Parameters:
type | Type of ISUP message |
ssf | Subservice Field |
label | Routing label for the new MSU |
cic | Circuit Identification Code |
params | Optional parameter list |
Returns: Pointer to the new MSU or NULL if an error occured
Reimplemented from SS7ISUP.
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 SS7ISUP.
Generated by: paulc on bussard on Wed Oct 21 01:57:30 2009, using kdoc 2.0a54. |