Ejemplo n.º 1
0
void CBCHLogicalChannel::l2sendm(const L3SMSCBMessage& msg)
{
	L3Frame frame(L3_UNIT_DATA,88*8);
	msg.write(frame);
	l2sendf(frame);
}
Ejemplo n.º 2
0
void CBCHLogicalChannel::send(const L3SMSCBMessage& msg)
{
	L3Frame frame(UNIT_DATA,88*8);
	msg.write(frame);
	LogicalChannel::send(frame);
}