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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Fri Aug 3 18:55:23 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( 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(-)



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

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: newchange
Gerrit-Change-Id: I24d0c9ad52f07f08176ad129878b48a591a3af6c
Gerrit-Change-Number: 10338
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/20180803/98597737/attachment.htm>


More information about the gerrit-log mailing list