lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/43477?usp=email )
Change subject: libvlr: add missing declaration of vlr_subscr_rx_rau_complete() ......................................................................
libvlr: add missing declaration of vlr_subscr_rx_rau_complete()
vlr_subscr_rx_rau_complete() was introduced by the libvlr PS support, but was forgotten to be declared in vlr.h.
Change-Id: I1b467b7422e7ce4ff32d0352ce706685744e8cb5 --- M include/osmocom/vlr/vlr.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/include/osmocom/vlr/vlr.h b/include/osmocom/vlr/vlr.h index cf6b73b..ea7b4ac 100644 --- a/include/osmocom/vlr/vlr.h +++ b/include/osmocom/vlr/vlr.h @@ -340,6 +340,7 @@ void vlr_subscr_rx_ciph_res(struct vlr_subscr *vsub, enum vlr_ciph_result_cause result); int vlr_subscr_rx_tmsi_reall_compl(struct vlr_subscr *vsub); int vlr_subscr_rx_imsi_detach(struct vlr_subscr *vsub); +int vlr_subscr_rx_rau_complete(struct vlr_subscr *vsub);
struct vlr_instance *vlr_alloc(void *ctx, const struct vlr_ops *ops, bool is_ps); int vlr_start(struct vlr_instance *vlr, struct gsup_client_mux *gcm);