Update UIT version expectancies after Osmocom CNI release 202302

Change-Id: Iec06390a1de9391ab573e66f9bd3421f4a627c6d
diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index 9f7d17a..d32e3bb 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -3701,10 +3701,8 @@
 
 control {
 	execute( TC_BVC_bringup() );
-	/* Depends on osmo-gbproxy > 0.2.0 */
-	if (Misc_Helpers.f_osmo_repo_is("nightly")) {
-		execute( TC_BVC_bringup_conflicting() );
-	}
+	execute( TC_BVC_bringup_conflicting() );
+
 	execute( TC_ul_unitdata() );
 	execute( TC_ul_unitdata_pool_failure() );
 	execute( TC_dl_unitdata() );
@@ -3786,10 +3784,8 @@
 
 	execute( TC_flush_ll_bvci_new() );
 
-	/* Depends on osmo-gbproxy > 0.2.0 */
-	if (Misc_Helpers.f_osmo_repo_is("nightly")) {
-		execute( TC_flush_ll_no_bvci_new() );
-	}
+	execute( TC_flush_ll_no_bvci_new() );
+
 	execute( TC_fc_bvc() );
 	execute( TC_fc_ms() );
 	execute( TC_ms_reg_enq() );