diff --git a/dmr_utils/utils.py b/dmr_utils/utils.py index 628c5c3..c8369c7 100755 --- a/dmr_utils/utils.py +++ b/dmr_utils/utils.py @@ -39,7 +39,7 @@ __email__ = 'n0mjs@me.com' # CONSTANTS SUB_FIELDS = ('ID', 'CALLSIGN', 'NAME', 'CITY', 'STATE', 'COUNTRY', 'TYPE') PEER_FIELDS = ('ID', 'CALLSIGN', 'CITY', 'STATE', 'COUNTRY', 'FREQ', 'CC', 'OFFSET', 'TYPE', 'LINKED', 'TRUSTEE', 'INFO', 'OTHER', 'NETWORK', ) -TGID_FIELDS = ('TGID', 'NAME') +TGID_FIELDS = ('ID', 'NAME') #************************************************ diff --git a/setup.py b/setup.py index cce3b25..ef6dedd 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): return file.read() setup(name='dmr_utils', - version='0.1.6', + version='0.1.7', description='ETSI DMR (Digital Mobile Radio) Teir II Utilities', long_description='Modules to disassemble and assemble DMR packets, including generating and decoding varoius FEC routines', classifiers=[