pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/41437?usp=email )
Change subject: Remove unused field iuh_cs_mux_port ......................................................................
Remove unused field iuh_cs_mux_port
Change-Id: Id7afe002c427c27168160f375444c61cb8cc401e --- M include/osmocom/hnbgw/hnbgw.h 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved osmith: Looks good to me, but someone else must approve
diff --git a/include/osmocom/hnbgw/hnbgw.h b/include/osmocom/hnbgw/hnbgw.h index f4ec21c..e26ae2d 100644 --- a/include/osmocom/hnbgw/hnbgw.h +++ b/include/osmocom/hnbgw/hnbgw.h @@ -88,9 +88,6 @@ const char *iuh_local_ip; /*! SCTP port for Iuh listening */ uint16_t iuh_local_port; - /*! The UDP port where we receive multiplexed CS user - * plane traffic from HNBs */ - uint16_t iuh_cs_mux_port; struct osmo_plmn_id plmn; uint16_t rnc_id; bool hnbap_allow_tmsi;