pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39982?usp=email )
Change subject: Drop unused struct ue_context
......................................................................
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
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39982?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>