aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/signal.h')
-rw-r--r--include/osmocom/bsc/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/signal.h b/include/osmocom/bsc/signal.h
index 10200d75e..952e03ce1 100644
--- a/include/osmocom/bsc/signal.h
+++ b/include/osmocom/bsc/signal.h
@@ -153,7 +153,7 @@ struct nm_fail_rep_signal_data {
struct gsm_bts *bts;
/* raw data */
struct msgb *msg;
- struct tlv_parsed *tp;
+ struct tlv_parsed tp;
/* parsed data */
struct {
const char *event_type;