Remove rest_octets.h

The MSC should not fiddle with low-level SI details like rest octets
anyway. Unfortunately simply removing the header is impossible as it
causes massive fallout due to missing includes. Fixed it as well.

The only other parameter which required removal is cell_ro_sel_par which
is not referenced anywhere in the code anyway.

Change-Id: Ibff77330de056fad4288cd4c48d016aad8105354
diff --git a/src/libmsc/osmo_msc.c b/src/libmsc/osmo_msc.c
index db24757..f807f2a 100644
--- a/src/libmsc/osmo_msc.c
+++ b/src/libmsc/osmo_msc.c
@@ -29,7 +29,7 @@
 #include <osmocom/msc/vlr.h>
 #include <osmocom/msc/osmo_msc.h>
 #include <osmocom/msc/a_iface.h>
-
+#include <osmocom/msc/gsm_04_08.h>
 #include <osmocom/msc/gsm_04_11.h>
 
 #include "../../bscconfig.h"