aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index fe8e52137..7bd582cf6 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -97,6 +97,9 @@ struct bsc_connection {
/* the fd we use to communicate */
struct osmo_wqueue write_queue;
+ /* incoming message buffer */
+ struct msgb *pending_msg;
+
/* the BSS associated */
struct bsc_config *cfg;
@@ -343,6 +346,8 @@ struct bsc_nat_ussd_con {
struct bsc_nat *nat;
int authorized;
+ struct msgb *pending_msg;
+
struct osmo_timer_list auth_timeout;
};