aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Sirsikar <Arvind.Sirsikar@radisys.com>2016-08-28 17:55:05 +0530
committerAravind Sirsikar <Arvind.Sirsikar@radisys.com>2016-08-28 17:55:05 +0530
commitfd713841046e4a8f0b67e1e794cc046367a0174c (patch)
tree7dd218e34ceb35c31bd9ddd8c3bdc686643e01ec
parentb11919899295889b577a9f9ada71935e437ff8d8 (diff)
TBF flow: unit test compilation error fix
-rw-r--r--tests/tbf/TbfTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp
index 2feb9c3a..a4de6c92 100644
--- a/tests/tbf/TbfTest.cpp
+++ b/tests/tbf/TbfTest.cpp
@@ -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);