neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35350?usp=email )
Change subject: hnbgw: on latest, skip TC_rab_assign_mgw_iuup_addr_chg ......................................................................
hnbgw: on latest, skip TC_rab_assign_mgw_iuup_addr_chg
Related: OS#6302 Change-Id: I53f3c67e0cf71cbc6bcc8a8e691b16c871df9d33 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/50/35350/1
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index 15fc85f..4bd6d5e 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -2724,7 +2724,10 @@ execute(TC_rab_release()); execute(TC_rab_assign_fail()); execute(TC_rab_assign_mgcp_to()); - execute(TC_rab_assign_mgw_iuup_addr_chg()); + if (f_osmo_repo_is("nightly")) { + /* The MDCX OK crashes osmo-hnbgw on latest, OS#6302 */ + execute(TC_rab_assign_mgw_iuup_addr_chg()); + } execute(TC_ranap_cs_mo_disconnect()); execute(TC_ranap_ps_mo_disconnect());