aboutsummaryrefslogtreecommitdiffstats
path: root/bsc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-03 16:54:41 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-03 16:54:41 +0100
commit1809bcee839abda7da093395444c74fd45e10120 (patch)
tree1d8da3581cfc30909fe05339c95f0b6c715f4759 /bsc
parentb27653c6b60d49de5e67dfffb876d1a8b7091ff2 (diff)
bsc: Use f_rnd_ra_emerg() instead of hardcoded value
Diffstat (limited to 'bsc')
-rw-r--r--bsc/BSC_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index c3743dfe..909b71f4 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -10466,7 +10466,7 @@ private function f_tc_emerg_call_and_lcs_loc_req(charstring id) runs on MSC_Conn
/* Make sure the CHAN RQD indicates an emergency call (0b101xxxxx). The difference is that osmo-bsc directly
* assigns a TCH lchan and establishing voice for the emergency call will use Mode Modify, not reassignment to
* another lchan. */
- g_pars.ra := 'b7'O;
+ g_pars.ra := f_rnd_ra_emerg();
f_assignment_emerg_setup();
var PDU_BSSAP emerg_setup_data_ind_bssap;