aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-10-23 16:35:47 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-10-26 11:06:13 +0100
commitb88f21cc8442d948eaaca0c96afea086ba0fdd09 (patch)
tree910eacbccce521f7ebba9aa67d842def9257423d
parent34ed228b0f984ab8684565c98ebed69e2c0a46a3 (diff)
pcu: Assign different ARFCN numbers to each PCU TRX
-rw-r--r--library/PCUIF_Types.ttcn8
1 files changed, 4 insertions, 4 deletions
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)
}
};