aboutsummaryrefslogtreecommitdiffstats
path: root/bts/BTS_Tests.ttcn
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-31 20:15:21 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-31 20:25:15 +0700
commit2f8ee5a0c716d446eb7ea80284860e5164cfc361 (patch)
tree406287af9054e6b2a1fabb4df03e39999fe18f1e /bts/BTS_Tests.ttcn
parente94164d22e82759375b9497229124a491a2f6b7f (diff)
library/PCUIF_Types: add '_get' prefix to f_PCUIF_ver_INFO_PDCHMask()
Diffstat (limited to 'bts/BTS_Tests.ttcn')
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index fa6ca0c9..b1a6dac9 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -5662,7 +5662,7 @@ runs on ConnHdlr {
var PCUIF_send_data sd;
[] PCU.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_INFO_IND(bts_nr, ?))) -> value sd {
- var bitstring pdch_mask := f_PCUIF_ver_INFO_PDCHMask(sd.data.u.info_ind, trx_nr);
+ var bitstring pdch_mask := f_PCUIF_ver_INFO_PDCHMask_get(sd.data.u.info_ind, trx_nr);
if (substr(pdch_mask, g_chan_nr.tn, 1) != exp) {
repeat;
}