From fbe7862faa7982d367e16a6ab385fbeb206d32d9 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Tue, 6 Feb 2018 16:06:01 -0800 Subject: [PATCH] Added min & max DMR IDs precursor to sanity checks on ACL improvements and additions. --- hb_const.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hb_const.py b/hb_const.py index ab7d92c..815f5e5 100755 --- a/hb_const.py +++ b/hb_const.py @@ -33,6 +33,11 @@ __license__ = 'GNU GPLv3' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' + +# DMR Related constants +ID_MIN = 1 +ID_MAX = 16776415 + # Timers STREAM_TO = .360