gnb,mac_nr: ignore SE_PHR CE received from UE

we are not handling the periodic SE_PHR yet.
This commit is contained in:
Andre Puschmann 2022-06-15 16:55:17 +02:00
parent d99cff050d
commit f6033264f9
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ private:
sched->ul_bsr(rnti, lb.lcg_id, buff_size_field_to_bytes(lb.buffer_size, srsran::LONG_BSR));
}
} break;
case srsran::mac_sch_subpdu_nr::nr_lcid_sch_t::SE_PHR:
// SE_PHR not implemented
break;
case srsran::mac_sch_subpdu_nr::nr_lcid_sch_t::PADDING:
break;
default: