From f6033264f909689a5336144663d809609baa3e44 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 15 Jun 2022 16:55:17 +0200 Subject: [PATCH] gnb,mac_nr: ignore SE_PHR CE received from UE we are not handling the periodic SE_PHR yet. --- srsgnb/src/stack/mac/mac_nr.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srsgnb/src/stack/mac/mac_nr.cc b/srsgnb/src/stack/mac/mac_nr.cc index 8423e99eb..cb3225e85 100644 --- a/srsgnb/src/stack/mac/mac_nr.cc +++ b/srsgnb/src/stack/mac/mac_nr.cc @@ -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: