This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20917 )
Change subject: pcu: Assign different ARFCN numbers to each PCU TRX
......................................................................
pcu: Assign different ARFCN numbers to each PCU TRX
Change-Id: I78f5c1da9e040cd69071e9ce4c99ce5655f0c477
---
M library/PCUIF_Types.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index da50011..b50e4c5 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -826,10 +826,10 @@
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)
}
};
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20917
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I78f5c1da9e040cd69071e9ce4c99ce5655f0c477
Gerrit-Change-Number: 20917
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201026/1f35c1dc/attachment.htm>