aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/oml_router.h')
-rw-r--r--src/osmo-bts-sysmo/oml_router.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/oml_router.h b/src/osmo-bts-sysmo/oml_router.h
index f8fe4c95..55f0681d 100644
--- a/src/osmo-bts-sysmo/oml_router.h
+++ b/src/osmo-bts-sysmo/oml_router.h
@@ -7,7 +7,7 @@ struct osmo_fd;
* The default path sysmobts will listen for incoming
* registrations for OML routing and sending.
*/
-#define OML_ROUTER_PATH "/var/run/sysmobts/oml_router"
+#define OML_ROUTER_PATH "/var/run/sysmobts_oml_router"
-int oml_router_init(struct gsm_bts *bts, struct osmo_fd *accept, struct osmo_fd *read);
+int oml_router_init(struct gsm_bts *bts, const char *path, struct osmo_fd *accept, struct osmo_fd *read);