pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30844 )
Change subject: bsc: Use f_rnd_ra_emerg() instead of hardcoded value
......................................................................
bsc: Use f_rnd_ra_emerg() instead of hardcoded value
Change-Id: Id10d71868dc8ef427e0353ee4b7e51d5bebc6255
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/44/30844/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index c3743df..909b71f 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -10466,7 +10466,7 @@
/* 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;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30844
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id10d71868dc8ef427e0353ee4b7e51d5bebc6255
Gerrit-Change-Number: 30844
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange