From bb77c9d6cc6c1353817629f45b1414c9b0668b39 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 30 Apr 2010 14:26:12 +0200 Subject: msgb: remove smsh, llch, tlli and gmmh This is a lot of GSM/GPRS specific stuff in struct msgb which we want to avoid. The 'control buffer' will replace them. --- src/msgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/msgb.c') diff --git a/src/msgb.c b/src/msgb.c index aea92d44..9117a0ad 100644 --- a/src/msgb.c +++ b/src/msgb.c @@ -84,5 +84,5 @@ void msgb_reset(struct msgb *msg) msg->lchan = NULL; msg->l2h = NULL; msg->l3h = NULL; - msg->smsh = NULL; + msg->l4h = NULL; } -- cgit v1.2.3