This commit is contained in:
Andre Puschmann 2019-07-14 07:41:08 +02:00
parent 2ae35e4ce0
commit e9342969f8
1 changed files with 1 additions and 1 deletions

View File

@ -1497,7 +1497,7 @@ int main(int argc, char** argv)
} }
if (mac_random_access_test()) { if (mac_random_access_test()) {
printf("mac_ul_sch_pdu_msg3_test() test failed.\n"); printf("mac_random_access_test() test failed.\n");
return -1; return -1;
} }