aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 18:13:28 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 18:13:28 +0200
commitf41b2fa500c209136c3446f4bc9d9da348539f92 (patch)
treee96e9032091ce22812e427aec2a638968e60ec53
parent39ee92606213a9fd36b10183bb461fa6e2d3a407 (diff)
fix: apply rename of osmo_sua_link_get_user_priv()3G_2016_09
In the course of a rebase in libosmo-sccp, osmo_sua_link_get_user_priv() was renamed to osmo_sccp_link_get_user_priv(). Apply this rename here to fix the build. Change-Id: I09603f5eb983f17c1e4a1232967fc43c7ceea12a
-rw-r--r--src/hnbgw_cn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw_cn.c b/src/hnbgw_cn.c
index e41788d..f97f627 100644
--- a/src/hnbgw_cn.c
+++ b/src/hnbgw_cn.c
@@ -330,7 +330,7 @@ static int handle_cn_disc_ind(struct hnbgw_cnlink *cnlink,
static int sccp_sap_up(struct osmo_prim_hdr *oph, void *ctx)
{
struct osmo_sccp_link *slink = ctx;
- struct hnbgw_cnlink *cnlink = osmo_sua_link_get_user_priv(slink);
+ struct hnbgw_cnlink *cnlink = osmo_sccp_link_get_user_priv(slink);
struct osmo_scu_prim *prim = (struct osmo_scu_prim *) oph;
int rc;