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