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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>

Reply via email to