Move cs_adj* fields from BTS to PCU

Change-Id: I2b00a83279dccd4feeeeb95e34878c4405e7972c
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index cfaee73..0db6a51 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -755,7 +755,7 @@
 	}
 
 	if (mcs_any) {
-		if (!bts->cs_adj_enabled) {
+		if (!the_pcu->vty.cs_adj_enabled) {
 			if (bts->initial_mcs_dl) {
 				num = bts->initial_mcs_dl;
 			} else {
@@ -771,7 +771,7 @@
 			return mcs_get_egprs_by_num(num);
 	}
 
-	if (!bts->cs_adj_enabled) {
+	if (!the_pcu->vty.cs_adj_enabled) {
 		if (bts->initial_cs_dl) {
 			num = bts->initial_cs_dl;
 		} else {