pespin has uploaded this change for review.

View Change

Drop unused struct ue_context

Commit submitted 2 years ago dropping list of HNBAP UE Context
actually forgot to drop the struct declaration too.

Fixes: 15e552f2321979ecedb438792d507c55669e4b14
Change-Id: I0c887ab6e9674d7f123668ab38dee8cc6e66469d
---
M include/osmocom/hnbgw/hnbgw.h
1 file changed, 0 insertions(+), 11 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/82/39982/1
diff --git a/include/osmocom/hnbgw/hnbgw.h b/include/osmocom/hnbgw/hnbgw.h
index fc110c0..1623045 100644
--- a/include/osmocom/hnbgw/hnbgw.h
+++ b/include/osmocom/hnbgw/hnbgw.h
@@ -416,17 +416,6 @@
struct osmo_timer_list disconnected_timeout;
};

-struct ue_context {
- /*! Entry in the HNB-global list of UE */
- struct llist_head list;
- /*! Unique Context ID for this UE */
- uint32_t context_id;
- char imsi[16+1];
- uint32_t tmsi;
- /*! UE is serviced via this HNB */
- struct hnb_context *hnb;
-};
-
struct hnbgw {
struct {
const char *iuh_local_ip;

To view, visit change 39982. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I0c887ab6e9674d7f123668ab38dee8cc6e66469d
Gerrit-Change-Number: 39982
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>