Yate
|
SS7 BICC implementation. More...
#include <yatesig.h>
Public Member Functions | |
SS7BICC (const NamedList ¶ms, unsigned char sio=SS7MSU::BICC|SS7MSU::National) | |
virtual | ~SS7BICC () |
Protected Member Functions | |
virtual HandledMSU | receivedMSU (const SS7MSU &msu, const SS7Label &label, SS7Layer3 *network, int sls) |
SS7 BICC implementation.
Implementation of SS7 Bearer Independent Call Control User Part
Constructor
params | Call controller's parameters |
sio | The default Service Information Octet |
virtual ~SS7BICC | ( | ) | [virtual] |
Destructor Terminate all calls
virtual HandledMSU 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 |
Reimplemented from SS7ISUP.