TBF flow: unit test compilation error fix

Change-Id: I89638ba908e7d9964a5525061ce0cf26049be438
This commit is contained in:
Aravind Sirsikar 2016-08-28 17:55:05 +05:30
parent b119198992
commit fd71384104
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ static gprs_rlcmac_ul_tbf *puan_urbb_len_issue(BTS *the_bts,
* simulate RACH, this sends an Immediate
* Assignment Uplink on the AGCH
*/
the_bts->rcv_rach(0x73, rach_fn, qta);
the_bts->rcv_rach(0x73, rach_fn, qta, 0, GSM_L1_BURST_TYPE_ACCESS_0);
/* get next free TFI */
tfi = the_bts->tfi_find_free(GPRS_RLCMAC_UL_TBF, &trx_no, -1);