aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/rest_octets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/rest_octets.h')
-rw-r--r--include/openbsc/rest_octets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openbsc/rest_octets.h b/include/openbsc/rest_octets.h
index 49a231296..374b1ba10 100644
--- a/include/openbsc/rest_octets.h
+++ b/include/openbsc/rest_octets.h
@@ -2,9 +2,10 @@
#define _REST_OCTETS_H
#include <stdbool.h>
-#include <openbsc/gsm_04_08.h>
#include <osmocom/gsm/sysinfo.h>
+struct gsm_bts;
+
/* generate SI1 rest octets */
int rest_octets_si1(uint8_t *data, uint8_t *nch_pos, int is1800_net);
int rest_octets_si2quater(uint8_t *data, struct gsm_bts *bts);