aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc_ip.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-16 00:01:43 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-16 00:01:43 +0800
commit98d949b02f9ebcc50b45158103eb891945d76911 (patch)
treec4e17ea0639c3b01c0ab6d46c842289eddff1564 /openbsc/src/bsc_msc_ip.c
parent4f5421a482bec60f146a582ae0e94e0b00af2953 (diff)
bsc: Rename the RF Ctl interface to match master
Diffstat (limited to 'openbsc/src/bsc_msc_ip.c')
-rw-r--r--openbsc/src/bsc_msc_ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 7cbe9e1a2..002c58152 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -45,7 +45,7 @@
#include <openbsc/chan_alloc.h>
#include <openbsc/bsc_msc.h>
#include <openbsc/bsc_nat.h>
-#include <openbsc/bsc_msc_rf.h>
+#include <openbsc/osmo_bsc_rf.h>
#include <openbsc/bsc_msc_grace.h>
#include <osmocore/select.h>
@@ -1249,7 +1249,7 @@ int main(int argc, char **argv)
}
if (rf_ctl) {
- bsc_gsmnet->rf = bsc_msc_rf_create(rf_ctl, bsc_gsmnet);
+ bsc_gsmnet->rf = osmo_bsc_rf_create(rf_ctl, bsc_gsmnet);
if (!bsc_gsmnet->rf) {
fprintf(stderr, "Failed to create the RF service.\n");
exit(1);