lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-msc/+/38412?usp=email )
Change subject: vlr: make vlr_parq_fsm_init() private
......................................................................
vlr: make vlr_parq_fsm_init() private
All other fsm initialisation are internal to the libvlr code.
Change-Id: I3b4cfc01e6dd5434c74b4fa24a3e0945668b2a74
---
M include/osmocom/vlr/vlr.h
M src/libvlr/vlr_access_req_fsm.h
2 files changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/12/38412/1
diff --git a/include/osmocom/vlr/vlr.h b/include/osmocom/vlr/vlr.h
index 1a2ef9e..8a5b956 100644
--- a/include/osmocom/vlr/vlr.h
+++ b/include/osmocom/vlr/vlr.h
@@ -475,8 +475,6 @@
enum osmo_fsm_term_cause fsm_cause,
enum gsm48_reject_value gsm48_cause);
-void vlr_parq_fsm_init(void);
-
int vlr_set_ciph_mode(struct vlr_instance *vlr,
struct osmo_fsm_inst *fi,
void *msc_conn_ref,
diff --git a/src/libvlr/vlr_access_req_fsm.h b/src/libvlr/vlr_access_req_fsm.h
index 1c4db24..772923c 100644
--- a/src/libvlr/vlr_access_req_fsm.h
+++ b/src/libvlr/vlr_access_req_fsm.h
@@ -16,4 +16,5 @@
PR_ARQ_S_DONE,
};
+void vlr_parq_fsm_init(void);
void vlr_parq_fsm_set_loglevel(int log_level);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/38412?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I3b4cfc01e6dd5434c74b4fa24a3e0945668b2a74
Gerrit-Change-Number: 38412
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>