rename files acc_ramp.* -> acc.c*

With upcoming next commit, the file will contain far more code that
simply ramping, so rename it to be more generic.

Change-Id: I8c368ab87e264439dea4ccf556821a44664cdbb0
diff --git a/include/osmocom/bsc/Makefile.am b/include/osmocom/bsc/Makefile.am
index c2a82ce..1ee96ed 100644
--- a/include/osmocom/bsc/Makefile.am
+++ b/include/osmocom/bsc/Makefile.am
@@ -3,7 +3,7 @@
 	abis_nm.h \
 	abis_om2000.h \
 	abis_rsl.h \
-	acc_ramp.h \
+	acc.h \
 	arfcn_range_encode.h \
 	assignment_fsm.h \
 	bsc_rll.h \
diff --git a/include/osmocom/bsc/acc_ramp.h b/include/osmocom/bsc/acc.h
similarity index 100%
rename from include/osmocom/bsc/acc_ramp.h
rename to include/osmocom/bsc/acc.h
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index a8b495f..cfed1f8 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -29,7 +29,7 @@
 #include <osmocom/gsm/protocol/gsm_12_21.h>
 #include <osmocom/abis/e1_input.h>
 #include <osmocom/bsc/meas_rep.h>
-#include <osmocom/bsc/acc_ramp.h>
+#include <osmocom/bsc/acc.h>
 #include <osmocom/bsc/neighbor_ident.h>
 #include <osmocom/bsc/osmux.h>