fix bug causing segfault when UE wasn't initialized

master
Andre Puschmann 5 years ago
parent dc4be1b856
commit 701e4aa6be

@ -687,6 +687,7 @@ public:
// Find cell with highest power and select as serving cell // Find cell with highest power and select as serving cell
if (not ue) { if (not ue) {
log.error("Can't configure cell. UE not initialized.\n"); log.error("Can't configure cell. UE not initialized.\n");
return;
} }
// convert syssim cell list to phy cell list // convert syssim cell list to phy cell list

Loading…
Cancel
Save