tbf: Log error path in setup() failing to assign control TS

Change-Id: I047209dfe139e37a80878318cca75cb50905536e
This commit is contained in:
Pau Espin 2021-05-13 18:50:10 +02:00
parent 9d2fd018ff
commit f62b0ec37d
1 changed files with 1 additions and 0 deletions

View File

@ -751,6 +751,7 @@ int gprs_rlcmac_tbf::setup(int8_t use_trx, bool single_slot)
rc = tbf_assign_control_ts(this);
/* if no resource */
if (rc < 0) {
LOGPTBF(this, LOGL_ERROR, "Failed to assign control TS\n");
return -1;
}