pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/28698 )
Change subject: sbcap_server.h: Remove unused fields ......................................................................
sbcap_server.h: Remove unused fields
Change-Id: I3086a264557b976985d166e56fb7f70ad96b81df --- M include/osmocom/cbc/sbcap_server.h 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/98/28698/1
diff --git a/include/osmocom/cbc/sbcap_server.h b/include/osmocom/cbc/sbcap_server.h index ebc9f2a..a5568ad 100644 --- a/include/osmocom/cbc/sbcap_server.h +++ b/include/osmocom/cbc/sbcap_server.h @@ -34,11 +34,7 @@ struct llist_head list; /* stream server connection for this client */ struct osmo_stream_srv *conn; - /* partially received sbcap message (rx completion pending) */ - struct msgb *rx_msg; - struct osmo_fsm_inst *fi; - struct cbc_peer *peer; };