Skip to content
Success

Changes

Summary

  1. AccessRuleMaster: use constants for the command bytes (details)
Commit 8f7dcd064b12611ff89b177222c61267099b9972 by pmaier@sysmocom.de
AccessRuleMaster: use constants for the command bytes

The command bytes (0xF0, b0xF1, 0xF2) only appear as magic numbers
in the code. Let's use constants, so that it is clear what those
bytes mean and where they come from.

Related: SYS#7245
Change-Id: Ia3ccb511886b7da9a3a8e4ab7c89af3ab99c0abf
The file was modifiedaram/src/main/java/fr/bmartel/aram/AccessRuleMaster.java