laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/43354?usp=email )

Change subject: libvlr: add missing declaration of vlr_ra_update()
......................................................................

libvlr: add missing declaration of vlr_ra_update()

vlr_ra_update() was introduced by the libvlr PS support, but was
forgotten to be declared in vlr.h.

Change-Id: Iaf86bb8857c04237aa31623dc018ad21c33b9480
---
M include/osmocom/vlr/vlr.h
1 file changed, 16 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/include/osmocom/vlr/vlr.h b/include/osmocom/vlr/vlr.h
index 9b49ff2..28c23a3 100644
--- a/include/osmocom/vlr/vlr.h
+++ b/include/osmocom/vlr/vlr.h
@@ -309,6 +309,22 @@
               bool is_r99, bool is_utran,
               bool assign_tmsi);

+struct osmo_fsm_inst *
+vlr_ra_update(struct osmo_fsm_inst *parent,
+             uint32_t parent_event_success,
+             uint32_t parent_event_failure,
+             void *parent_event_data,
+             struct vlr_instance *vlr, void *msc_conn_ref,
+             enum vlr_lu_type type, uint32_t tmsi, const char *imsi,
+             const struct osmo_routing_area_id *old_rai,
+             const struct osmo_routing_area_id *new_rai,
+             bool authentication_required,
+             bool is_ciphering_to_be_attempted,
+             bool is_ciphering_required,
+             uint8_t key_seq,
+             bool is_r99, bool is_utran,
+             bool assign_tmsi);
+
 void vlr_loc_update_cancel(struct osmo_fsm_inst *fi,
                           enum osmo_fsm_term_cause fsm_cause,
                           uint8_t gsm48_cause);

--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/43354?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Iaf86bb8857c04237aa31623dc018ad21c33b9480
Gerrit-Change-Number: 43354
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to