Use NR_timer_t for UE transmission stop, e.g., RRC processing
Refactor the RRC processing timer to be a generic "transmission stop" timer, and use NR_timer_t for it. The gNB MAC might need to stop transmission either for some time (RRC processing), or continuously (transmission stop requested by CU). Those can be handled in one common timer implementation. The continuous case will be used in a follow-up commit.
Showing
Please register or sign in to comment