aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/iuh/hnbgw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/iuh/hnbgw.h')
-rw-r--r--include/osmocom/iuh/hnbgw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/iuh/hnbgw.h b/include/osmocom/iuh/hnbgw.h
index db49dc1..4e02d5f 100644
--- a/include/osmocom/iuh/hnbgw.h
+++ b/include/osmocom/iuh/hnbgw.h
@@ -101,6 +101,10 @@ struct hnb_context {
* this entire data structure is freed if the HNB sends HNB-DE-REGISTER-REQ. */
bool hnb_registered;
+ /*! True if a HNB-REGISTER-REJECT has been sent to this HNB. If this flag
+ * is set we will close the connection once its Tx queue has been flushed. */
+ bool hnb_rejected;
+
/* linked list of hnbgw_context_map */
struct llist_head map_list;
};