aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
}
};