From cec19e6324b43f141a03fbc72f20534099b20be1 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 18 Jun 2020 18:39:44 +0200 Subject: Fix missing bts_model implementations in stubs.c and bts_model.c These will be required by compiler/linker after next changes. Change-Id: Icd20d64cf973f4cf4425b46d4102747db53d8990 --- src/osmo-bts-omldummy/bts_model.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/osmo-bts-omldummy/bts_model.c b/src/osmo-bts-omldummy/bts_model.c index c0114015..a9683815 100644 --- a/src/osmo-bts-omldummy/bts_model.c +++ b/src/osmo-bts-omldummy/bts_model.c @@ -220,3 +220,8 @@ int bts_model_l1sap_down(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap) { return 0; } + +int bts_model_phy_link_open(struct phy_link *plink) +{ + return 0; +} -- cgit v1.2.3