Commit c5be3ea8 authored by Y_Tomita's avatar Y_Tomita

UE process finishes in case number of UEs is more than 2 in L2 NFAPI simulator.

parent d5ad3393
...@@ -802,7 +802,7 @@ int main( int argc, char **argv ) ...@@ -802,7 +802,7 @@ int main( int argc, char **argv )
printf("Running with %d UE instances\n",NB_UE_INST); printf("Running with %d UE instances\n",NB_UE_INST);
if (NB_UE_INST > 1 && simL1flag != 1) { if (NB_UE_INST > 1 && simL1flag != 1 && nfapi_mode != 3) {
printf("Running with more than 1 UE instance and simL1 is not active, this will result in undefined behaviour for now, exiting.\n"); printf("Running with more than 1 UE instance and simL1 is not active, this will result in undefined behaviour for now, exiting.\n");
abort(); abort();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment