bsc: Use f_rnd_ra_emerg() instead of hardcoded value

Change-Id: Id10d71868dc8ef427e0353ee4b7e51d5bebc6255
This commit is contained in:
Pau Espin 2023-01-03 16:54:41 +01:00
parent b27653c6b6
commit 1809bcee83
1 changed files with 1 additions and 1 deletions

View File

@ -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;