trxcon/scheduler: cosmetic: clarify lost frame counter description

Change-Id: Ied5ea8524f2ec6c324e9fd37256111d099c23e6c
This commit is contained in:
Vadim Yanitskiy 2020-06-17 04:37:05 +07:00 committed by laforge
parent 1c0dab9c95
commit cf72753e6a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ struct trx_sched {
uint32_t fn_counter_proc;
/*! \brief Local frame counter advance */
uint32_t fn_counter_advance;
/*! \brief Frame counter */
/*! \brief Count of lost frames */
uint32_t fn_counter_lost;
/*! \brief Frame callback timer */
struct osmo_timer_list clock_timer;