Change in osmo-msc[master]: msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()

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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Wed Nov 21 13:53:43 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/11860


Change subject: msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()
......................................................................

msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()

Change-Id: I87f96abd2b2d446751d8f95c9164c5eb6a58e66c
---
M include/osmocom/msc/gsm_04_11.h
M src/libmsc/transaction.c
2 files changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/60/11860/1

diff --git a/include/osmocom/msc/gsm_04_11.h b/include/osmocom/msc/gsm_04_11.h
index e9043d5..0b9639f 100644
--- a/include/osmocom/msc/gsm_04_11.h
+++ b/include/osmocom/msc/gsm_04_11.h
@@ -37,7 +37,6 @@
 			      const char *sender_msisdn,
 			      int dcs, const char *text);
 
-void _gsm411_sms_trans_free(struct gsm_trans *trans);
 int gsm411_send_sms_subscr(struct vlr_subscr *vsub,
 			   struct gsm_sms *sms);
 int gsm411_send_sms(struct gsm_subscriber_connection *conn,
diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index 4c351d3..be14420 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -31,6 +31,7 @@
 void *tall_trans_ctx;
 
 void _gsm48_cc_trans_free(struct gsm_trans *trans);
+void _gsm411_sms_trans_free(struct gsm_trans *trans);
 void _gsm911_nc_ss_trans_free(struct gsm_trans *trans);
 
 /*! Find a transaction in connection for given protocol + transaction ID

-- 
To view, visit https://gerrit.osmocom.org/11860
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I87f96abd2b2d446751d8f95c9164c5eb6a58e66c
Gerrit-Change-Number: 11860
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181121/1594dd06/attachment.htm>


More information about the gerrit-log mailing list