bsc: Ensure osmo-bsc.fg + BSC_Tests_CBSP.ttcn defaults match

We want to make sure that the tests + config match

Change-Id: I9d6ed0aed34bb983c8db225c7762ceffa642decd
diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn
index bf1d99e..ff054fe 100644
--- a/bsc/BSC_Tests_CBSP.ttcn
+++ b/bsc/BSC_Tests_CBSP.ttcn
@@ -42,14 +42,14 @@
 	integer mp_cbc_port := 48049;
 	integer mp_bsc_cbsp_port := 48050;
 
-	/* BTS 0: 262-42-1-0 with CBCH
-	 * BTS 1: 262-42-1-1 with CBCH
-	 * BTS 2: 262-42-2-1 with CBCH
-	 * BTS 3: 262-42-2-3 without CBCH */
-	GsmCgiAbstract mp_cgi_bts0 := { '262'H, '42'H, 1, 0 };
-	GsmCgiAbstract mp_cgi_bts1 := { '262'H, '42'H, 1, 1 };
-	GsmCgiAbstract mp_cgi_bts2 := { '262'H, '42'H, 2, 1 };
-	GsmCgiAbstract mp_cgi_bts3 := { '262'H, '42'H, 2, 3 };
+	/* BTS 0: 001-01-1-0 with CBCH
+	 * BTS 1: 001-01-1-1 with CBCH
+	 * BTS 2: 001-01-2-1 with CBCH
+	 * BTS 3: 001-01-2-3 without CBCH */
+	GsmCgiAbstract mp_cgi_bts0 := { '001'H, '01'H, 1, 0 };
+	GsmCgiAbstract mp_cgi_bts1 := { '001'H, '01'H, 1, 1 };
+	GsmCgiAbstract mp_cgi_bts2 := { '001'H, '01'H, 2, 1 };
+	GsmCgiAbstract mp_cgi_bts3 := { '001'H, '01'H, 2, 3 };
 }
 
 private type record GsmCgiAbstract {