add pickle for sub_map

lowleveltgfilter
Simon 4 years ago
parent dd14a07dfe
commit 8264c3bc0c
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -120,6 +120,7 @@ def config_reports(_config, _factory):
if 'PEERS' in CONFIG['SYSTEMS'][system] and CONFIG['SYSTEMS'][system]['PEERS']:
i = i +1
logger.info('(REPORT) %s systems have at least one peer',i)
logger.info('(REPORT) Subscriber Map has %s entries',len(SUB_MAP))
logger.info('(REPORT) HBlink TCP reporting server configured')

@ -30,6 +30,7 @@ services:
- '/etc/freedmr/json/talkgroup_ids.json:/opt/freedmr/talkgroup_ids.json'
- '/etc/freedmr/json/subscriber_ids.json:/opt/freedmr/subscriber_ids.json'
- '/etc/freedmr/json/peer_ids.json:/opt/freedmr/peer_ids.json'
- '/etc/freedmr/json/sub_map.pkl:/opt/freedmr/sub_map.pkl'
ports:
- '62031:62031/udp'
#Change the below to inlude ports used for your OBP(s)

Loading…
Cancel
Save

Powered by TurnKey Linux.