fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27526 )
Change subject: bsc: use tr_GsmBandArfcn in f_TC_fh_params_unset()
......................................................................
bsc: use tr_GsmBandArfcn in f_TC_fh_params_unset()
This fixes compilation warnings about missing template fields:
BSC_Tests.ttcn:9192.33-60: warning: Field `uplink' is missing from record value
BSC_Tests.ttcn:9192.33-60: warning: Field `spare' is missing from record value
Change-Id: I74e95297e9349764fde0732681a4d568e60b6a0a
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/26/27526/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 4683dc7..891c98d 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -9189,7 +9189,7 @@
private function f_TC_fh_params_unset(in FHParamsTrx fhp,
uint8_t bts_nr := 0,
uint8_t trx_nr := 0,
- GsmBandArfcn arfcn := {pcs := false, arfcn := 871})
+ GsmBandArfcn arfcn := tr_GsmBandArfcn(871, false))
runs on test_CT {
f_TC_set_band_by_arfcn(bts_nr, arfcn);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27526
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: I74e95297e9349764fde0732681a4d568e60b6a0a
Gerrit-Change-Number: 27526
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange