aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/abis_osmo.h
blob: be2817f021d3e81c222e477deab944fc76607b7f (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <osmocom/core/msgb.h>
#include <osmo-bts/pcuif_proto.h>

struct gsm_bts;

int down_osmo(struct gsm_bts *bts, struct msgb *msg);

int abis_osmo_pcu_tx_container(struct gsm_bts *bts, const struct gsm_pcu_if_container *container);