From b88f21cc8442d948eaaca0c96afea086ba0fdd09 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 23 Oct 2020 16:35:47 +0200 Subject: pcu: Assign different ARFCN numbers to each PCU TRX Change-Id: I78f5c1da9e040cd69071e9ce4c99ce5655f0c477 --- library/PCUIF_Types.ttcn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'library') diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn index da500117..b50e4c5e 100644 --- a/library/PCUIF_Types.ttcn +++ b/library/PCUIF_Types.ttcn @@ -826,10 +826,10 @@ template (value) PCUIF_InfoTrxs ts_PCUIF_InfoV09Trxs_def := { template (value) PCUIF_InfoTrxs ts_PCUIF_InfoV10Trxs_def := { v10 := { - ts_PCUIF_InfoV10Trx, ts_PCUIF_InfoV10Trx, - ts_PCUIF_InfoV10Trx, ts_PCUIF_InfoV10Trx, - ts_PCUIF_InfoV10Trx, ts_PCUIF_InfoV10Trx, - ts_PCUIF_InfoV10Trx, ts_PCUIF_InfoV10Trx + ts_PCUIF_InfoV10Trx(arfcn := 871), ts_PCUIF_InfoV10Trx(arfcn := 872), + ts_PCUIF_InfoV10Trx(arfcn := 873), ts_PCUIF_InfoV10Trx(arfcn := 874), + ts_PCUIF_InfoV10Trx(arfcn := 875), ts_PCUIF_InfoV10Trx(arfcn := 876), + ts_PCUIF_InfoV10Trx(arfcn := 877), ts_PCUIF_InfoV10Trx(arfcn := 878) } }; -- cgit v1.2.3