aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/iuh/hnbgw.h
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-02-22 17:23:03 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-02-22 17:23:03 +0100
commitf49b166f4aaf23a5eae7b1c118c1d8b29ab69cdd (patch)
treec55e4ed5e2a8d00b3085f7081f93a2edd5b51f50 /include/osmocom/iuh/hnbgw.h
parentcc6ed397a63df49316dde1fd5e2385ca83f51aaf (diff)
destroy hnb context by setting a flag in msgb control bufferstsp/destroy_conn_with_cb_flag
These are the osmo-iuh changes corresponding to the libosmo-netif branch 'destroy_conn_with_cb_flag'. Change-Id: I62e6d4fe4da75f1a56abf4c46a2426d17840025f
Diffstat (limited to 'include/osmocom/iuh/hnbgw.h')
-rw-r--r--include/osmocom/iuh/hnbgw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/iuh/hnbgw.h b/include/osmocom/iuh/hnbgw.h
index db49dc1..b79bcc1 100644
--- a/include/osmocom/iuh/hnbgw.h
+++ b/include/osmocom/iuh/hnbgw.h
@@ -161,7 +161,7 @@ struct ue_context *ue_context_alloc(struct hnb_context *hnb, const char *imsi,
void ue_context_free(struct ue_context *ue);
struct hnb_context *hnb_context_alloc(struct hnb_gw *gw, struct osmo_stream_srv_link *link, int new_fd);
-void hnb_context_release(struct hnb_context *ctx);
+void hnb_context_release(struct hnb_context *ctx, bool destroy_conn);
void hnbgw_vty_init(struct hnb_gw *gw, void *tall_ctx);
int hnbgw_vty_go_parent(struct vty *vty);