aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-09-22 16:32:42 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2023-09-22 16:32:42 +0200
commitc49069b53480a72b6482513d04ae62024028bc02 (patch)
treead62b6df19506db82b42e9065b361f62b24554e7
parent1ec31b331144efaeda18f0d4c83d7d62e3766216 (diff)
PCU_Tests: fix BSSGP in TC_ta_idle_dl_tbf_ass
When we send BSSGP DL UD, we should include an IMSI, since we are expecting the paging request to appear on the PCH Related: OS#5927 Change-Id: If62c2c7db9717cd08116374ee6ca939211bdf01e
-rw-r--r--pcu/PCU_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index a6d3559a..ba27e581 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -592,7 +592,7 @@ testcase TC_ta_idle_dl_tbf_ass() runs on RAW_PCU_Test_CT {
/* SGSN sends some DL data, PCU will initiate Packet Downlink
* Assignment on CCCH (PCH). We don't care about the payload. */
- BSSGP[0].send(ts_BSSGP_DL_UD(ms.tlli, f_rnd_octstring(10)));
+ BSSGP[0].send(ts_BSSGP_DL_UD(ms.tlli, f_rnd_octstring(10), imsi := ts_BSSGP_IMSI(ms.imsi)));
f_ms_exp_dl_tbf_ass_ccch(ms);
/* Make sure that Timing Advance is 0 (the actual value is not known yet).