diff --git a/includes/decoders/poc.py b/includes/decoders/poc.py index e5b9b6d..bf906fd 100644 --- a/includes/decoders/poc.py +++ b/includes/decoders/poc.py @@ -163,6 +163,7 @@ def decode(freq, decoded): data["lat"] = lat # Add function as character a-d to dataset data["functionChar"] = data["function"].replace("1", "a").replace("2", "b").replace("3", "c").replace("4", "d") + data["ricFuncChar"] = data["ric"] + data["functionChar"] logging.info("POCSAG%s: %s %s %s ", data["bitrate"], data["ric"], data["function"], data["msg"]) diff --git a/plugins/README.md b/plugins/README.md index be512ad..bafee9e 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -203,6 +203,7 @@ In the data map are the folowing informations: - ric - function - functionChar +- ricFuncChar - msg - bitrate - description