aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml_router.h
blob: 55f0681d31cd33802df1c35f88caa85421e5942e (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, const char *path, struct osmo_fd *accept, struct osmo_fd *read);