pdch: Increase log level of line informing about TS control change
This way it's the same log level as the one used in all other paths using tbf_assign_control_ts() to assign tbf->control_ts = tbf->first_common_ts, and this specific event is not lost from logs. Change-Id: Ia32d835ee4c14d7d48391452b5e3d05ed88e0483changes/00/26200/1
parent
ace3b1bdc1
commit
715aeb4ebc
|
@ -763,7 +763,7 @@ void gprs_rlcmac_pdch::rcv_resource_request(Packet_Resource_Request_t *request,
|
|||
* sent to tbf_fsm which will call tbf_assign_control_ts(),
|
||||
* effectively setting back control_ts to
|
||||
* tbf->initial_common_ts. */
|
||||
LOGPTBF(ul_tbf, LOGL_DEBUG, "change control TS %d -> %d until assignment is complete.\n",
|
||||
LOGPTBF(ul_tbf, LOGL_INFO, "change control TS %d -> %d until assignment is complete.\n",
|
||||
ul_tbf->control_ts, ts_no);
|
||||
|
||||
ul_tbf->control_ts = ts_no;
|
||||
|
|
Loading…
Reference in New Issue