From 615fc86d531695eb62cb65572486626ad3234163 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 25 Sep 2017 23:40:51 +0200 Subject: [PATCH] Making arfcn<->freq conversions more robust for grgsm_livemon too (closes issue #337). --- apps/grgsm_livemon.grc | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc index 1b80a19..d32a802 100644 --- a/apps/grgsm_livemon.grc +++ b/apps/grgsm_livemon.grc @@ -975,7 +975,7 @@ cell_allocation - [0] + [arfcn.downlink2arfcn(fc)] comment @@ -1096,6 +1096,37 @@ from math import pi + + import + + alias + + + + comment + + + + _enabled + True + + + _coordinate + (1016, 60) + + + _rotation + 0 + + + id + import_1 + + + import + from grgsm import arfcn + + parameter