Change in osmo-msc[master]: RRLP: properly name the init function

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Aug 5 11:33:20 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10338 )

Change subject: RRLP: properly name the init function
......................................................................

RRLP: properly name the init function

We don't actually deal with DSO loading here...

Change-Id: I24d0c9ad52f07f08176ad129878b48a591a3af6c
---
M include/osmocom/msc/rrlp.h
M src/libmsc/rrlp.c
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/msc/rrlp.h b/include/osmocom/msc/rrlp.h
index 5071a7f..319af70 100644
--- a/include/osmocom/msc/rrlp.h
+++ b/include/osmocom/msc/rrlp.h
@@ -1,3 +1,3 @@
 #pragma once
 
-void on_dso_load_rrlp(void);
+void msc_rrlp_init(void);
diff --git a/src/libmsc/rrlp.c b/src/libmsc/rrlp.c
index 71e0f95..42f5036 100644
--- a/src/libmsc/rrlp.c
+++ b/src/libmsc/rrlp.c
@@ -96,7 +96,7 @@
 	return 0;
 }
 
-void on_dso_load_rrlp(void)
+void msc_rrlp_init(void)
 {
 	osmo_signal_register_handler(SS_SUBSCR, subscr_sig_cb, NULL);
 	osmo_signal_register_handler(SS_PAGING, paging_sig_cb, NULL);

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I24d0c9ad52f07f08176ad129878b48a591a3af6c
Gerrit-Change-Number: 10338
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180805/589be346/attachment.htm>


More information about the gerrit-log mailing list