naming bug fix for TGIDs field types
This commit is contained in:
parent
a06eda9ef0
commit
f481d23649
@ -39,7 +39,7 @@ __email__ = 'n0mjs@me.com'
|
|||||||
# CONSTANTS
|
# CONSTANTS
|
||||||
SUB_FIELDS = ('ID', 'CALLSIGN', 'NAME', 'CITY', 'STATE', 'COUNTRY', 'TYPE')
|
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', )
|
PEER_FIELDS = ('ID', 'CALLSIGN', 'CITY', 'STATE', 'COUNTRY', 'FREQ', 'CC', 'OFFSET', 'TYPE', 'LINKED', 'TRUSTEE', 'INFO', 'OTHER', 'NETWORK', )
|
||||||
TGID_FIELDS = ('TGID', 'NAME')
|
TGID_FIELDS = ('ID', 'NAME')
|
||||||
|
|
||||||
|
|
||||||
#************************************************
|
#************************************************
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ def readme():
|
|||||||
return file.read()
|
return file.read()
|
||||||
|
|
||||||
setup(name='dmr_utils',
|
setup(name='dmr_utils',
|
||||||
version='0.1.6',
|
version='0.1.7',
|
||||||
description='ETSI DMR (Digital Mobile Radio) Teir II Utilities',
|
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',
|
long_description='Modules to disassemble and assemble DMR packets, including generating and decoding varoius FEC routines',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user