aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/sgsn_rim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/sgsn/sgsn_rim.h')
-rw-r--r--include/osmocom/sgsn/sgsn_rim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/sgsn/sgsn_rim.h b/include/osmocom/sgsn/sgsn_rim.h
index aa5a72664..a19265c54 100644
--- a/include/osmocom/sgsn/sgsn_rim.h
+++ b/include/osmocom/sgsn/sgsn_rim.h
@@ -3,4 +3,4 @@
struct sgsn_mme_ctx;
int sgsn_rim_rx_from_gb(struct osmo_bssgp_prim *bp, struct msgb *msg);
-int sgsn_rim_rx_from_gtp(struct bssgp_ran_information_pdu *pdu, struct sgsn_mme_ctx *mme);
+int sgsn_rim_rx_from_gtp(struct msgb *msg, struct bssgp_rim_routing_info *ra, struct sgsn_mme_ctx *mme);