diff options
Diffstat (limited to 'openbsc/include')
-rw-r--r-- | openbsc/include/osmocom/gprs/Makefile.am | 3 | ||||
-rw-r--r-- | openbsc/include/osmocom/gprs/gprs_bssgp.h (renamed from openbsc/include/openbsc/gprs_bssgp.h) | 2 | ||||
-rw-r--r-- | openbsc/include/osmocom/gprs/gprs_ns.h (renamed from openbsc/include/openbsc/gprs_ns.h) | 0 | ||||
-rw-r--r-- | openbsc/include/osmocom/gprs/gprs_ns_frgre.h (renamed from openbsc/include/openbsc/gprs_ns_frgre.h) | 0 |
4 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/osmocom/gprs/Makefile.am b/openbsc/include/osmocom/gprs/Makefile.am new file mode 100644 index 00000000..fe5714ea --- /dev/null +++ b/openbsc/include/osmocom/gprs/Makefile.am @@ -0,0 +1,3 @@ +libgb_HEADERS = gprs_bssgp.h gprs_ns.h gprs_ns_frgre.h + +libgbdir = $(includedir)/osmocom/gprs diff --git a/openbsc/include/openbsc/gprs_bssgp.h b/openbsc/include/osmocom/gprs/gprs_bssgp.h index df93f5b2..bfc7d331 100644 --- a/openbsc/include/openbsc/gprs_bssgp.h +++ b/openbsc/include/osmocom/gprs/gprs_bssgp.h @@ -143,6 +143,8 @@ enum gprs_bssgp_cause { /* Our implementation */ +#include <osmocom/gsm/gsm48.h> + /* gprs_bssgp_util.c */ extern struct gprs_ns_inst *bssgp_nsi; struct msgb *bssgp_msgb_alloc(void); diff --git a/openbsc/include/openbsc/gprs_ns.h b/openbsc/include/osmocom/gprs/gprs_ns.h index 7045d84d..7045d84d 100644 --- a/openbsc/include/openbsc/gprs_ns.h +++ b/openbsc/include/osmocom/gprs/gprs_ns.h diff --git a/openbsc/include/openbsc/gprs_ns_frgre.h b/openbsc/include/osmocom/gprs/gprs_ns_frgre.h index abcd43ff..abcd43ff 100644 --- a/openbsc/include/openbsc/gprs_ns_frgre.h +++ b/openbsc/include/osmocom/gprs/gprs_ns_frgre.h |