aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-08-22 17:08:26 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2023-08-29 13:18:03 +0200
commit779a5e5f33ea8a8846d3b0ce944e4252bbbef312 (patch)
treee9235d46abd5cc26e84537529954db2bb31d03fc
parent896cbc985909e6f5b51aac33cbda0d408a67cf8d (diff)
BTS_Tests: use f_PCUIF_tx_mac_block_agch in TC_pcu_data_req_agch
The testcase TC_pcu_data_req_agch uses SAPI PCU_IF_SAPI_AGCH. Since we now have a function f_PCUIF_tx_mac_block_agch() to send MAC blocks over the AGCH using the recently introduced SAPI PCU_IF_SAPI_AGCH_2, lets use this function instead. Related: OS#5927 Change-Id: I341bbd01e8132fab913d307bfb4b2fb873cdde3c
-rw-r--r--bts/BTS_Tests.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 6109159e..317ed70b 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -5792,7 +5792,8 @@ testcase TC_pcu_data_req_agch() runs on test_CT {
f_l1_tune(L1CTL);
f_TC_pcu_act_req(0, 0, 7, true);
- f_pcu_data_req(0, 0, 0, 0, 0, PCU_IF_SAPI_AGCH, c_PCU_DATA);
+ f_PCUIF_tx_mac_block_agch(PCU, g_pcu_conn_id, c_PCU_DATA, confirm := false,
+ wait_for_cnf := false, msg_id := 'ffffffff'O);
T.start;
alt {