File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
fed/mosaic-cell/src/main/java/org/eclipse/mosaic/fed/cell/ambassador Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -421,13 +421,9 @@ private void process(CellularCommunicationConfiguration interaction) throws Inte
421
421
} else if (registeredServers .containsKey (nodeId )) { // handle servers (nodes in Internet, w/o radio region)
422
422
handleServerCellConfiguration (nodeId , cellConfiguration , interactionTime );
423
423
} else {
424
- if (cellConfiguration .isEnabled ()) {
425
- throw new InternalFederateException (
426
- "Cell Ambassador: Cannot activate Cell module for \" " + nodeId + "\" because the id is unknown"
427
- );
428
- } else {
429
- log .debug ("Tried to deactivate the Cell module for a node with the unknown id: {}" , nodeId );
430
- }
424
+ throw new InternalFederateException (
425
+ "Cell Ambassador: Cannot activate Cell module for \" " + nodeId + "\" because the id is unknown"
426
+ );
431
427
}
432
428
} else {
433
429
if (isVehicle ) {
You can’t perform that action at this time.
0 commit comments