Setting senderId for MSC RORG and set rorg to Unknown when there is no mach with the supported(handled) RORG types. Fixes #13786 Signed-off-by: Zhivka Dimova <zhivka.dimova@myforest.net>
This commit is contained in:
parent
ae677dcd9d
commit
622654ff1d
@ -108,11 +108,12 @@ public class ERP1Message extends BasePacket {
|
||||
}
|
||||
break;
|
||||
case SIG:
|
||||
case MSC:
|
||||
teachIn = false;
|
||||
senderId = Arrays.copyOfRange(payload, dataLength - 5, dataLength - 1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
rorg = RORG.Unknown;
|
||||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user