aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/abis.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-14 10:39:08 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-14 10:41:18 +0100
commita82cc5321e841ab4ce17f1995a2cf7f2552a8217 (patch)
tree76ec8a3060b110306c5a17f1ef07cb919e768ef6 /src/common/abis.c
parent897f97f6329d46e21fc80ea4bb2dfbfc11cf8123 (diff)
rsl: Rename abis_rsl_sendmsg to avoid symbol clash with libosmo-abis
Nicolas ended up with linker issues due abis_rsl_sendmsg being defined twice. Rename our version of the function and update the code. Patched with: @i@ expression E; @@ - abis_rsl_sendmsg(E) + abis_bts_rsl_sendmsg(E)
Diffstat (limited to 'src/common/abis.c')
-rw-r--r--src/common/abis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index bd989c0a..37e82f3d 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -56,7 +56,7 @@ int abis_oml_sendmsg(struct msgb *msg)
return abis_sendmsg(msg);
}
-int abis_rsl_sendmsg(struct msgb *msg)
+int abis_bts_rsl_sendmsg(struct msgb *msg)
{
/* osmo-bts uses msg->trx internally, but libosmo-abis uses
* the signalling link at msg->dst */