aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/oml_router_ctrl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmo-bts/oml_router_ctrl.h b/include/osmo-bts/oml_router_ctrl.h
index 7fe71dff..515e1e86 100644
--- a/include/osmo-bts/oml_router_ctrl.h
+++ b/include/osmo-bts/oml_router_ctrl.h
@@ -27,4 +27,11 @@ struct osmo_omlrctrl_register_req {
char name[0];
} __attribute__((packed));
+#include <osmocom/core/msgb.h>
+#include <osmo-bts/oml_routing.h>
+
+struct msgb *gen_orc_route_add(const struct oml_route *rt_in);
+struct msgb *gen_orc_route_del(const struct oml_route *rt_in);
+int abis_orc_sendmsg(struct msgb *msg);
+
#endif