Skip to content
Success

Changes

Summary

  1. AccessRuleMaster: use contants for the command bytes (details)
Commit 2d6da36328c96831d18ae50297ac7b40fe182be3 by pmaier@sysmocom.de
AccessRuleMaster: use contants 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