Sanitizer build fix for TbfTest

Change-Id: Ia6993fd6f89c9d9ed00ec6cb4b27953e72fa1f52
This commit is contained in:
aravind sirsikar 2016-12-09 16:12:42 +05:30
parent 0e63644d14
commit cc4214a429
1 changed files with 2 additions and 0 deletions

View File

@ -2124,6 +2124,8 @@ static void test_tbf_epdan_out_of_rx_window(void)
gprs_rlc_v_b *prlcmvb;
gprs_rlc_dl_window *prlcdlwindow;
memset(&ul_control_block, 0, sizeof(RlcMacUplink_t));
printf("=== start %s ===\n", __func__);
bts = the_bts.bts_data();