mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 16:14:03 +00:00
signal.h: Don't include gsm_subscriber but rather declare it
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <openbsc/gsm_data.h>
|
#include <openbsc/gsm_data.h>
|
||||||
#include <openbsc/gsm_subscriber.h>
|
|
||||||
|
|
||||||
#include <osmocore/signal.h>
|
#include <osmocore/signal.h>
|
||||||
|
|
||||||
@@ -118,6 +117,8 @@ enum signal_global {
|
|||||||
S_GLOBAL_SHUTDOWN,
|
S_GLOBAL_SHUTDOWN,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct gsm_subscriber;
|
||||||
|
|
||||||
struct paging_signal_data {
|
struct paging_signal_data {
|
||||||
struct gsm_subscriber *subscr;
|
struct gsm_subscriber *subscr;
|
||||||
struct gsm_bts *bts;
|
struct gsm_bts *bts;
|
||||||
|
Reference in New Issue
Block a user