aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml_router.h
blob: f8fe4c95df4ac0432b39f19b585edd5c554170f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

struct gsm_bts;
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"


int oml_router_init(struct gsm_bts *bts, struct osmo_fd *accept, struct osmo_fd *read);