rlc_log->info("Successfully changed LCID of RLC bearer from %d to %d\n",old_lcid,new_lcid);
}else{
rlc_log->error("Error during LCID change of RLC bearer from %d to %d\n",old_lcid,new_lcid);
}
}else{
rlc_log->error("Can't change LCID of bearer %s from %d to %d. Bearer doesn't exist or new LCID already occupied.\n",rrc->get_rb_name(old_lcid).c_str(),old_lcid,new_lcid);