From 4d158e6f0d060318f4f0587af3781f1103ecf63b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 20 Aug 2019 06:00:47 +0200 Subject: directly discard hnb that failed to register upon connect Change-Id: Ib6883294a4ad990a888db5abb0555b08af49f085 --- include/osmocom/iuh/hnbgw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/iuh/hnbgw.h') diff --git a/include/osmocom/iuh/hnbgw.h b/include/osmocom/iuh/hnbgw.h index 4848c2f..cc907df 100644 --- a/include/osmocom/iuh/hnbgw.h +++ b/include/osmocom/iuh/hnbgw.h @@ -99,6 +99,7 @@ struct hnb_context { /*! True if a HNB-REGISTER-REQ from this HNB has been accepted. Note that * this entire data structure is freed if the HNB sends HNB-DE-REGISTER-REQ. */ + bool hnb_register_attempted; bool hnb_registered; /* linked list of hnbgw_context_map */ -- cgit v1.2.3