bsc: verify TSC in RR HO Cmd of TC_ho_neighbor_config_*

Related: SYS#4895 OS#5244
Related: Iae20df4387c3d75752301bd5daeeea7508966393 (osmo-bsc)
Change-Id: I09cb07561a57527880b87147495619a3bbbceb3f
diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index 2b1f711..cb93bfe 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -955,7 +955,7 @@
 
 }
 
-private function rr_chan_desc_tsc(ChannelDescription2_V cd2)
+function rr_chan_desc_tsc(ChannelDescription2_V cd2)
 	return uint3_t
 {
 	var uint3_t tsc := oct2int(cd2.octet3);