aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-23 00:03:41 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-23 00:04:05 +0100
commitffa7c0ad3900c44fb67d486758f31b347f585eb2 (patch)
tree6014aae5c9ef189e7eb3fe6233eaa77958c3eea2 /src/hnbgw.h
parent75a4e65f52f02e20d56d8426219feb46ec5cabf9 (diff)
use msgb_sctp_ppid() from libosmo-netif, remove local declaration
Diffstat (limited to 'src/hnbgw.h')
-rw-r--r--src/hnbgw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hnbgw.h b/src/hnbgw.h
index d78dad0..f854698 100644
--- a/src/hnbgw.h
+++ b/src/hnbgw.h
@@ -7,8 +7,6 @@
#define DEBUG
#include <osmocom/core/logging.h>
-#define msgb_ppid(msg) (msg)->cb[0]
-
enum {
DMAIN,
DHNBAP,