Change in osmo-remsim[master]: rspro_client_fsm: Mark ipa_client_conn_send_rspro() as static

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Dec 14 22:59:57 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/16589 )


Change subject: rspro_client_fsm: Mark ipa_client_conn_send_rspro() as static
......................................................................

rspro_client_fsm: Mark ipa_client_conn_send_rspro() as static

Change-Id: Icc2f9e984dee4a2f1f604beee6c9081ecf032dd2
---
M src/rspro_client_fsm.c
M src/rspro_client_fsm.h
2 files changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/89/16589/1

diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c
index 91e91eb..f0a9fff 100644
--- a/src/rspro_client_fsm.c
+++ b/src/rspro_client_fsm.c
@@ -64,7 +64,7 @@
 	/* msg_tx is now queued and will be freed. */
 }
 
-int ipa_client_conn_send_rspro(struct ipa_client_conn *ipa, RsproPDU_t *rspro)
+static int ipa_client_conn_send_rspro(struct ipa_client_conn *ipa, RsproPDU_t *rspro)
 {
 	struct msgb *msg = rspro_enc_msg(rspro);
 	if (!msg) {
diff --git a/src/rspro_client_fsm.h b/src/rspro_client_fsm.h
index 7a998dc..b1c14f8 100644
--- a/src/rspro_client_fsm.h
+++ b/src/rspro_client_fsm.h
@@ -44,6 +44,5 @@
 	} bankd;
 };
 
-int ipa_client_conn_send_rspro(struct ipa_client_conn *ipa, RsproPDU_t *rspro);
 int server_conn_send_rspro(struct rspro_server_conn *srvc, RsproPDU_t *rspro);
 int server_conn_fsm_alloc(void *ctx, struct rspro_server_conn *srvc);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/16589
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Icc2f9e984dee4a2f1f604beee6c9081ecf032dd2
Gerrit-Change-Number: 16589
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191214/0f72f7be/attachment.htm>


More information about the gerrit-log mailing list